8155088: Fix module dependencies in java/sql/* and javax/* tests
authorxiaofeya
Tue, 17 May 2016 02:34:56 -0700
changeset 38327 77143af4d719
parent 38326 9e4be8e12bac
child 38328 40435a469d25
8155088: Fix module dependencies in java/sql/* and javax/* tests Reviewed-by: alanb Contributed-by: Felix Yang <felix.yang@oracle.com>
jdk/test/java/sql/TEST.properties
jdk/test/javax/net/ssl/HttpsURLConnection/Equals.java
jdk/test/javax/rmi/TEST.properties
jdk/test/javax/script/TEST.properties
jdk/test/javax/xml/jaxp/TEST.properties
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/java/sql/TEST.properties	Tue May 17 02:34:56 2016 -0700
@@ -0,0 +1,2 @@
+modules = java.sql
+
--- a/jdk/test/javax/net/ssl/HttpsURLConnection/Equals.java	Mon May 16 22:07:07 2016 +0100
+++ b/jdk/test/javax/net/ssl/HttpsURLConnection/Equals.java	Tue May 17 02:34:56 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,6 +24,7 @@
 /**
  * @test
  * @library /lib/testlibrary
+ * @modules jdk.httpserver
  * @build jdk.testlibrary.SimpleSSLContext
  * @run main Equals
  * @bug 8055299
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/javax/rmi/TEST.properties	Tue May 17 02:34:56 2016 -0700
@@ -0,0 +1,1 @@
+modules = java.rmi
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/javax/script/TEST.properties	Tue May 17 02:34:56 2016 -0700
@@ -0,0 +1,1 @@
+modules = java.scripting
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/test/javax/xml/jaxp/TEST.properties	Tue May 17 02:34:56 2016 -0700
@@ -0,0 +1,1 @@
+modules = java.xml