You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/12/01 00:22:58 UTC

svn commit: r350072 - /jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java

Author: sebb
Date: Wed Nov 30 15:22:52 2005
New Revision: 350072

URL: http://svn.apache.org/viewcvs?rev=350072&view=rev
Log:
Bug 37716 - Proxy request problem - wrong field used

Modified:
    jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java

Modified: jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java?rev=350072&r1=350071&r2=350072&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java (original)
+++ jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/protocol/http/sampler/PostWriterTest.java Wed Nov 30 15:22:52 2005
@@ -35,7 +35,6 @@
 
 public class PostWriterTest extends TestCase {
     
-    // TODO: put PostWriter.CRLF public an use it instead of this one
     private final static byte[] CRLF = { 0x0d, 0x0A };
     
     private PostWriter postWriter;



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org