jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1026634?usp=email )

Change subject: [tests] update version_tests.py
......................................................................

[tests] update version_tests.py

Bug: T363943
Change-Id: I80ab8950507a6ebb4408cf619f99c094d151b293
Signed-off-by: Xqt <[email protected]>
---
M tests/version_tests.py
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/tests/version_tests.py b/tests/version_tests.py
index c9364f5..217bbd2 100644
--- a/tests/version_tests.py
+++ b/tests/version_tests.py
@@ -25,15 +25,14 @@

     net = False

-    @unittest.expectedFailure  # T363943
     def test_nightly_version(self):
         """Test version file of nightly dump."""
         path = Path(__file__).parent / 'data'
         tag, rev, date, hsh, *dummy = version.getversion_nightly(path)
-        self.assertEqual(tag, 'nightly/core')
+        self.assertEqual(tag, 'nightly/core_stable')
         self.assertEqual(rev, '1')
         self.assertIsInstance(date, time.struct_time)
-        self.assertEqual(hsh, '567a31d')
+        self.assertEqual(hsh, 'e8f64f2')
         self.assertEqual(dummy, [])

     def test_package_version(self):

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1026634?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I80ab8950507a6ebb4408cf619f99c094d151b293
Gerrit-Change-Number: 1026634
Gerrit-PatchSet: 5
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to