Daniel John Debrunner (JIRA) wrote:
[ http://issues.apache.org/jira/browse/DERBY-934?page=comments#action_12365574 ]
Daniel John Debrunner commented on DERBY-934:
---------------------------------------------
Is this the plan for junit tests, to have a test directory per function, namely
the 'sur' directory here?
I did not find that the SUR tests naturally belongs in any of the
existing directories in junitTests, so I created a new package which is
descriptive for the type of tests. If someone finds a better package
name, I will gladly update it.
junitTests/sur/SURTest.junit
If these tests were added under the old harness the correct location would be
Note: I consider junit tests as a new test type which can be run under
the (old) harness, and which in the future can be run in another harness.
tests/jdbcapi
Or should it be tests/lang, since updatableResultSet.java (tests
non-scrollable updatable results in the old harness) is located in
tests/lang ?
The existing junitTests sub-directories are higher level than a set of
functionality and two of the three match the exisitng harness layout, lang and
bderyNet
True.
Andreas