d6y / jchav

JChav is a way to see the change in performance of your web application over time, by running a benchmark test for each build you produce.
http://jchav.blogspot.com/
3 stars 0 forks source link

JChav parsing error when a wav file is present in .jtl responseData tag #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup a test plan with a request who get a wav file
2. Launch the test with ant
3. Launch jchav with the ant task
4. No chart generated in the output directory

What is the expected output? 
Chart generated.

What do you see instead? 
Nothing.

What version of the product are you using? On what operating system?
jakarta-jmeter-2.2
jchav-1.1.0
ant-1.7.0

on Solaris 8 and Windows XP SP2

Please provide any additional information below.
The wav file is contained in the <responseData class="java.lang.String"/>. 
If I remove the data in the tag, the chart is generated correctly.

Original issue reported on code.google.com by jphilipp...@gmail.com on 16 Jul 2007 at 2:48