Changeset 1296

Show
Ignore:
Timestamp:
06/04/09 01:22:15 (10 months ago)
Author:
mikeal
Message:

Making path to wsgi fileserver abspath.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/local_tests/__init__.py

    r1187 r1296  
    2323    windmill.authoring.setup_module(module) 
    2424 
    25     application = wsgi_fileserver.WSGIFileServerApplication(root_path=os.path.dirname(__file__), mount_point='/windmill-unittests/') 
     25    application = wsgi_fileserver.WSGIFileServerApplication(root_path=os.path.abspath(os.path.dirname(__file__)), mount_point='/windmill-unittests/') 
    2626    windmill.server.wsgi.add_namespace('windmill-unittests', application) 
    2727