Преглед изворни кода

pygrass: testsuite vector points_of_interest does not exist in nc_spm

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62771 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz пре 10 година
родитељ
комит
81ed7c3556
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/python/pygrass/vector/testsuite/test_vector.py

+ 1 - 1
lib/python/pygrass/vector/testsuite/test_vector.py

@@ -11,7 +11,7 @@ from grass.pygrass.vector import VectorTopo
 
 class VectorTopoTestCase(TestCase):
 
-    vname = "points_of_interest"
+    vname = "poi_names_wake"
 
     def test_getitem_slice(self):
         """Test that getitem handle correctly the slice starting from 1"""