Changeset 12659


Ignore:
Timestamp:
05/08/10 09:23:29 (13 years ago)
Author:
Mark Evenson
Message:

Fix Ant-based invocation of Java Unit tests.

Remove reference to remove FastStringBuffer? tests, add reference to
the UtilitiesTest? class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12647 r12659  
    672672      classpathref="abcl.test.run.classpath"
    673673      classname="org.junit.runner.JUnitCore">
    674   <arg value="org.armedbear.lisp.FastStringBufferTest"/>
    675674        <arg value="org.armedbear.lisp.PathnameTest"/>
    676675        <arg value="org.armedbear.lisp.StreamTest"/>
     676        <arg value="org.armedbear.lisp.UtilitiesTest"/>
    677677      </java>
    678678    </target>
Note: See TracChangeset for help on using the changeset viewer.