aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-29 10:32:58 +0200
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-10-29 10:32:58 +0200
commitaa6e4e14c1ef3379d063e130c95f93a59a1b4ee6 (patch)
tree45b97dee9679b2e242d843caf070c2b0b84d841d
parent58c3721f1bb450e6b1dbf59ef948b74ffd207e13 (diff)
libcontextprovider, cust. tests: Using meaninful names instead of numbers.
-rw-r--r--libcontextprovider/customer-tests/tests.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcontextprovider/customer-tests/tests.xml b/libcontextprovider/customer-tests/tests.xml
index e5e7260f..ce7b766d 100644
--- a/libcontextprovider/customer-tests/tests.xml
+++ b/libcontextprovider/customer-tests/tests.xml
@@ -4,16 +4,16 @@
<set name="libcontextprovider suite" description="libcontextprovider tests">
<pre_steps>
</pre_steps>
- <case name="libprov001" description="C API of libcontextprovider" requirement="" timeout="50">
+ <case name="c-api" description="C API of libcontextprovider" requirement="" timeout="50">
<step expected_result="0">. /tmp/session_bus_address.user;export PATH=$PATH:.;cd /usr/lib/libcontextprovider-tests/;./cprovidertests</step>
</case>
- <case name="libprov002" description="Clients subscribing to properties" requirement="" timeout="50">
+ <case name="subscription" description="Clients subscribing to properties" requirement="" timeout="50">
<step expected_result="0">. /tmp/session_bus_address.user;export PATH=$PATH:.;cd /usr/lib/libcontextprovider-tests/;./subscriptiontests</step>
</case>
- <case name="libprov003" description="Properties of different types" requirement="" timeout="50">
+ <case name="types" description="Properties of different types" requirement="" timeout="50">
<step expected_result="0">. /tmp/session_bus_address.user;export PATH=$PATH:.;cd /usr/lib/libcontextprovider-tests/;./typestests</step>
</case>
- <case name="libprov004" description="Clients getting value change notifications" requirement="" timeout="50">
+ <case name="valuechanges" description="Clients getting value change notifications" requirement="" timeout="50">
<step expected_result="0">. /tmp/session_bus_address.user;export PATH=$PATH:.;cd /usr/lib/libcontextprovider-tests/;./valuechangestests</step>
</case>
<case name="service" description="Operations on the Service class" requirement="" timeout="50">