diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-19 01:41:27 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-06-26 09:59:43 +0300 |
commit | 86c72d1043d8e68ffa25c5364987e16f11ca20c5 (patch) | |
tree | 43d8a6eecdec83c17189b000da71a47ac8f7f282 | |
parent | 626dee6fef952321858ec53ec9c4899cabb996e6 (diff) | |
download | vaadin-framework-86c72d1043d8e68ffa25c5364987e16f11ca20c5.tar.gz vaadin-framework-86c72d1043d8e68ffa25c5364987e16f11ca20c5.zip |
Add version property to integration tests to servers know if it is a Vaadin 6 or 7 test
Change-Id: Id16238351289ce8df81bed3cd364cc4aa8bba95c
-rw-r--r-- | uitest/integration_base_files/base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/integration_base_files/base.xml b/uitest/integration_base_files/base.xml index d8ba018b75..f2064c3007 100644 --- a/uitest/integration_base_files/base.xml +++ b/uitest/integration_base_files/base.xml @@ -1,6 +1,7 @@ <?xml version="1.0"?> <project name="test" basedir="."> <property file="deploy.properties" /> + <property name="vaadin.major.7" value="1" /> <property name="lock" value="deploy/lock.file" /> <property name="deployDir" value="deploy/${server}" /> <property name="serverPort" value="8080" /> |