- Timestamp:
- Jun 10, 2010, 1:33:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/dbnp/studycapturing/FileServiceTests.groovy
r507 r550 29 29 // available in testcases 30 30 fileService.metaClass.getUploadDir = { 31 return new File( 'D:/isdat/dbNP/Sources/gscf mei/web-app/fileuploads' );31 return new File( System.properties['base.dir'] + File.separator + 'web-app' + File.separator + 'fileuploads' ); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.