Skip to content

Commit

Permalink
use absolute path for dsmetool in tests.xml
Browse files Browse the repository at this point in the history
[qa] use absolute path for dsmetool in tests.xml
  • Loading branch information
Reto Zingg committed Sep 24, 2013
1 parent 7e0744b commit 9d4935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.xml
Expand Up @@ -4,7 +4,7 @@
<description>Testing dsme functionality</description>
<set name="Basic-tests-for-dsme" feature="dsme">
<case name="dsme-socket-interface" type="Functional" level="Component">
<step expected_result="0">dsmetool -v</step>
<step expected_result="0">/usr/sbin/dsmetool -v</step>
</case>
<case name="dsme-dbus-interface" type="Functional" level="Component">
<step expected_result="0">dbus-send --system --print-reply --dest=com.nokia.dsme /com/nokia/dsme com.nokia.dsme.request.get_version</step>
Expand Down

0 comments on commit 9d4935c

Please sign in to comment.