mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 19:20:33 +00:00
8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
Reviewed-by: weijun
This commit is contained in:
parent
cee580a37d
commit
fa87bee688
1
jdk/test/com/sun/security/auth/TEST.properties
Normal file
1
jdk/test/com/sun/security/auth/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = jdk.security.auth
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 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
|
||||
@ -21,9 +21,10 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/**
|
||||
/*
|
||||
* @test
|
||||
* @bug 6710360
|
||||
* @modules jdk.security.jgss
|
||||
* @summary export Kerberos session key to applications
|
||||
*/
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 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,15 +24,17 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4634892
|
||||
* @modules jdk.security.auth
|
||||
* @summary Ensure that authentication via CRAM-MD5 works.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Can set logging to FINEST to view exchange.
|
||||
*/
|
||||
import javax.security.sasl.*;
|
||||
import javax.security.auth.callback.*;
|
||||
import java.security.Security;
|
||||
import javax.security.auth.callback.CallbackHandler;
|
||||
import javax.security.sasl.Sasl;
|
||||
import javax.security.sasl.SaslClient;
|
||||
import javax.security.sasl.SaslServer;
|
||||
|
||||
public class Cram {
|
||||
private static final String MECH = "CRAM-MD5";
|
||||
|
||||
1
jdk/test/com/sun/security/sasl/TEST.properties
Normal file
1
jdk/test/com/sun/security/sasl/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = java.security.sasl
|
||||
1
jdk/test/com/sun/security/sasl/digest/TEST.properties
Normal file
1
jdk/test/com/sun/security/sasl/digest/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = jdk.security.auth
|
||||
Loading…
x
Reference in New Issue
Block a user