Changeset 639
- Timestamp:
- 03/06/07 22:22:52
- Files:
-
- PCL/trunk/PCL-Core/fixtures/setup.py (modified) (1 diff)
- PCL/trunk/PCL-Core/tests/environment.py.template (moved) (moved from PCL/trunk/PCL-Core/tests/environment.py.dist) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PCL/trunk/PCL-Core/fixtures/setup.py
r638 r639 28 28 ) 29 29 30 os.chdir('../tests') 31 32 # environment.py 33 fill_template('environment.py', config, 'gdal') 34 35 30 36 # Setup PCL-GDAL 31 37 # -------------- PCL/trunk/PCL-Core/tests/environment.py.template
r631 r639 1 1 import os 2 2 TESTDATA_PATH = os.path.join(os.path.dirname(__file__), "../fixtures/") 3 TESTIMAGE_PATH = " /usr/local/src/mapserver-4.8.4/tests"3 TESTIMAGE_PATH = "%(mapserver_source)s/tests" 4 4 DSN = 'host=localhost dbname=pcl_test user=postgres'
