summaryrefslogtreecommitdiff
path: root/project2/ice/unittests/testClient.xml
blob: 9a9d6f091e025d6c9518fbf8d287da0127fe7e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<test xmlns:xi="http://www.w3.org/2001/XInclude"
		xmlns:p2="http://project2.randomdan.homeip.net">
	<p2:UnitTest-SimpleInterface-SomeTask datasource="unittest-ice-datasource" objectId="testObject" />
	<p2:UnitTest-SimpleInterface-SomeTaskParams datasource="unittest-ice-datasource" objectId="testObject" a="1" b="first" />
	<p2:UnitTest-SimpleInterface-SingleRow name="row" datasource="unittest-ice-datasource" objectId="testObject" />
	<p2:UnitTest-SimpleInterface-SomeRows name="rows" datasource="unittest-ice-datasource" objectId="testObject" />
	<p2:UnitTest-SimpleInterface-SomeRowsParams name="rowsParams" datasource="unittest-ice-datasource" objectId="testObject" a="2" b="second" />

	<p2:UnitTestComplex-ComplexInterface-ComplexParam datasource="unittest-ice-datasource" objectId="testObjectComplex" a="1" b="first" d="1980-07-09 01:02:03" />
	<p2:UnitTestComplex-ComplexInterface-ComplexRow name="complex" datasource="unittest-ice-datasource" objectId="testObjectComplex" />

	<p2:view source="row" recordname="rec" rootname="row" />
	<p2:view source="rows" recordname="rec" rootname="somerows" />
	<p2:view source="rowsParams" recordname="rec" rootname="somerowsparams" />

	<p2:view source="complex" recordname="rec" rootname="complex" />
</test>