summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-05 19:27:31 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:29 +0300
commitca9263e405d3988b20ddd1aa45eac4707674ddc0 (patch)
treefd08b3e40f55687e6571625b717df0429d749e1a
parent2084a950c2f144016f2d64111c418f97e371b200 (diff)
downloadvaadin-framework-ca9263e405d3988b20ddd1aa45eac4707674ddc0.tar.gz
vaadin-framework-ca9263e405d3988b20ddd1aa45eac4707674ddc0.zip
Do not run test which in not a real test
-rw-r--r--common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml
index 5ea1a1314b..9a16f7f5fd 100644
--- a/common.xml
+++ b/common.xml
@@ -193,6 +193,7 @@
<exclude name="com/vaadin/tests/data/bean/*" />
<exclude name="com/vaadin/tests/util/*" />
<exclude name="**/VaadinClasses.java" />
+ <exclude name="**/SQLTestsConstants.java" />
</fileset>
</batchtest>
</junit>