On 11.12.2012 23:16, david myers wrote: > need to worry about this ? is simply listing them in my < > getDerbyKeyWordsTest_app.properties > going to be
Just for your FYI, the *_app.properties stuff is part of our old testing harness, nowadays we build tests in JUnit only. The test directories contain a mix of old test harness tests (we're always trying to convert the rest of those) and JUnit tests. Almost all test files named <name>Test.java (note the capital "T") are examples of JUnit based tests. Thanks, Dag
