]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)
authorJohannes Dahlström <johannesd@vaadin.com>
Thu, 5 Sep 2013 11:58:00 +0000 (14:58 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Thu, 5 Sep 2013 11:58:00 +0000 (14:58 +0300)
Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57

uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java

index 99f9707479a8eaf34d6925e5805e2d1a71faa0ba..5ab2134cdbad529f1815a3d9d13bc1db985e4ead 100644 (file)
@@ -51,7 +51,7 @@ import com.vaadin.launcher.util.BrowserLauncher;
  */
 public class DevelopmentServerLauncher {
 
-    private static final String KEYSTORE = "src/com/vaadin/launcher/keystore";
+    private static final String KEYSTORE = "uitest/src/com/vaadin/launcher/keystore";
     private final static int serverPort = 8888;
 
     /**