[ http://issues.apache.org/jira/browse/DERBY-205?page=comments#action_66847 ] Kathey Marsden commented on DERBY-205: --------------------------------------
The cleanup of the error stream properties and the new test looks great, but I see this diff with the new lang/errorStream test. ------------------------------------------------------ Framework: embedded *** Start: errorStream jdk1.4.2_07 2005-06-02 03:28:08 *** 3 del < xxxxxxFILTERED-TIMESTAMPxxxxxGMT Thread[main,5,main] java.io.FileNotFoundException: xxxFILTERED_PATHxxx/Vombatus UrsinusHirsutus-file-2.log (No such file or directory) 3a3 > xxxxxxFILTERED-TIMESTAMPxxxxxGMT Thread[main,5,main] > java.io.FileNotFoundException: xxxFILTERED_PATHxxx/Vombatus UrsinusHirsutus-file-2.log (The system cannot find the path specified) 7 del < on database directory xxxFILTERED_PATHxxx/VombatusUrsinusHirsutus-2 7a7 > on database directory D:\testout\errorStream\VombatusUrsinusHirsutus-2 18 del < on database directory xxxFILTERED_PATHxxx/VombatusUrsinusHirsutus-4 18a18 > on database directory D:\testout\errorStream\VombatusUrsinusHirsutus-4 29 del < on database directory xxxFILTERED_PATHxxx/VombatusUrsinusHirsutus-6 29a29 > on database directory D:\testout\errorStream\VombatusUrsinusHirsutus-6 Test Failed. *** End: errorStream jdk1.4.2_07 2005-06-02 03:30:22 *** > Rename org.apache.derby.impl.drda.DB2jServerImpl to NetworkServerControlImpl > ----------------------------------------------------------------------------- > > Key: DERBY-205 > URL: http://issues.apache.org/jira/browse/DERBY-205 > Project: Derby > Type: Task > Components: Network Server > Versions: 10.1.0.0 > Reporter: Kathey Marsden > Assignee: Dag H. Wanvik > Priority: Trivial > Attachments: 205b-rev1.diff, 205b-rev1.stat > > For historical reasons the class DB2jServerImpl, which implements the public > NetworkServerControl interface is inappropriately named. It should be > renamed to NetworkServerControlImpl -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
