Ignore:
Timestamp:
Jun 10, 2010, 1:33:37 AM (14 years ago)
Author:
keesvb
Message:

added entity property to TemplateField?; added validator to Template to ensure fields are of the correct entity, updated BootStrap? accordingly, updated tests accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/dbnp/studycapturing/FileServiceTests.groovy

    r507 r550  
    2929        // available in testcases
    3030        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' );
    3232        }
    3333
Note: See TracChangeset for help on using the changeset viewer.