< prev index next >

test/javax/sql/testng/test/rowset/serial/SerialStructTests.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.Struct; import java.util.Arrays; import java.util.HashMap;
< prev index next >