diff --git a/plugins/Josm_ItalySpecific.py b/plugins/Josm_ItalySpecific.py index c61047df1..0a3a84a1c 100644 --- a/plugins/Josm_ItalySpecific.py +++ b/plugins/Josm_ItalySpecific.py @@ -82,20 +82,3 @@ def relation(self, data, tags, members): err.append({'class': 21001, 'subclass': 0, 'text': mapcss.tr('{0} without {1}', mapcss._tag_uncapture(capture_tags, '{0.tag}'), mapcss._tag_uncapture(capture_tags, '{1.key}'))}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Josm_ItalySpecific(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - - diff --git a/plugins/Josm_Rules_Brazilian_Specific.py b/plugins/Josm_Rules_Brazilian_Specific.py index 9c6228977..7d3e52998 100644 --- a/plugins/Josm_Rules_Brazilian_Specific.py +++ b/plugins/Josm_Rules_Brazilian_Specific.py @@ -4848,20 +4848,3 @@ def relation(self, data, tags, members): }}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Josm_Rules_Brazilian_Specific(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - - diff --git a/plugins/Josm_Seamark.py b/plugins/Josm_Seamark.py index 1e1217ffa..3f4893db1 100644 --- a/plugins/Josm_Seamark.py +++ b/plugins/Josm_Seamark.py @@ -1115,20 +1115,3 @@ def node(self, data, tags): err.append({'class': 9012010, 'subclass': 1214402030, 'text': mapcss.tr('{0} sign require {1} set to left or right', mapcss._tag_uncapture(capture_tags, '{0.value}'), mapcss._tag_uncapture(capture_tags, '{1.key}'))}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Josm_Seamark(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - - diff --git a/plugins/Josm_religion.py b/plugins/Josm_religion.py index 85bac4bb1..27704c672 100644 --- a/plugins/Josm_religion.py +++ b/plugins/Josm_religion.py @@ -101,20 +101,3 @@ def relation(self, data, tags, members): }}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Josm_religion(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - - diff --git a/plugins/Josm_ru_housenumber.py b/plugins/Josm_ru_housenumber.py index 89debf4b1..e878ef8f7 100644 --- a/plugins/Josm_ru_housenumber.py +++ b/plugins/Josm_ru_housenumber.py @@ -77,20 +77,3 @@ def relation(self, data, tags, members): err.append({'class': 9017001, 'subclass': 774061168, 'text': mapcss.tr('Номера домов не соответствующие принятому соглашению')}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Josm_ru_housenumber(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - - diff --git a/plugins/Power.py b/plugins/Power.py index ba0f26ca4..c01b3b387 100644 --- a/plugins/Power.py +++ b/plugins/Power.py @@ -59,20 +59,3 @@ def relation(self, data, tags, members): err.append({'class': 91001, 'subclass': 0, 'text': mapcss.tr('Power Transformers should always be on a node')}) return err - - -from plugins.PluginMapCSS import TestPluginMapcss - - -class Test(TestPluginMapcss): - def test(self): - n = Power(None) - class _config: - options = {"country": None, "language": None} - class father: - config = _config() - n.father = father() - n.init(None) - data = {'id': 0, 'lat': 0, 'lon': 0} - -