Просмотр исходного кода

temporal modules: Fixed hash operator test

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62868 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 лет назад
Родитель
Сommit
e02bcca0ed

+ 1 - 1
temporal/t.rast.algebra/testsuite/test_raster_algebra_granularity.py

@@ -108,7 +108,7 @@ class TestTRastAlgebraGranularity(gunittest.TestCase):
 
     def test_simple_arith_hash_1(self):
         """Simple arithmetic test including the hash operator"""
-        expr ='R = A + A # A'
+        expr ='R = A + (A # A)'
         self.assertModule("t.rast.algebra",  expression=expr, flags="g", basename="r")
         
         D = tgis.open_old_stds("R", type="strds")