Skip to content
Snippets Groups Projects
Commit f30c0245 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

fixed tests

parent e897048b
No related branches found
No related tags found
No related merge requests found
...@@ -310,18 +310,6 @@ class TestMapVisualization(EOTSVTestCase): ...@@ -310,18 +310,6 @@ class TestMapVisualization(EOTSVTestCase):
self.assertEqual(0, bandClosestToWavelength(lyr, 'B')) self.assertEqual(0, bandClosestToWavelength(lyr, 'B'))
def test_mapview_context_menu(self):
from eotimeseriesviewer.main import EOTimeSeriesViewer
eotsv = EOTimeSeriesViewer()
eotsv.loadExampleTimeSeries(loadAsync=False)
mv = eotsv.mapViews()[0]
self.assertIsInstance(mv, MapView)
for l in mv.layers():
eotsv.setCurrentLayer(l)
mv.mMapLayerTreeViewMenuProvider.populateContextMenu()
def test_renderer(self): def test_renderer(self):
styleFiles = file_search(os.path.dirname(__file__), 'style*.txt') styleFiles = file_search(os.path.dirname(__file__), 'style*.txt')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment