[GRASS-SVN] r62018 - grass/trunk/lib/python/gunittest
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 17 09:49:23 PDT 2014
Author: wenzeslaus
Date: 2014-09-17 09:49:23 -0700 (Wed, 17 Sep 2014)
New Revision: 62018
Modified:
grass/trunk/lib/python/gunittest/loader.py
Log:
gunittest: workaround to support more location types (r61652 uses hardcoded values instead of parsing the file and finding suporated location type(s))
Modified: grass/trunk/lib/python/gunittest/loader.py
===================================================================
--- grass/trunk/lib/python/gunittest/loader.py 2014-09-17 16:47:11 UTC (rev 62017)
+++ grass/trunk/lib/python/gunittest/loader.py 2014-09-17 16:49:23 UTC (rev 62018)
@@ -113,7 +113,7 @@
add = True
else:
try:
- locations = ['nc']
+ locations = ['nc', 'stdmaps', 'all']
except AttributeError:
add = True # test is universal
else:
More information about the grass-commit
mailing list