Skip to content

Commit 2421ab9

Browse files
author
gefeili
committed
Rename JVMVersionTestProv to JVMVersionTest
1 parent 2ea1d94 commit 2421ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/src/test/jdk1.5/org/bouncycastle/test/JVMVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* if -Dtest.java.version.prefix=17 and System.getProperty("java.version") = 17.0.4.1
1313
* Then this test will pass.
1414
*/
15-
public class JVMVersionTestProv extends TestCase
15+
public class JVMVersionTest extends TestCase
1616
{
1717

1818
private static final String expectedVersionPropName = "test.java.version.prefix";

0 commit comments

Comments
 (0)