Browse Source

i.vi: fix test

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74489 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 6 years ago
parent
commit
0b87da9e68
1 changed files with 5 additions and 5 deletions
  1. 5 5
      imagery/i.vi/testsuite/test_vi.py

+ 5 - 5
imagery/i.vi/testsuite/test_vi.py

@@ -12,15 +12,15 @@ from grass.gunittest.case import TestCase
 
 
 
 
 class TestReport(TestCase):
 class TestReport(TestCase):
-    blue = 'lsat5_1987_10'
-    green = 'lsat5_1987_20'
-    red = 'lsat5_1987_30'
-    nir = 'lsat5_1987_40'
+    blue = 'lsat5_1987_10@landsat'
+    green = 'lsat5_1987_20@landsat'
+    red = 'lsat5_1987_30@landsat'
+    nir = 'lsat5_1987_40@landsat'
 
 
     @classmethod
     @classmethod
     def setUpClass(cls):
     def setUpClass(cls):
         """Use temporary region settings"""
         """Use temporary region settings"""
-        cls.runModule("g.region", raster='lsat5_1987_30')
+        cls.runModule("g.region", raster='lsat5_1987_30@landsat')
         cls.use_temp_region()
         cls.use_temp_region()
 
 
     @classmethod
     @classmethod