< prev index next >

test/javax/sql/testng/test/rowset/serial/SerialExceptionTests.java

Print this page

        

*** 18,27 **** --- 18,35 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + + /** + * @test + * @modules java.sql.rowset/com.sun.rowset + * java.sql.rowset/com.sun.rowset.internal + * java.sql.rowset/com.sun.rowset.providers + */ + package test.rowset.serial; import java.sql.SQLException; import javax.sql.rowset.serial.SerialException; import static org.testng.Assert.*;
< prev index next >