Home
last modified time | relevance | path

Searched refs:ce2 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null); in testConstructorConnection() local
34 assertSame(ce2.getSource(),ce.getSource()); in testConstructorConnection()
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null); in testGetSQLException() local
43 assertEquals(ce2.getSQLException(), ce.getSQLException()); in testGetSQLException()
48 assertNotSame(ce3.getSQLException(), ce2.getSQLException()); in testGetSQLException()