diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-28 21:48:45 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-01 09:37:55 +0000 |
commit | 7f9e51e0e31c5c0a699c7ca486aaf993d5aec347 (patch) | |
tree | 41504aab45c5e7d135690a082df8c27f22a96265 /common.xml | |
parent | b056c43954fde77c5bdf4116aa1f0a948b954037 (diff) | |
download | vaadin-framework-7f9e51e0e31c5c0a699c7ca486aaf993d5aec347.tar.gz vaadin-framework-7f9e51e0e31c5c0a699c7ca486aaf993d5aec347.zip |
Avoid running test runner as a test
Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml index 163ce8827d..8569a91075 100644 --- a/common.xml +++ b/common.xml @@ -315,6 +315,7 @@ <exclude name="com/vaadin/tests/data/bean/*" /> <exclude name="com/vaadin/tests/util/*" /> <exclude name="**/VaadinClasses.java" /> + <exclude name="**TestRunner.java" /> <exclude name="**/SQLTestsConstants.java" /> </fileset> </batchtest> |