浏览代码

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):
 class VectorTopoTestCase(TestCase):
 
 
-    vname = "points_of_interest"
+    vname = "poi_names_wake"
 
 
     def test_getitem_slice(self):
     def test_getitem_slice(self):
         """Test that getitem handle correctly the slice starting from 1"""
         """Test that getitem handle correctly the slice starting from 1"""