[tracker/rss-enclosures] functional-tests: Remove expected failures now that it all works



commit 5f9b991c3815d49f4394c4b4f6de58b87516eace
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Nov 11 12:04:48 2010 +0100

    functional-tests: Remove expected failures now that it all works

 tests/functional-tests/17-ontology-changes.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/17-ontology-changes.py b/tests/functional-tests/17-ontology-changes.py
index 00d824e..e15cbb6 100755
--- a/tests/functional-tests/17-ontology-changes.py
+++ b/tests/functional-tests/17-ontology-changes.py
@@ -276,7 +276,6 @@ class PropertyMaxCardinality1toN (OntologyChangeTestTemplate):
     Change cardinality of a property from 1 to N. There shouldn't be any data loss
     """
 
-    @expectedFailureBug ("NB#202275")
     def test_property_cardinality_1_to_n (self):
         self.template_test_ontology_change ()
 
@@ -690,7 +689,6 @@ class SuperclassRemovalTest (OntologyChangeTestTemplate):
     """
     Remove the superclass relation between two classes
     """
-    @expectedFailureBug ("NB#203632")
     def test_superclass_removal (self):
         self.template_test_ontology_change ()
         



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