diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 08:51:58 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 08:52:02 +0300 |
commit | 33626d382db8dec4bec3d51795321476e5321fea (patch) | |
tree | 1034123e4b4dad1b0e88af3c76b2165e19617faf /uitest | |
parent | 8d390ff6691a18ff33622ab9ee7c9e63c4fddc91 (diff) | |
download | vaadin-framework-33626d382db8dec4bec3d51795321476e5321fea.tar.gz vaadin-framework-33626d382db8dec4bec3d51795321476e5321fea.zip |
Applied CSSLayout patch for #9357
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index 49925925bc..8f05438ff6 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -1,12 +1,12 @@ ; Location where vaadin-testbench jar can be found
-com.vaadin.testbench.lib.dir=<enter location of testbench here>
+com.vaadin.testbench.lib.dir=/home2/vaadin-testbench-2.4.3.development.201208101302/vaadin-testbench-2.4.3.development.201208101302
; Deployment url to use for testing. Context path must be /
-com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
+com.vaadin.testbench.deployment.url=http://192.168.2.51:8080/
; Location of the screenshot directory.
; This is the directory that contains the "references" directory
-com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>
+com.vaadin.testbench.screenshot.directory=/home/john/Repositories/vaadin/vaadin-screenshots
; Run the whole test even if
com.vaadin.testbench.screenshot.softfail=true
|