[#2345] Singleton instances are not preserved after deserialisation -
Reverted adding of test case
This commit is contained in:
parent
377572748e
commit
f97f81a43c
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user