[tracker] Added tests in the distribution. Removed timeout in description.



commit 2520242c5042e8d605616833f29151b8ee4afd29
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Nov 6 17:21:30 2009 +0200

    Added tests in the distribution. Removed timeout in description.

 tests/functional-tests/Makefile.am         |    4 +++-
 tests/functional-tests/tests.xml           |    6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/03-fts-functions.py b/tests/functional-tests/03-fts-functions.py
old mode 100644
new mode 100755
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 8284d5f..cb72ff3 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -5,7 +5,9 @@ configdir = $(datadir)/tracker-tests
 
 config_DATA =			\
 	tests.xml		\
-	01-insertion.py	
+	01-insertion.py		\
+	02-metacontacts.py	\
+	03-fts-functions.py
 
 EXTRA_DIST = $(config_DATA)
 endif
diff --git a/tests/functional-tests/tests.xml b/tests/functional-tests/tests.xml
index 54976bf..66a3d74 100644
--- a/tests/functional-tests/tests.xml
+++ b/tests/functional-tests/tests.xml
@@ -10,19 +10,19 @@
 
       <!-- 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="">
+            description="Insert and check results" requirement="01" subfeature="">
         <!-- 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>
 
       <case name="test_metacontact" type="unit" 
-            description="Metacontacts in the ontology" requirement="01" timeout="5" subfeature="">
+            description="Metacontacts in the ontology" requirement="01" subfeature="">
         <!-- dbus env variables defined here. This works. -->
         <step expected_result="0">. /tmp/session_bus_address.user; python2.5 /usr/share/tracker-tests/02-metacontacts.py</step>
       </case>
 
       <case name="test_fts" type="unit" 
-            description="Exposed FTS functions in sparql" requirement="01" timeout="5" subfeature="">
+            description="Exposed FTS functions in sparql" requirement="01" subfeature="">
         <!-- dbus env variables defined here. This works. -->
         <step expected_result="0">. /tmp/session_bus_address.user; python2.5 /usr/share/tracker-tests/03-fts-functions.py</step>
       </case>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]