Browse Source

temporal framework testsuite: Using g.mremove instead of g.remove in tests

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61999 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 years ago
parent
commit
0c76f15ce7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/python/temporal/testsuite/test_register_function.py

+ 1 - 1
lib/python/temporal/testsuite/test_register_function.py

@@ -52,7 +52,7 @@ class TestRegisterFunctions(grass.gunittest.TestCase):
         """!Remove maps from temporal database
         """
         self.runModule("t.unregister", maps="register_map_1,register_map_2", quiet=True)
-        self.runModule("g.remove", rast="register_map_1,register_map_2", quiet=True)
+        self.runModule("g.mremove", type="rast",  pattern="register_map_1,register_map_2", quiet=True)
         self.strds_abs.delete()
         self.strds_rel.delete()