Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e); in testGetSQLException() local
47 assertNotNull(ce3.getSQLException()); in testGetSQLException()
48 assertNotSame(ce3.getSQLException(), ce2.getSQLException()); in testGetSQLException()