[tracker/tracker-0.10] tests: Fix glitch in functional test



commit 3237ed7d0f84dc31c56fdadaaa5f5faa5af4d599
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Aug 11 13:35:26 2011 +0200

    tests: Fix glitch in functional test

 tests/functional-tests/01-insertion.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/01-insertion.py b/tests/functional-tests/01-insertion.py
index 5f01308..9f6607c 100755
--- a/tests/functional-tests/01-insertion.py
+++ b/tests/functional-tests/01-insertion.py
@@ -571,7 +571,7 @@ class TrackerStoreInsertionTests (CommonTrackerStoreTest):
                 self.tracker.update("""INSERT { <test://instance-ds1> a nie:DataSource  }""")
                 self.tracker.update("""INSERT { <test://instance-ds2> a nie:DataSource  }""")
                 self.tracker.update("""INSERT { <test://instance-ds3> a nie:DataSource  }""")
-                self.tracker.update("""INSERT { <subject> nie:dataSource <ds1>, <ds2>, <ds3> }""")
+                self.tracker.update("""INSERT { <subject> nie:dataSource <test://instance-ds1>, <test://instance-ds2>, <test://instance-ds3> }""")
 
                 # null upfront, reset of list, rewrite of new list
                 self.tracker.update("""INSERT OR REPLACE { <test://instance-null> nie:dataSource null, <test://instance-ds1>, <test://instance-ds2> }""")



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