Browse Source

Mostly pointless change, but don't try to clover in the "noclover" test.

Change-Id: I84b73ab20a9f863ceb467d82f6b60805c3a3c6a7
Reviewed-on: http://gerrit.dmdirc.com/604
Automatic-Compile: Chris Smith <chris@dmdirc.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 years ago
parent
commit
6f8eb41393
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      nbproject/build-impl.xml

+ 0
- 3
nbproject/build-impl.xml View File

@@ -254,9 +254,6 @@ is divided into following sections:
254 254
             <attribute default="**" name="testincludes"/>
255 255
             <sequential>
256 256
                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" timeout="120000">
257
-                    <classpath>
258
-                        <pathelement path="${clover.jar}"/>
259
-                    </classpath>
260 257
                     <classpath refid="plugins.libs"/>
261 258
                     <batchtest todir="${build.test.results.dir}">
262 259
                         <fileset dir="${main.test.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">

Loading…
Cancel
Save