On 1/17/06, Kathey Marsden (JIRA) <[email protected]> wrote: > [ > http://issues.apache.org/jira/browse/DERBY-398?page=comments#action_12363075 ] > > Kathey Marsden commented on DERBY-398: > -------------------------------------- > > I committed this patch except the wisconsin changes. wisc_setup.sql was > present in the status file but missing from the patch. I went ahead and > checked the rest in so it would not get out of date. I ran > lang/wisconsin.java and the jdk14 suite.
Thanks for catching this. When I created the patch, I renamed wisconsin.sql to wisc_setup.sql and created the diff and status file. 'svn status' output had this line: A + java\testing\org\apache\derbyTesting\functionTests\tests\lang\wisc_setup.sql I thought this meant the file is added. But I see that the diff file does not have wisc_setup.sql. I will upload another patch for this in a while. > > On the j9_foundation masters. I think that we can avoid having a > j9_foundation master for some of the tests by doing some checking in the > test for the correct behaviour. I think this would be especially good for > the getURL calls in the metadata tests . Multiple masters can be a pain to > maintain especially for the metadata tests. I think I can do the output compare in the test itself and just print 'passed' or 'failed' for getURL calls in metadata tests. I'll relook the new foundation masters to see if there are others that can be avoided. Thanks, Deepa
