Actions
Bug #2994
closedCreate a properties file for use by JUnit Tests
Start date:
11/02/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2994
Description
Currently the build.xml file defines a few properties that are used for
ant token substitution in JUnit tests. An objective is to replace
compile-time token substitution with property lookups at runtime.
Since test properties (i.e. usernames and passwords) probably wouldn't be appropriate in the build.properties or metacate.properties file, a separate test.properties file would be a possible solution.
Actions