Author: pmouawad
Date: Thu Jan 4 21:21:44 2018
New Revision: 1820216
URL: http://svn.apache.org/viewvc?rev=1820216&view=rev
Log:
Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals
with given constant throughput
Fix test failure, should be good now
Bugzilla Id: 61931
Modified:
jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
Modified: jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java?rev=1820216&r1=1820215&r2=1820216&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java Thu Jan 4
21:21:44 2018
@@ -155,7 +155,7 @@ public class SaveService {
private static String fileVersion = ""; // computed from
saveservice.properties file// $NON-NLS-1$
// Must match the sha1 checksum of the file saveservice.properties
(without newline character),
// used to ensure saveservice.properties and SaveService are updated
simultaneously
- static final String FILEVERSION =
"83cad39b5062586b5bf2e704b2460af2e108c2aa"; // Expected value $NON-NLS-1$
+ static final String FILEVERSION =
"8e85129da2151ee8b4ecefa08b22aecb77d156cd"; // Expected value $NON-NLS-1$
private static String fileEncoding = ""; // read from properties file//
$NON-NLS-1$