ham1 commented on a change in pull request #608:
URL: https://github.com/apache/jmeter/pull/608#discussion_r467487552
##########
File path:
src/components/src/test/java/org/apache/jmeter/visualizers/backend/SamplerMetricTimedModeTest.java
##########
@@ -58,7 +58,7 @@ public void checkResetOkAndAllStats() throws Exception {
public void checkResetKoAndAllStats() throws Exception {
SamplerMetric metric = new SamplerMetric();
- metric.add(createSampleResult(false));
+ metric.add(createSampleResult(false), false);
Review comment:
Worth adding at least a test for the `true` case?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]