Author: sebb
Date: Mon Oct 6 08:44:32 2008
New Revision: 702182
URL: http://svn.apache.org/viewvc?rev=702182&view=rev
Log:
Typo
Modified:
jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
Modified:
jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java?rev=702182&r1=702181&r2=702182&view=diff
==============================================================================
---
jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
(original)
+++
jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
Mon Oct 6 08:44:32 2008
@@ -990,7 +990,7 @@
contentLength = new Integer(contentLengthValue).intValue();
}
else {
- fail("Did not receive any content-lenght header");
+ fail("Did not receive any content-length header");
}
bodySent = new byte[contentLength];
System.arraycopy(responseData, responseData.length -
contentLength, bodySent, 0, contentLength);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]