Modify derbynet/testProperties.java test to run with 10.1client/10.2 server
---------------------------------------------------------------------------
Key: DERBY-1041
URL: http://issues.apache.org/jira/browse/DERBY-1041
Project: Derby
Type: Sub-task
Components: Test
Environment: Testing with 10.1 client / 10.2 server
Reporter: Deepa Remesh
Assigned to: Deepa Remesh
Priority: Minor
Fix For: 10.1.2.3
The test derbynet/testProperties.java fails with 10.1 client /10.2 server with
following diff:
(< Shutdown successful.
6a6
> Apache Derby Network Server - 10.2.0.0 alpha shutdown at
xxxxxxFILTERED-TIMESTAMPxxxxxGMT
11 del
)
This diff is caused by checkin for DERBY-515, which changes the shutdown
message. Solution is to not print the shutdown message to the test output file.
We just need to wait for successful server shutdown by checking that there are
no exceptions.
--
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