[#2345] Singleton instances are not preserved after deserialisation -

Reverted adding of test case
This commit is contained in:
Lukas Eder 2013-03-22 12:37:54 +01:00
parent 377572748e
commit f97f81a43c
2 changed files with 0 additions and 12 deletions

View File

@ -61,8 +61,6 @@ import java.sql.Connection;
import java.sql.Date;
import java.util.Arrays;
import junit.framework.Assert;
import org.jooq.ExecuteContext;
import org.jooq.Field;
import org.jooq.Record;
@ -266,11 +264,6 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
}
}
@Test
public void testSerialisationOfSingletons() throws Exception {
Assert.assertSame(TBook(), runSerialisation(TBook()));
}
public static class ConnectionProviderListener extends DefaultExecuteListener {
/**

View File

@ -1837,11 +1837,6 @@ public abstract class jOOQAbstractTest<
new GeneralTests(this).testSerialisation();
}
@Test
public void testSerialisationOfSingletons() throws Exception {
new GeneralTests(this).testSerialisationOfSingletons();
}
@Test
public void testARRAYType() throws Exception {
new RoutineAndUDTTests(this).testARRAYType();