Skip to content

Commit 4520258

Browse files
committed
COH-33216: Unit tests CanonicalNamesTests and StandardTests do not follow the unit test naming convention (14.1.1.0 cl 119257 --> 14.1.1.0 CE)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 119260]
1 parent 1233199 commit 4520258

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

prj/coherence-core/src/test/java/com/oracle/coherence/common/internal/util/CanonicalNamesTests.java renamed to prj/coherence-core/src/test/java/com/oracle/coherence/common/internal/util/CanonicalNamesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2025, 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
55
* https://oss.oracle.com/licenses/upl.
@@ -19,7 +19,7 @@
1919
* @author cp 05/15/2025
2020
* @since 25.03.2
2121
*/
22-
public class CanonicalNamesTests
22+
public class CanonicalNamesTest
2323
{
2424

2525
/**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2020, 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
55
* http://oss.oracle.com/licenses/upl.
@@ -32,7 +32,7 @@
3232
/**
3333
* @author jk 2016.04.21
3434
*/
35-
public class StandardTests
35+
public class StandardTest
3636
{
3737

3838
@Test
@@ -180,4 +180,4 @@ public void checkPermission(ClusterPermission permission, Subject subject)
180180
}
181181
}
182182

183-
}
183+
}

0 commit comments

Comments
 (0)