Dalba has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350403 )

Change subject: paraminfo_tests.py: Add 'tabular-data' to unsupported data types
......................................................................

paraminfo_tests.py: Add 'tabular-data' to unsupported data types

Bug: T163881
Change-Id: Ida53876ecf1cc0f09dcf91b6c3435724f0170a83
---
M tests/paraminfo_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/03/350403/1

diff --git a/tests/paraminfo_tests.py b/tests/paraminfo_tests.py
index 4bab0cf..e112e61 100644
--- a/tests/paraminfo_tests.py
+++ b/tests/paraminfo_tests.py
@@ -229,7 +229,7 @@
 
     def test_datatypes(self):
         """Test that all encountered datatypes are known."""
-        unsupported = set(['wikibase-property'])
+        unsupported = set(['wikibase-property', 'tabular-data'])
         known = set(Property.types) | unsupported
         self._check_param_superset(
             self.repo, 'wbformatvalue', 'datatype', known)

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

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

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

Reply via email to