Skip to content

Commit 637d655

Browse files
COH-33216: Backport unit test fix to CE
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 119279]
1 parent 4520258 commit 637d655

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prj/test/functional/security/src/test/java/com/tangosol/coherence/component/net/security/StandardTest.java renamed to prj/coherence/src/test/java/com/tangosol/coherence/component/net/security/StandardTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2000, 2026, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
package com.tangosol.coherence.component.net.security;
88

prj/test/functional/security/src/test/java/com/tangosol/coherence/component/util/NameServiceTest.java renamed to prj/test/functional/security/src/test/java/com/tangosol/coherence/component/util/NameServiceTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2026, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
package com.tangosol.coherence.component.util;
88

@@ -22,7 +22,7 @@
2222
*
2323
* @author jf 2022.02.01
2424
*/
25-
public class NameServiceTest
25+
public class NameServiceTests
2626
{
2727
/**
2828
* Regression test for Bug 33381588.

0 commit comments

Comments
 (0)