|
From: <pka...@us...> - 2009-07-07 14:48:35
|
Revision: 318
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=318&view=rev
Author: pkasprzak
Date: 2009-07-07 14:12:30 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
* Add account testcase
Added Paths:
-----------
trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/
trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties
trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml
trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Output.xml
Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties
===================================================================
--- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties (rev 0)
+++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties 2009-07-07 14:12:30 UTC (rev 318)
@@ -0,0 +1,13 @@
+calculatethroughput=false
+#comparisontype's possible values: identical|binary|equals
+comparisontype=identical
+concurrentthreads=1
+description=testcase IliasAdapter_addAccount
+destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort
+#featurestatus's possible values: progress|done
+featurestatus=done
+inputfile=Input.xml
+invokesperthread=1
+outputfile=Output.xml
+soapaction=
+testtimeout=30
Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml
===================================================================
--- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml (rev 0)
+++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml 2009-07-07 14:12:30 UTC (rev 318)
@@ -0,0 +1,75 @@
+<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"
+ xmlns:dt="http://cse.campussource.de/schema/DataTypes">
+ <soapenv:Body>
+ <ili:processAccount>
+ <dt:accountMessage>
+ <dt:eventTime>2000-01-20T12:00:00</dt:eventTime>
+ <dt:event>CREATE</dt:event>
+ <dt:source>Core</dt:source>
+ <dt:target>Ilias</dt:target>
+ <dt:account>
+ <dt:busId>1</dt:busId>
+ <dt:eventTime>2000-01-20T12:00:00</dt:eventTime>
+ <!--- - - - - Attribute: clientId - - - - - -->
+ <dt:attribute>
+ <dt:name>clientId</dt:name>
+ <dt:value>account:10</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: globalRole - - - - - -->
+ <dt:attribute>
+ <dt:name>globalRole</dt:name>
+ <dt:value>Tutor</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: lsfId - - - - - -->
+ <dt:attribute>
+ <dt:name>lsfId</dt:name>
+ <dt:value>10</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: surname - - - - - -->
+ <dt:attribute>
+ <dt:name>surname</dt:name>
+ <dt:value>Bieg</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: firstName - - - - - -->
+ <dt:attribute>
+ <dt:name>firstName</dt:name>
+ <dt:value>Hartmut</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: password - - - - - -->
+ <dt:attribute>
+ <dt:name>password</dt:name>
+ <dt:value>test</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: academicTitle - - - - - -->
+ <dt:attribute>
+ <dt:name>academicTitle</dt:name>
+ <dt:value>Univ.-Prof. Dr. rer. oec.</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: gender - - - - - -->
+ <dt:attribute>
+ <dt:name>gender</dt:name>
+ <dt:value>M</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ <!--- - - - - Attribute: emailAddress - - - - - -->
+ <dt:attribute>
+ <dt:name>emailAddress</dt:name>
+ <dt:value>h....@mx...</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
+ </dt:account>
+ </dt:accountMessage>
+ </ili:processAccount>
+ </soapenv:Body>
+</soapenv:Envelope>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|