< prev index next >

test/javax/sql/testng/test/rowset/spi/SyncFactoryExceptionTests.java

Print this page

        

@@ -18,10 +18,18 @@
  *
  * 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.spi;
 
 import java.sql.SQLException;
 import javax.sql.rowset.spi.SyncFactoryException;
 import static org.testng.Assert.*;
< prev index next >