[tracker/sparql-update: 28/28] functional-tests: Cleanup test_insert_08
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update: 28/28] functional-tests: Cleanup test_insert_08
- Date: Mon, 28 Mar 2011 10:04:18 +0000 (UTC)
commit abccccd3c37b8f80bab2f92e4fbc8154ac0049e1
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Mar 24 15:25:58 2011 +0100
functional-tests: Cleanup test_insert_08
tests/functional-tests/01-insertion.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/functional-tests/01-insertion.py b/tests/functional-tests/01-insertion.py
index 2cfd984..256f6e7 100755
--- a/tests/functional-tests/01-insertion.py
+++ b/tests/functional-tests/01-insertion.py
@@ -377,6 +377,9 @@ class TrackerStoreInsertionTests (CommonTrackerStoreTest):
self.assertEquals (result[0][0], "test://graph-3")
self.assertEquals (result[0][1], "title 2")
+ self.tracker.update ("""
+ DELETE { <test://instance-6> a rdfs:Resource. }
+ """)
def __insert_valid_date_test (self, datestring, year, month, day, hours, minutes, seconds, timezone):
"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]