Skip to content

Commit 116fab5

Browse files
author
graeme
committed
rolled back previous commit which broke grails unit tests suite
git-svn-id: https://svn.codehaus.org/grails/trunk@6813 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent d5b90ad commit 116fab5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ant/build/unit-test.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<!-- only fork VMs as needed -->
102102
<sysproperty key="grails.cli.testing" value="true"/>
103103
<jvmarg value="-server" />
104-
<!--<jvmarg value="-verbose" />-->
105104
<jvmarg value="-Xmx512M" />
106105
<jvmarg value="-XX:MaxPermSize=256m"/>
107106
<classpath location="${coverage.build}" />
@@ -121,8 +120,7 @@
121120
<formatter type="xml" />
122121
<batchtest todir="${grails.test.reports}" failureproperty="grails.test.failure">
123122
<fileset dir="${grails.test.build}">
124-
<!--<include name="**/${test}Tests.class" />-->
125-
<include name="**/${test}X239.class" />
123+
<include name="**/${test}Tests.class" />
126124
<exclude name="**/Abstract*" />
127125
<exclude name="**/TransactionalServiceReloadTests*" />
128126
</fileset>

0 commit comments

Comments
 (0)