Commit 6a52f7ef authored by R.W.Majeed's avatar R.W.Majeed
Browse files

More test examples for closed/canceled requests

parent 84d9a866
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<queryRequest xmlns="http://aktin.org/ns/exchange"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xi="http://www.w3.org/2001/XInclude"
	xmlns:xml="http://www.w3.org/XML/1998/namespace">
	<id>123</id>
	<published>2016-04-28T00:00:00Z</published>	
	<scheduled>2016-04-28T00:00:00Z</scheduled>
	<deadline>2016-04-30T00:00:00Z</deadline>
	<canceled>2016-05-01T00:00:00Z</canceled>
	<xi:include href="query-repeating.xml"/>
</queryRequest>
 No newline at end of file
+11 −0
Original line number Diff line number Diff line
<queryRequest xmlns="http://aktin.org/ns/exchange"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xi="http://www.w3.org/2001/XInclude"
	xmlns:xml="http://www.w3.org/XML/1998/namespace">
	<id>123</id>
	<published>2016-04-28T00:00:00Z</published>	
	<scheduled>2016-04-28T00:00:00Z</scheduled>
	<deadline>2016-04-30T00:00:00Z</deadline>
	<closed>2016-05-01T00:00:00Z</closed>
	<xi:include href="query.xml"/>
</queryRequest>
 No newline at end of file