[tracker/functional-tests-applications] functional tests: Remove unneeded query



commit f35f2f42d63bc65b87ff1547e5d6d5712b551b25
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Jan 20 19:47:17 2011 +0100

    functional tests: Remove unneeded query

 tests/functional-tests/600-applications.py |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/tests/functional-tests/600-applications.py b/tests/functional-tests/600-applications.py
index 741c0c5..b4aacdc 100755
--- a/tests/functional-tests/600-applications.py
+++ b/tests/functional-tests/600-applications.py
@@ -181,18 +181,6 @@ class TrackerApplicationTests (CommonTrackerApplicationTest):
         self.system.tracker_miner_fs_wait_for_idle (MINER_FS_IDLE_TIMEOUT)
         self.assertEquals (self.__get_urn_count_by_url (fileuri), 1)
 
-        query = """
-        SELECT ?locality ?country
-        WHERE { ?o a            nie:DataObject ;
-                   nie:url      \"%s\" ;
-                   slo:location ?u .
-                ?u nco:country  ?country ;
-                   nco:locality ?locality }
-        """ % fileuri
-        result = self.tracker.query (query)
-        print "RESULTS: %s" % (result)
-
-
         # Clean the new file so the test directory is as before
         print "Remove and wait"
         os.remove (filepath)



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