Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/279606

Change subject: [test] Enable page_tests.TestPageProtect.test_protect
......................................................................

[test] Enable page_tests.TestPageProtect.test_protect

page_tests.TestPageProtect.test_protect was marked with
unittest.expectedFailure decorator due to bug T78522.
This bug seems to be solved but the corresponding test wasn't activated.

Bug: T130921
Change-Id: Ifbd51db7c8ddf87a93f5f7ee01c902e5f9e44e45
---
M tests/page_tests.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/06/279606/1

diff --git a/tests/page_tests.py b/tests/page_tests.py
index 58f1f6b..a10453a 100644
--- a/tests/page_tests.py
+++ b/tests/page_tests.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8  -*-
 """Tests for the page module."""
 #
-# (C) Pywikibot team, 2008-2015
+# (C) Pywikibot team, 2008-2016
 #
 # Distributed under the terms of the MIT license.
 #
@@ -935,7 +935,6 @@
     write = True
     sysop = True
 
-    @unittest.expectedFailure
     def test_protect(self):
         """Test Page.protect."""
         site = self.get_site()

-- 
To view, visit https://gerrit.wikimedia.org/r/279606
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbd51db7c8ddf87a93f5f7ee01c902e5f9e44e45
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to