8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
Reviewed-by: xuelei
This commit is contained in:
parent
b1d6b18b33
commit
ee2ba7946a
@ -56,7 +56,7 @@ public class SimpleSSLContext {
|
||||
*/
|
||||
public SimpleSSLContext () throws IOException {
|
||||
String paths = System.getProperty("test.src.path");
|
||||
StringTokenizer st = new StringTokenizer(paths,":");
|
||||
StringTokenizer st = new StringTokenizer(paths, File.pathSeparator);
|
||||
boolean securityExceptions = false;
|
||||
while (st.hasMoreTokens()) {
|
||||
String path = st.nextToken();
|
||||
|
Loading…
Reference in New Issue
Block a user