jenkins-bot has submitted this change and it was merged.

Change subject: [fix] enable 'monolingualtext' for 
WikibaseKnownTypesTests.test_datatypes
......................................................................


[fix] enable 'monolingualtext' for WikibaseKnownTypesTests.test_datatypes

- 'monolingualtext' is supported since 2c9b73630ad69455

Bug: T85385
Change-Id: I929e6e2c9e35e4b6198bbe138914a3c7263c546c
---
M tests/paraminfo_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index e4b98fb..2347b7d 100644
--- a/tests/paraminfo_tests.py
+++ b/tests/paraminfo_tests.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8  -*-
 """Test confirming paraminfo contains expected values."""
 #
-# (C) Pywikibot team, 2015
+# (C) Pywikibot team, 2015-2016
 #
 # Distributed under the terms of the MIT license.
 #
@@ -217,7 +217,7 @@
 
     def test_datatypes(self):
         """Test known datatypes."""
-        unsupported = set(['monolingualtext', 'wikibase-property'])
+        unsupported = set(['wikibase-property'])
         known = set(Property.types) | unsupported
         self._check_param_values(self.repo, 'wbformatvalue', 'datatype', known)
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I929e6e2c9e35e4b6198bbe138914a3c7263c546c
Gerrit-PatchSet: 4
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Lokal Profil <lokal.pro...@gmail.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to