[tracker] functional-tests: the sparql bug was a syntax error. Fixing and removing expected failure.



commit 440dd463590c9e51e37388f3f53174b88ec5a7f2
Author: Ivan Frade <ivan frade nokia com>
Date:   Tue Jan 18 15:25:48 2011 +0200

    functional-tests: the sparql bug was a syntax error. Fixing and removing expected failure.

 tests/functional-tests/02-sparql-bugs.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/02-sparql-bugs.py b/tests/functional-tests/02-sparql-bugs.py
index fe8f497..62acba9 100755
--- a/tests/functional-tests/02-sparql-bugs.py
+++ b/tests/functional-tests/02-sparql-bugs.py
@@ -147,7 +147,6 @@ class TrackerStoreSparqlBugsTests (CommonTrackerStoreTest):
                 }
                 """ 
                 
-        @expectedFailureBug ("NB#217636")
         def test_02_NB217636_delete_statements (self):
                 """
                 Bug 217636 - Not able to delete contact using
@@ -172,7 +171,7 @@ class TrackerStoreSparqlBugsTests (CommonTrackerStoreTest):
 
                 problematic_delete = """
                 DELETE { <contact:test-nb217636> ?p ?v }
-                WHERE  { <contact:test-nb217636> ?p ?v }'
+                WHERE  { <contact:test-nb217636> ?p ?v }
                 """
                 self.tracker.update (problematic_delete)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]