summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2013-09-05 14:58:00 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2013-09-05 14:58:00 +0300
commit1e73ca85b36850d620d7aa55d354747ee4f0b014 (patch)
treee748b0ce5ab1a1ff87dc6d694a56ad943d99045b /uitest
parent3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c (diff)
downloadvaadin-framework-1e73ca85b36850d620d7aa55d354747ee4f0b014.tar.gz
vaadin-framework-1e73ca85b36850d620d7aa55d354747ee4f0b014.zip
Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)
Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java2
1 files changed, 1 insertions, 1 deletions
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;
/**