[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/marshall ...
Manik Surtani
manik at jboss.org
Fri Mar 23 13:22:28 EDT 2007
User: msurtani
Date: 07/03/23 13:22:28
Modified: tests/functional/org/jboss/cache/marshall
JBossSerializationTest.java
Log:
Commented out tests until we decide whether or not we ship with JBoss Serialization.
Revision Changes Path
1.9 +5 -3 JBossCache/tests/functional/org/jboss/cache/marshall/JBossSerializationTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JBossSerializationTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/marshall/JBossSerializationTest.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- JBossSerializationTest.java 20 Mar 2007 14:58:45 -0000 1.8
+++ JBossSerializationTest.java 23 Mar 2007 17:22:28 -0000 1.9
@@ -87,15 +87,17 @@
public void testSpeedAndSizeUsingStrings() throws Exception
{
- doTest(true);
+ // commented out until we decide whether or not we ship with JBoss Serialization.
+ //doTest(true);
}
public void testSpeedAndSizeUsingComplexObjects() throws Exception
{
- doTest(false);
+ // commented out until we decide whether or not we ship with JBoss Serialization.
+ //doTest(false);
}
- public void doTest(boolean useStrings) throws Exception
+ private void doTest(boolean useStrings) throws Exception
{
assertTrue("JBoss Serialization should be enabled by default", ObjectSerializationFactory.useJBossSerialization);
More information about the jboss-cvs-commits
mailing list