[jbosscache-commits] JBoss Cache SVN: r7746 - core/tags/3.0.3.GA/src/test/java/org/jboss/cache/marshall.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Feb 23 06:37:20 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-23 06:37:17 -0500 (Mon, 23 Feb 2009)
New Revision: 7746

Modified:
   core/tags/3.0.3.GA/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java
Log:


Modified: core/tags/3.0.3.GA/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java
===================================================================
--- core/tags/3.0.3.GA/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java	2009-02-22 21:36:35 UTC (rev 7745)
+++ core/tags/3.0.3.GA/src/test/java/org/jboss/cache/marshall/VersionAwareMarshallerTest.java	2009-02-23 11:37:17 UTC (rev 7746)
@@ -78,7 +78,7 @@
 
       byte[] bytes = marshaller.objectToByteBuffer("Hello");
       ObjectInputStream in = new MarshalledValueInputStream(new ByteArrayInputStream(bytes));
-      assertEquals("Version header short should be '30'", 31, in.readShort());
+      assertEquals("Version header short should be '30'", 30, in.readShort());
    }
 
    public void testVersionHeader210() throws Exception




More information about the jbosscache-commits mailing list