[tracker/sparql-update: 10/16] functional-tests: Fix comments in functional test
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update: 10/16] functional-tests: Fix comments in functional test
- Date: Mon, 14 Mar 2011 09:20:03 +0000 (UTC)
commit d952b6f628f655ab3f9a53728eb255b43badd6ab
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Mar 11 10:33:41 2011 +0100
functional-tests: Fix comments in functional test
tests/functional-tests/01-insertion.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/01-insertion.py b/tests/functional-tests/01-insertion.py
index f85485f..07bfba8 100755
--- a/tests/functional-tests/01-insertion.py
+++ b/tests/functional-tests/01-insertion.py
@@ -235,7 +235,7 @@ class TrackerStoreInsertionTests (CommonTrackerStoreTest):
def test_insert_05(self):
"""
- Insert or replace, single valued properties multiple times.
+ Insert or replace, single & multi valued properties multiple times.
"""
for i in range (0, 3):
# Insert the same single valued properties of music file.
@@ -264,7 +264,7 @@ class TrackerStoreInsertionTests (CommonTrackerStoreTest):
""")
for i in range (0, 3):
- # Insert the same single valued properties of music file.
+ # Insert the same single valued properties and insert multi valued properties at the same time
self.tracker.update("""
INSERT OR REPLACE {
<test://instance-2> a nie:InformationElement;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]