[tracker/sparql-update: 10/23] functional-tests: Fix comments in functional test



commit b241e514ec4ee633d952c6b912334eb1a6b01339
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]