Author: liuzhe
Date: Wed Aug 29 11:24:44 2012
New Revision: 1378506
URL: http://svn.apache.org/viewvc?rev=1378506&view=rev
Log:
some updates for bvt
Modified:
incubator/ooo/trunk/main/test/build.xml
Modified: incubator/ooo/trunk/main/test/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/test/build.xml?rev=1378506&r1=1378505&r2=1378506&view=diff
==============================================================================
--- incubator/ooo/trunk/main/test/build.xml (original)
+++ incubator/ooo/trunk/main/test/build.xml Wed Aug 29 11:24:44 2012
@@ -33,7 +33,7 @@
<property name="testspace" value="${env.TESTSPACE}" />
<property name="classes" value="${testspace}/class" />
<property name="dist" value="${testspace}/dist" />
- <property name="test.classes"
value="testcase/gui/SmokeTest.class,testcase/gui/BVTFileType.class,testcase/gui/BVTFunction.class"
/>
+ <property name="test.classes" value="testcase/gui/bvt/*.class" />
<property name="test.output" value="${testspace}/output" />
<property name="test.result" value="${test.output}/result" />
<property name="test.report" value="${test.output}/report" />