[tracker] functional-tests: Name properly the Notify tests



commit 1a3ee7cc034be96c8930c318436414974a88bdb8
Author: Ivan Frade <ivan frade nokia com>
Date:   Thu Oct 14 17:52:45 2010 +0300

    functional-tests: Name properly the Notify tests

 tests/functional-tests/17-ontology-changes.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/17-ontology-changes.py b/tests/functional-tests/17-ontology-changes.py
index 5ce84a2..fc1bd78 100755
--- a/tests/functional-tests/17-ontology-changes.py
+++ b/tests/functional-tests/17-ontology-changes.py
@@ -266,7 +266,7 @@ class PropertyMaxCardinalityNto1 (OntologyChangeTestTemplate):
         result = self.tracker.query ("SELECT ?o WHERE { <%s> test:a_n_cardinality ?o .}" % (self.instance))
         self.assertEquals (str(result[0][0]), "some text")
 
-class PropertyNotifySet (OntologyChangeTestTemplate):
+class ClassNotifySet (OntologyChangeTestTemplate):
     """
     Set tracker:notify to true in a class and check there is no data loss
     """
@@ -289,7 +289,7 @@ class PropertyNotifySet (OntologyChangeTestTemplate):
         result = self.tracker.query ("SELECT ?u WHERE { ?u a test:A. }")
         self.assertEquals (str(result[0][0]), self.instance)
 
-class PropertyNotifyUnset (OntologyChangeTestTemplate):
+class ClassNotifyUnset (OntologyChangeTestTemplate):
     """
     Set tracker:notify to true in a class and check there is no data loss
     """



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