[jbosscache-commits] JBoss Cache SVN: r4574 - core/trunk/src/test/java/org/jboss/cache/marshall.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Oct 8 12:26:26 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-10-08 12:26:26 -0400 (Mon, 08 Oct 2007)
New Revision: 4574

Modified:
   core/trunk/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java
Log:
Updated the new expected version header

Modified: core/trunk/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java	2007-10-08 16:23:05 UTC (rev 4573)
+++ core/trunk/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java	2007-10-08 16:26:26 UTC (rev 4574)
@@ -55,7 +55,7 @@
 
       // expect that this has been serialized using JBoss Serialization so use this to get an OIS.
       ObjectInputStream in = ObjectSerializationFactory.createObjectInputStream(bytes);
-      assertEquals("Version header short should be '20'", 20, in.readShort());
+      assertEquals("Version header short should be '21'", 21, in.readShort());
    }
 
    public void testVersionHeader200() throws Exception




More information about the jbosscache-commits mailing list