Update of /cvsroot/squirrel-sql/sql12/build
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9542/build
Modified Files:
build.xml
Log Message:
Removed Dialect external tests from regular junit test target. This test is now run separately in Hudson, each dialect with it's own build job to make it easier to spot which dialects are passing/failing.
Index: build.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/build/build.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** build.xml 20 Jun 2009 21:48:59 -0000 1.99
--- build.xml 22 Dec 2009 16:00:43 -0000 1.100
***************
*** 1073,1079 ****
--- 1073,1081 ----
<exclude name="**/Abstract*.java"/>
</fileset>
+ <!-- This test is run separately in hudson
<fileset dir="test/external">
<include name="**/DialectExternalTest.java" />
</fileset>
+ -->
<fileset dir="test/jfctests">
<!-- FEST tests must end in UITest.java to get included -->
|