diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-03-16 08:52:12 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-03-16 08:52:12 +0000 |
commit | daf14c71cd0ff08ee5079cb5239bd046161aed1f (patch) | |
tree | c523d45a0f747fea127419ef2d96161eb9d2fae7 | |
parent | 77097c8ba01d67599da48da1272f0966f1ede613 (diff) | |
download | vaadin-framework-daf14c71cd0ff08ee5079cb5239bd046161aed1f.tar.gz vaadin-framework-daf14c71cd0ff08ee5079cb5239bd046161aed1f.zip |
Reverted file accidentally committed with merge
svn changeset:17802/svn branch:6.6
-rw-r--r-- | tests/eclipse-run-selected-test.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/eclipse-run-selected-test.properties b/tests/eclipse-run-selected-test.properties index 06e414b902..49925925bc 100644 --- a/tests/eclipse-run-selected-test.properties +++ b/tests/eclipse-run-selected-test.properties @@ -1,12 +1,12 @@ ; Location where vaadin-testbench jar can be found
-com.vaadin.testbench.lib.dir=/home/hesara/dev/software/testbench/vaadin-testbench-2.2.0.development.201103151333
+com.vaadin.testbench.lib.dir=<enter location of testbench here>
; Deployment url to use for testing. Context path must be /
-com.vaadin.testbench.deployment.url=http://192.168.2.215:8888/
+com.vaadin.testbench.deployment.url=http://<enter your ip here>:8888/
; Location of the screenshot directory.
; This is the directory that contains the "references" directory
-com.vaadin.testbench.screenshot.directory=/home/hesara/dev/workspaces/helios_sr1_jee_vaadin/v66_screenshots
+com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory>
; Run the whole test even if
com.vaadin.testbench.screenshot.softfail=true
@@ -23,7 +23,7 @@ com.vaadin.testbench.screenshot.cursor=true ; Uncomment to limit to certain browsers or override in launch configuration
; browsers=winxp-opera10
-; Claim that the server has started successfully. Needed for the tests to run
+; Claim that the server has started succesfully. Needed for the tests to run
server.start.succeeded=1
test-output-dir=../build/test-output
\ No newline at end of file |