diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-22 09:27:29 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-22 10:27:29 +0300 |
commit | b07fc07ce90c12a191e0d425ae7a90f2ba690d3e (patch) | |
tree | 903d112e9ed281e22134836efd5c904f7cf37795 /test | |
parent | a838d982040995d1207df26ea51ba41e7cf01f2e (diff) | |
download | vaadin-framework-b07fc07ce90c12a191e0d425ae7a90f2ba690d3e.tar.gz vaadin-framework-b07fc07ce90c12a191e0d425ae7a90f2ba690d3e.zip |
Replace tab with spaces in .xml files (#10064)
Diffstat (limited to 'test')
-rw-r--r-- | test/servlet-containers/generic/integration_tests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/servlet-containers/generic/integration_tests.xml b/test/servlet-containers/generic/integration_tests.xml index 3543cf24de..d8a5bba18b 100644 --- a/test/servlet-containers/generic/integration_tests.xml +++ b/test/servlet-containers/generic/integration_tests.xml @@ -59,8 +59,8 @@ <fail unless="server-name" message="Server name must be defined in server-name" /> <fail unless="deployment.url" message="Deplyoment url must be defined in deployment.url" /> <fail unless="com.vaadin.testbench.screenshot.directory" message="Screenshot directory must be defined in com.vaadin.testbench.screenshot.directory" /> - <property name="server.report.dir" location="${report.dir}/integration-test-tb3/${server-name}" /> - <!-- The junit task does not create the report dir... --> + <property name="server.report.dir" location="${report.dir}/integration-test-tb3/${server-name}" /> + <!-- The junit task does not create the report dir... --> <mkdir dir="${server.report.dir}" /> <junit showoutput="no" printsummary="no" fork="yes"> |