[extensions-web/django/upgrade-1.8] Revert "Marked currently failing unit tests. Will review them later."



commit e0e01b13d9d1f669d513b10d2117bcbfa48ac665
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Tue Nov 1 21:05:30 2016 +0300

    Revert "Marked currently failing unit tests. Will review them later."
    
    This reverts commit bb161d933ebc48e4a8fccea1e637f5ca8019d2a3.

 sweettooth/extensions/tests.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/extensions/tests.py b/sweettooth/extensions/tests.py
index 5674f17..b27cfbf 100644
--- a/sweettooth/extensions/tests.py
+++ b/sweettooth/extensions/tests.py
@@ -474,7 +474,6 @@ class UpdateVersionTest(TestCase):
 
         return json.loads(response.content)
 
-    @unittest.expectedFailure
     def test_upgrade_me(self):
         uuid = self.upgrade_uuid
 
@@ -498,7 +497,6 @@ class UpdateVersionTest(TestCase):
         response = self.grab_response({ uuid: 2 })
         self.assertEqual(response, {})
 
-    @unittest.expectedFailure
     def test_downgrade_me(self):
         uuid = self.downgrade_uuid
 
@@ -516,7 +514,6 @@ class UpdateVersionTest(TestCase):
         response = self.grab_response({ self.nonexistant_uuid: 1 })
         self.assertEqual(response, {})
 
-    @unittest.expectedFailure
     def test_multiple(self):
         installed = { self.upgrade_uuid: 1,
                       self.reject_uuid: 1,


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