diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-19 01:41:27 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-06-24 19:10:55 +0300 |
commit | dbfb9a318970c691c7a768992db9c5c8ca1f14bb (patch) | |
tree | 1da7a7e5f14a3fcd47d83718d3554ef9c48f766b | |
parent | 177c424f438df3bcf752281fadef9bfb0e0e1a42 (diff) | |
download | vaadin-framework-dbfb9a318970c691c7a768992db9c5c8ca1f14bb.tar.gz vaadin-framework-dbfb9a318970c691c7a768992db9c5c8ca1f14bb.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" /> |