Re: RFR JDK-8154487: java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Windows

2016-04-19 Thread Chris Hegarty
On 19 Apr 2016, at 10:15, Pavel Rappo wrote: > Hi, > > Could you please review my change for JDK-8154487? > > http://cr.openjdk.java.net/~prappo/8154487/webrev.00/ Looks ok Pavel. -Chris. > This shows up only on Windows machines where EOL is '\r\n' rather than '\n'. > > I used '\n' as a lin

RFR JDK-8154487: java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Windows

2016-04-19 Thread Pavel Rappo
Hi, Could you please review my change for JDK-8154487? http://cr.openjdk.java.net/~prappo/8154487/webrev.00/ This shows up only on Windows machines where EOL is '\r\n' rather than '\n'. I used '\n' as a line separator in expected table state strings in the tests (e.g. [1]). At the same time act