This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new ddd536f Remove system.out.println from
org.apache.jmeter.protocol.http.parser.TestHTMLParser#getInputStream
ddd536f is described below
commit ddd536f9104db62e12a15a72cb8e01434cabaf45
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Aug 3 17:22:00 2019 +0300
Remove system.out.println from
org.apache.jmeter.protocol.http.parser.TestHTMLParser#getInputStream
---
.../test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java
b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java
index 32047bd..016be47 100644
---
a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java
+++
b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/parser/TestHTMLParser.java
@@ -439,7 +439,6 @@ public class TestHTMLParser extends JMeterTestCaseJUnit {
// testfiles/HTMLParserTestFile_2 is shared between unit tests and
batch tests,
// so the file is located in root/bin/testfiles/...
String path = "../../../bin/" + file;
- System.out.println(new File(path).getAbsolutePath());
try {
return new FileInputStream(path);
} catch (FileNotFoundException e) {