Author: ron.sigal(a)jboss.com
Date: 2009-05-21 19:49:24 -0400 (Thu, 21 May 2009)
New Revision: 5292
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/BisocketConfigurationMapTestCase.java
Log:
JBREM-1102: Corrected counts in a couple of test methods.
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/BisocketConfigurationMapTestCase.java
===================================================================
---
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/BisocketConfigurationMapTestCase.java 2009-05-21
15:55:55 UTC (rev 5291)
+++
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/BisocketConfigurationMapTestCase.java 2009-05-21
23:49:24 UTC (rev 5292)
@@ -172,7 +172,7 @@
// Do tests.
assertTrue(ConfigTestMarshaller.ok(true, 16));
- assertTrue(ConfigTestUnmarshaller.ok(true, 12));
+ assertTrue(ConfigTestUnmarshaller.ok(true, 8));
assertTrue(LocatorTestMarshaller.ok());
assertTrue(LocatorTestUnmarshaller.ok());
assertEquals(1, callbackHandler.counter);
@@ -305,7 +305,7 @@
// Do tests.
assertTrue(ConfigTestMarshaller.ok(true, 8));
- assertTrue(ConfigTestUnmarshaller.ok(true, 6));
+ assertTrue(ConfigTestUnmarshaller.ok(true, 4));
assertTrue(LocatorTestMarshaller.ok());
assertTrue(LocatorTestUnmarshaller.ok());
assertEquals(1, callbackHandler.counter);