svn commit: r15306 - trunk/src/argouml-app/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-07-19 07:31:41-0700
New Revision: 15306
Modified:
trunk/src/argouml-app/build.xml
Log:
Fixed the guitests.
Modified: trunk/src/argouml-app/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&rev=15306&p1=trunk/src/argouml-app/build.xml&p2=trunk/src/argouml-app/build.xml&r1=15305&r2=15306
==============================================================================
--- trunk/src/argouml-app/build.xml (original)
+++ trunk/src/argouml-app/build.xml 2008-07-19 07:31:41-0700
@@ -580,7 +580,7 @@
ant.optional.init" >
<junit errorproperty="junit.failure" failureproperty="junit.failure"
- fork="yes" dir="${basedir}" forkmode="perTest"
+ fork="yes" dir="${basedir}" forkmode="perTest"
haltonfailure="false"
maxmemory="48M" printsummary="${junit.printsummary}">
<sysproperty key="test.model.uml"
@@ -630,7 +630,7 @@
<assertions>
<enable/>
</assertions>
- <classpath path="tests.all.classpath"/>
+ <classpath refid="tests.all.classpath"/>
<formatter type="xml"/>
<batchtest todir="${tests.reports}">
<fileset dir="tests">