Changeset 638

Show
Ignore:
Timestamp:
03/06/07 22:20:12
Author:
seang
Message:

Fill in PCL-MapServer/test/environment.py template

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PCL/trunk/PCL-Core/fixtures/setup.py

    r636 r638  
    4343os.system('sh chipraster') 
    4444 
     45# Setup PCL-MapServer 
     46# ------------------- 
     47 
     48os.chdir(cwd) 
     49os.chdir('../../PCL-MapServer/tests') 
     50 
     51# environment.py 
     52fill_template('environment.py', config, 'gdal') 
     53 
  • PCL/trunk/PCL-MapServer/tests/environment.py.template

    r632 r638  
    11import os 
    22 
    3 MS_FIXTURES = '/usr/local/src/mapserver-4.8.4/tests' 
     3MS_FIXTURES = '%(mapserver_source)s/tests' 
    44FONTSET = os.path.join(MS_FIXTURES, 'fonts.txt') 
    55