فهرست منبع

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"""