This repository was archived by the owner on Apr 24, 2023. It is now read-only.
File tree 2 files changed +2
-3
lines changed
java/security/SignedJar/spi-calendar-provider
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -618,8 +618,6 @@ sun/security/pkcs11/rsa/TestKeyPairGenerator.java 8295343 linux-al
618
618
sun/security/pkcs11/rsa/TestKeyFactory.java 8295343 linux-all
619
619
sun/security/pkcs11/KeyStore/Basic.java 8295343 linux-all
620
620
621
- java/security/SignedJar/spi-calendar-provider/TestSPISigned.java 8298271 windows-all
622
-
623
621
############################################################################
624
622
625
623
# jdk_sound
Original file line number Diff line number Diff line change 33
33
import java .nio .file .Paths ;
34
34
import java .nio .file .Path ;
35
35
import java .nio .file .Files ;
36
+ import java .io .File ;
36
37
import static java .util .Calendar .WEDNESDAY ;
37
38
38
39
/*
@@ -95,7 +96,7 @@ public static void main(String[] args) throws Throwable {
95
96
testRun .add ("-Djava.locale.providers=SPI" );
96
97
testRun .add ("-cp" );
97
98
String classPath = System .getProperty ("java.class.path" );
98
- classPath = classPath + ":" + SIGNED_JAR .toAbsolutePath ().toString ();
99
+ classPath = classPath + File . pathSeparator + SIGNED_JAR .toAbsolutePath ().toString ();
99
100
testRun .add (classPath );
100
101
testRun .add (TestSPISigned .class .getSimpleName ());
101
102
testRun .add ("run-test" );
You can’t perform that action at this time.
0 commit comments