Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 86a14eb4a74c5b3826fc06b2c315b9b1125561c7
      
https://github.com/jenkinsci/performance-plugin/commit/86a14eb4a74c5b3826fc06b2c315b9b1125561c7
  Author: hitesh22 <hitesh.h.pa...@gmail.com>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
    M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java

  Log Message:
  -----------
  [FIXES JENKINS-28787]: Fixes number format exception (#71)

When JMeter parser is used and a csv file contains header line, a number format 
exception is thrown.
Fix is to check if the first line is a header and skip the line if it is a 
header.
Note: Noticed that if there was a test for the constructor with glob only, this 
issue
would have been caught in testing.

Test added and refactored for cleanup.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to