[tracker/IorR-null-support] tests/functional-test: Fixed insert or replace f. test for null support
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/IorR-null-support] tests/functional-test: Fixed insert or replace f. test for null support
- Date: Mon, 15 Aug 2011 14:34:03 +0000 (UTC)
commit 5aa0d2d5478ff3fa22944c90b946ed30a7852e09
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Aug 15 16:33:39 2011 +0200
tests/functional-test: Fixed insert or replace f. test for null support
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 b9cc3bb..8d9942e 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 <test://instance-ds1>, <test://instance-ds2>, <test://instance-ds3> }""")
+ self.tracker.update("""INSERT { <test://instance-null> 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]