[tracker/IorR-null-support: 8/12] tests: Fix glitch in functional test
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/IorR-null-support: 8/12] tests: Fix glitch in functional test
- Date: Mon, 15 Aug 2011 14:09:43 +0000 (UTC)
commit aae38132f6c96453a5e9d0aedfcf2b23a7ee2f5b
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]