From 1e73ca85b36850d620d7aa55d354747ee4f0b014 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Thu, 5 Sep 2013 14:58:00 +0300 Subject: Fix keystore path to correspond to the Vaadin 7 directory structure (#12520) Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57 --- uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest') diff --git a/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java b/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java index 99f9707479..5ab2134cdb 100644 --- a/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java +++ b/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java @@ -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; /** -- cgit v1.2.3