TESTS FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures. |
Date of build: 06/02/2007 12:16:21 |
Time to build: 182 minutes 56 seconds |
Last changed: 06/02/2007 03:06:28 |
Last log entry: JBREM-329: Replaced "socketTimeout" parameter with "timeout". |
Unit Tests: (1216) Total Errors and Failures: (29) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 8) | ||||
1.6.4.1 | modified | rsigal | src/tests/org/jboss/test/remoting/configuration/SocketClientConfigurationTestCase.java | JBREM-329: Replaced "socketTimeout" parameter with "timeout". |
1.1.2.3 | modified | rsigal | src/tests/org/jboss/test/remoting/binding/BindingTestCase.java | JBREM-687: Replaced Sting.contains() with jdk 1.4 compatible code. |
1.52.2.32 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-687: (1) replaced parseBoolean with jdk 1.4 compatible code; (2) replaced call to String.replace() with jdk 1.4 compatible code. |
1.1.2.23 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java | JBREM-751: In ControlConnectionThread.run(), test Exception messages using equalsIgnoreCase(). |
1.1.2.19 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java | JBREM-748: Forgot to create lock object. |
1.1.2.18 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java | JBREM-748: Put creation of new static Timer in synchronized block. |
1.1.2.17 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java | JBREM-748: If attempt to schedule a task on static Timer fails, catches exception and recreates Timer. |
1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/TimerReuseTestCase.java | JBREM-748: Unit test. |