summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Frade <ivan.frade@nokia.com>2009-10-15 22:00:29 +0300
committerIvan Frade <ivan.frade@nokia.com>2009-10-15 22:00:59 +0300
commita12da966a34e09ddc53395ce12e3c82f68bbe30a (patch)
treef6a92adec1f025fe3ceb0f736bf90c63f4d2b029
parent061448488a7ee9e13e076a326b75b134766ff680 (diff)
downloadtracker-a12da966a34e09ddc53395ce12e3c82f68bbe30a.tar.gz
Right command in the tests script
-rw-r--r--tests/functional-tests/tests.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional-tests/tests.xml b/tests/functional-tests/tests.xml
index b81e016c1..4f7318df1 100644
--- a/tests/functional-tests/tests.xml
+++ b/tests/functional-tests/tests.xml
@@ -11,13 +11,13 @@
<!-- At least one case per set, name mandatory, description mandatory, other optional -->
<case name="test_simple_insertion" type="unit"
description="Insert and check results" requirement="01" timeout="5" subfeature="">
- <!-- At least one step per test, expected_result optional - tells which return code is considered passed -->
- <step expected_result="0">python /usr/share/tracker-tests/01-insertion.py</step>
+ <!-- dbus env variables defined here. This works. -->
+ <step expected_result="0">. /tmp/session_bus_address.user; python2.5 /usr/share/tracker-tests/01-insertion.py</step>
</case>
<!-- Environments optional - tells where the tests are run -->
<environments>
- <scratchbox>false</scratchbox>
+ <scratchbox>true</scratchbox>
<hardware>true</hardware>
</environments>