common/tools/ats/bctest/websrv/websrv.xml
author Simon Howkins <simonh@symbian.org>
Wed, 27 Oct 2010 16:22:14 +0100
changeset 1316 0b4a09013baf
parent 1235 92cce0f922c2
permissions -rw-r--r--
Added copyright messages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     1
<?xml version="1.0"?>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     2
<test>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     3
	<id>1</id>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     4
	<owner>admin</owner>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     5
	<priority>10</priority>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     6
	<buildid></buildid>
822
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
     7
	<postAction>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
     8
		<type>FileStoreAction</type>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
     9
		<params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
    10
			<param name="report-type" value="ATS3_REPORT"/>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
    11
		</params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 797
diff changeset
    12
    </postAction>
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    13
	<name>Web Services BC Tests</name>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    14
	<target>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    15
        <device rank="master" alias="emulator_udeb">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    16
            <property name="HARNESS" value="ATSINTERFACE" />
1235
92cce0f922c2 Updated BaseSVS and WebSrv BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 854
diff changeset
    17
            <property name="TYPE" value="WINSCW" />
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    18
        </device>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    19
	</target>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    20
	<plan id="" name="Web Services BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    21
		<target>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    22
			<device rank="master" alias="emulator_udeb"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    23
		</target>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    24
		<session id="" name="Web Services Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
701
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
    25
            <set id="" name="Web Services" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
    26
                <case id="" name="Web Service Connection API" harness="ATSINTERFACE" enabled="true" passrate="100">
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    27
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    28
                        <command>makedir</command>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    29
                        <params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    30
                            <param dir="c:\spd_logs\xml" /> 
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    31
                        </params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    32
                    </step>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    33
                    <step id="" name="csenserviceconnectionbctest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    34
						<command>install</command>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    35
						<params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    36
							<param type="binary"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    37
							<param src="csenserviceconnectionbctest.dll"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    38
							<param dst="c:\sys\bin\csenserviceconnectionbctest.dll"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    39
							<param component-path="bcwebsrv" />
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    40
						</params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    41
					</step>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    42
					<step id="" name="testframework_connection.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    43
						<command>install</command>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    44
						<params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    45
							<param type="data"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    46
							<param src="testframework\testframework_connection.ini"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    47
							<param dst="c:\testframework\testframework_connection.ini"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    48
							<param component-path="bcwebsrv" />
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    49
						</params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    50
					</step>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    51
					<step id="" name="senserviceconnection (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    52
						<command>execute</command>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    53
						<params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    54
							<param file="atsinterface.exe"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    55
							<param parameters="-testmodule csenserviceconnectionbctest"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    56
                            <param result-file="c:\spd_logs\xml\csenserviceconnectionbctest.xml"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    57
                            <param timeout="3600"/>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    58
						</params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    59
					</step>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    60
					<step id="" name="senserviceconnection (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    61
						<command>fetch-log</command>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    62
						<params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    63
							<param path="c:\logs\testframework\TestReport.txt" /> 
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    64
						</params>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    65
					</step>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    66
                </case>
442
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    67
				<case id="" name="Hostlet Connection API" harness="ATSINTERFACE" enabled="true" passrate="100">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    68
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    69
                        <command>makedir</command>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    70
                        <params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    71
                            <param dir="c:\spd_logs\xml" /> 
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    72
                        </params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    73
                    </step>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    74
                    <step id="" name="HostletConnectionBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    75
						<command>install</command>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    76
						<params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    77
							<param type="binary"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    78
							<param src="HostletConnectionBCTest.dll"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    79
							<param dst="c:\sys\bin\HostletConnectionBCTest.dll"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    80
							<param component-path="bcwebsrv" />
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    81
						</params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    82
					</step>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    83
					<step id="" name="TestFramework_hostlet.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    84
						<command>install</command>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    85
						<params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    86
							<param type="data"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    87
							<param src="testframework/TestFramework_hostlet.ini"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    88
							<param dst="c:\TestFramework\TestFramework.ini"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    89
							<param component-path="bcwebsrv" />
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    90
						</params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    91
					</step>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    92
					<step id="" name="HostletConnectionBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    93
						<command>execute</command>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    94
						<params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    95
							<param file="atsinterface.exe"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    96
							<param parameters="-testmodule HostletConnectionBCTest"/>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    97
							<param result-file="c:\spd_logs\xml\HostletConnectionBCTest.xml"/>
854
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
    98
                            <param timeout="1200"/>
442
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
    99
						</params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   100
					</step>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   101
					<step id="" name="HostletConnectionBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   102
						<command>fetch-log</command>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   103
						<params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   104
							<param path="c:\logs\testframework\TestReport.txt" /> 
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   105
						</params>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   106
					</step>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   107
				</case>
445
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   108
                <case id="" name="New SOAP Classes API" harness="ATSINTERFACE" enabled="true" passrate="100">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   109
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   110
                        <command>makedir</command>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   111
                        <params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   112
                            <param dir="c:\spd_logs\xml" /> 
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   113
                        </params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   114
                    </step>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   115
                    <step id="" name="newsoapclassesbctest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   116
						<command>install</command>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   117
						<params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   118
							<param type="binary"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   119
							<param src="newsoapclassesbctest.dll"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   120
							<param dst="c:\sys\bin\newsoapclassesbctest.dll"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   121
							<param component-path="bcwebsrv" />
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   122
						</params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   123
					</step>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   124
					<step id="" name="testframework_newsoapclasses.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   125
						<command>install</command>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   126
						<params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   127
							<param type="data"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   128
							<param src="testframework\testframework_newsoapclasses.ini"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   129
							<param dst="c:\testframework\testframework_newsoapclasses.ini"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   130
							<param component-path="bcwebsrv" />
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   131
						</params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   132
					</step>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   133
					<step id="" name="newsoapclassesbctest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   134
						<command>execute</command>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   135
						<params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   136
							<param file="atsinterface.exe"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   137
							<param parameters="-testmodule newsoapclassesbctest"/>
462
Brendan Donegan brendand@symbian.org
parents: 445
diff changeset
   138
                            <param result-file="c:\spd_logs\xml\newsoapclassesbctest.xml"/>
445
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   139
                            <param timeout="3600"/>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   140
						</params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   141
					</step>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   142
					<step id="" name="newsoapclassesbctest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   143
						<command>fetch-log</command>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   144
						<params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   145
							<param path="c:\logs\testframework\TestReport.txt" /> 
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   146
						</params>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   147
					</step>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   148
                </case>
701
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   149
                <case id="" name="Web Service Description API" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   150
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   151
                        <command>makedir</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   152
                        <params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   153
                            <param dir="c:\spd_logs\xml" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   154
                        </params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   155
                    </step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   156
                    <step id="" name="SenServDescBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   157
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   158
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   159
							<param type="binary"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   160
							<param src="SenServDescBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   161
							<param dst="c:\sys\bin\SenServDescBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   162
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   163
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   164
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   165
					<step id="" name="testframework_senservdesc.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   166
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   167
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   168
							<param type="data"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   169
							<param src="testframework\testframework_senservdesc.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   170
							<param dst="c:\testframework\testframework_senservdesc.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   171
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   172
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   173
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   174
					<step id="" name="SenServDescBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   175
						<command>execute</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   176
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   177
							<param file="atsinterface.exe"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   178
							<param parameters="-testmodule SenServDescBCTest"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   179
                            <param result-file="c:\spd_logs\xml\SenServDescBCTest.xml"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   180
                            <param timeout="3600"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   181
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   182
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   183
					<step id="" name="SenServDescBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   184
						<command>fetch-log</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   185
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   186
							<param path="c:\logs\testframework\TestReport.txt" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   187
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   188
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   189
                </case>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   190
                <case id="" name="Web Service Manager API" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   191
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   192
                        <command>makedir</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   193
                        <params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   194
                            <param dir="c:\spd_logs\xml" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   195
                        </params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   196
                    </step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   197
                    <step id="" name="SenServiceManagerBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   198
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   199
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   200
							<param type="binary"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   201
							<param src="SenServiceManagerBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   202
							<param dst="c:\sys\bin\SenServiceManagerBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   203
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   204
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   205
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   206
					<step id="" name="testframework_senservicemanager.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   207
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   208
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   209
							<param type="data"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   210
							<param src="testframework\testframework_senservicemanager.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   211
							<param dst="c:\testframework\testframework_senservicemanager.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   212
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   213
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   214
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   215
					<step id="" name="SenServiceManagerBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   216
						<command>execute</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   217
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   218
							<param file="atsinterface.exe"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   219
							<param parameters="-testmodule SenServiceManagerBCTest"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   220
                            <param result-file="c:\spd_logs\xml\SenServiceManagerBCTest.xml"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   221
                            <param timeout="3600"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   222
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   223
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   224
					<step id="" name="SenServiceManagerBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   225
						<command>fetch-log</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   226
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   227
							<param path="c:\logs\testframework\TestReport.txt" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   228
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   229
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   230
                </case>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   231
                <case id="" name="Web Service Messaging Utils API" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   232
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   233
                        <command>makedir</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   234
                        <params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   235
                            <param dir="c:\spd_logs\xml" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   236
                        </params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   237
                    </step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   238
                    <step id="" name="SenUtilsBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   239
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   240
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   241
							<param type="binary"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   242
							<param src="SenUtilsBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   243
							<param dst="c:\sys\bin\SenUtilsBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   244
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   245
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   246
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   247
					<step id="" name="testframework_senutils.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   248
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   249
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   250
							<param type="data"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   251
							<param src="testframework\testframework_senutils.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   252
							<param dst="c:\testframework\testframework_senutils.ini"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   253
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   254
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   255
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   256
					<step id="" name="SenUtilsBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   257
						<command>execute</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   258
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   259
							<param file="atsinterface.exe"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   260
							<param parameters="-testmodule SenUtilsBCTest"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   261
                            <param result-file="c:\spd_logs\xml\SenUtilsBCTest.xml"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   262
                            <param timeout="3600"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   263
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   264
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   265
					<step id="" name="SenUtilsBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   266
						<command>fetch-log</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   267
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   268
							<param path="c:\logs\testframework\TestReport.txt" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   269
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   270
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   271
                </case>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   272
                <case id="" name="Web Service Fragment API" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   273
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   274
                        <command>makedir</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   275
                        <params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   276
                            <param dir="c:\spd_logs\xml" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   277
                        </params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   278
                    </step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   279
                    <step id="" name="SenFragmentBCTest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   280
						<command>install</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   281
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   282
							<param type="binary"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   283
							<param src="SenFragmentBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   284
							<param dst="c:\sys\bin\SenFragmentBCTest.dll"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   285
							<param component-path="bcwebsrv" />
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   286
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   287
					</step>
854
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   288
					<step id="" name="testframework_senfragment.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   289
						<command>install</command>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   290
						<params>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   291
							<param type="data"/>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   292
							<param src="testframework\testframework_senfragment.ini"/>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   293
							<param dst="c:\testframework\testframework_senfragment.ini"/>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   294
							<param component-path="bcwebsrv" />
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   295
						</params>
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   296
					</step>
701
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   297
					<step id="" name="SenFragmentBCTest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   298
						<command>execute</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   299
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   300
							<param file="atsinterface.exe"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   301
							<param parameters="-testmodule SenFragmentBCTest"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   302
                            <param result-file="c:\spd_logs\xml\SenFragmentBCTest.xml"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   303
                            <param timeout="3600"/>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   304
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   305
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   306
					<step id="" name="SenFragmentBCTest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   307
						<command>fetch-log</command>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   308
						<params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   309
							<param path="c:\logs\testframework\TestReport.txt" /> 
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   310
						</params>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   311
					</step>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   312
                </case>
445
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   313
            </set>			
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   314
		</session>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   315
	</plan>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   316
	<files>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   317
		<file>bcwebsrv/winscw_udeb/csenserviceconnectionbctest.dll</file>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   318
        <file>bcwebsrv/general/testframework/testframework_connection.ini</file>
442
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   319
		<file>bcwebsrv/winscw_udeb/hostletconnectionbctest.dll</file>
570320598130 New set added
Maciej Seroka <maciejs@symbian.org>
parents: 439
diff changeset
   320
		<file>bcwebsrv/general/testframework/testframework_hostlet.ini</file>
445
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   321
		<file>bcwebsrv/winscw_udeb/newsoapclassesbctest.dll</file>
4cb7fa2cb693 added newsoapclasses to web service tests
Brendan Donegan brendand@symbian.org
parents: 442
diff changeset
   322
		<file>bcwebsrv/general/testframework/testframework_newsoapclasses.ini</file>
701
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   323
		<file>bcwebsrv/winscw_udeb/SenServDescBCTest.dll</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   324
		<file>bcwebsrv/general/testframework/testframework_senservdesc.ini</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   325
		<file>bcwebsrv/winscw_udeb/SenServiceManagerBCTest.dll</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   326
		<file>bcwebsrv/general/testframework/testframework_senservicemanager.ini</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   327
		<file>bcwebsrv/winscw_udeb/SenUtilsBCTest.dll</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   328
		<file>bcwebsrv/general/testframework/testframework_senutils.ini</file>
332cfa36b186 Added all of the tests for ASP
brendand
parents: 552
diff changeset
   329
		<file>bcwebsrv/winscw_udeb/SenFragmentBCTest.dll</file>
854
c0e6dd77e67f Fixed websrv bc test suite. Increased time-outs for selected bc tests.
Maciej Seroka <maciejs@symbian.org>
parents: 822
diff changeset
   330
		<file>bcwebsrv/general/testframework/testframework_senfragment.ini</file>
439
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   331
	</files>
f9eb0ea5b237 Added new web service BC tests
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   332
</test>