< prev index next >

application/uitests/org.openjdk.jmc.rcp.application.uitest/src/test/java/org/openjdk/jmc/rcp/application/uitest/UpdateSiteTest.java

Print this page

        

@@ -54,11 +54,11 @@
 /**
  * Class testing update site related components
  */
 public class UpdateSiteTest extends MCJemmyTestBase {
         private static final String UPDATESITE_PROP_PREFIX = "updatesite.";
-        private static final String JMC_VERSION = System.getProperty("jmc.test.jmc.version", "7.0.0");
+        private static final String JMC_VERSION = System.getProperty("jmc.test.jmc.version", "7.1.0");
         private static final String KEY_UPDATE_PROPERTIES_PATH = "org.openjdk.jmc.updatesites.properties";
 
         /**
          * This test verifies that, when the property "org.openjdk.jmc.updatesites.properties" is set to
          * something we're supposed to add the update sites from the properties file to the ones
< prev index next >