]> source.dussan.org Git - archiva.git/commitdiff
MRM-996 - HttpProxyTransferTest fails on Windows. Thanks Martin Cooper
authorJames William Dumay <jdumay@apache.org>
Thu, 13 Nov 2008 05:59:03 +0000 (05:59 +0000)
committerJames William Dumay <jdumay@apache.org>
Thu, 13 Nov 2008 05:59:03 +0000 (05:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@713648 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-proxy/src/test/java/org/apache/maven/archiva/proxy/HttpProxyTransferTest.java

index 1c2aa9a20d262d8fecbb82a3728c17e970b88113..fec61b1308bf34da8036474b9e208cfbe001be4d 100644 (file)
@@ -112,8 +112,7 @@ public class HttpProxyTransferTest
             {
                 response.setContentType( "text/plain" );
                 response.setStatus( HttpServletResponse.SC_OK );
-                response.getWriter().println( "get-default-layout-1.0.jar" );
-                response.getWriter().println();
+                response.getWriter().print( "get-default-layout-1.0.jar\n\n" );
                 assertNotNull( request.getHeader( "Proxy-Connection" ) );
                 
                 ( (Request) request ).setHandled( true );