Re: RFR 8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows

2015-02-05 Thread Xuelei Fan
Good catch! Looks fine to me. Xuelei On 2/5/2015 7:54 PM, Weijun Wang wrote: > Hi All > > A test helper tries to parse the "test.src.path" system property using > delimiter ":". This is not correct on Windows. > > The fix is simply > > diff --git a/test/lib/testlibrary/jdk/testlibrary/SimpleS

RFR 8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows

2015-02-05 Thread Weijun Wang
Hi All A test helper tries to parse the "test.src.path" system property using delimiter ":". This is not correct on Windows. The fix is simply diff --git a/test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java b/test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java --- a/test/lib/