[tracker/rss-enclosures] functional-tests: Name properly the Notify tests
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] functional-tests: Name properly the Notify tests
- Date: Wed, 24 Nov 2010 02:01:10 +0000 (UTC)
commit aefcad286d0800b0cd2cd83fadccbd18d0c5d2bf
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]