Changeset 1296
- Timestamp:
- 06/04/09 01:22:15 (10 months ago)
- Files:
-
- 1 modified
-
trunk/test/local_tests/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/local_tests/__init__.py
r1187 r1296 23 23 windmill.authoring.setup_module(module) 24 24 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/') 26 26 windmill.server.wsgi.add_namespace('windmill-unittests', application) 27 27
