mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 02:48:02 +00:00
8157633: Fix module dependencies for /com/* tests
Module declarations for the tests in /com/* Reviewed-by: alanb
This commit is contained in:
parent
4ed9567218
commit
7dcb615aae
@ -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
|
||||
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8039358
|
||||
* @summary com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be default
|
||||
* @modules jdk.jartool
|
||||
* @compile DefaultMethod.java
|
||||
*/
|
||||
|
||||
|
||||
1
jdk/test/com/sun/net/httpserver/TEST.properties
Normal file
1
jdk/test/com/sun/net/httpserver/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = jdk.httpserver
|
||||
Loading…
x
Reference in New Issue
Block a user