You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2014/11/22 21:03:03 UTC

svn commit: r1641119 - /jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

Author: pmouawad
Date: Sat Nov 22 20:03:03 2014
New Revision: 1641119

URL: http://svn.apache.org/r1641119
Log:
Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...)
Fix test failure
Bugzilla Id: 55932

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=1641119&r1=1641118&r2=1641119&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java Sat Nov 22 20:03:03 2014
@@ -182,7 +182,7 @@ public class SaveService {
     private static String fileVersion = ""; // read from saveservice.properties file// $NON-NLS-1$
     // Must match Revision id value in saveservice.properties, 
     // used to ensure saveservice.properties and SaveService are updated simultaneously
-    private static final String FILEVERSION = "1618048"; // Expected value $NON-NLS-1$
+    private static final String FILEVERSION = "1641081"; // Expected value $NON-NLS-1$
     private static String fileEncoding = ""; // read from properties file// $NON-NLS-1$
 
     static {