#175670 Resolve JUnit interference with CVS checkins. p143465-01 release68_base release68_fcs
authorJun Qian <jqian@netbeans.org>
Fri, 13 Nov 2009 11:05:48 -0800
changeset 39331fe685927a89
parent 3932 6f8315d1b6c4
child 3934 b7973d4d6c85
child 3937 a6e6934c33cb
child 4010 49ccfb8e7e8f
child 4048 ed03a6527d20
child 4049 e95cd7bde597
child 4050 84775a1a0f54
child 4121 b8689345b135
child 4122 edfcc6d4763e
child 4333 6cec74c73637
#175670 Resolve JUnit interference with CVS checkins.
compapp.projects.jbi/src/org/netbeans/modules/compapp/projects/jbi/resources/build-impl.xsl
     1.1 --- a/compapp.projects.jbi/src/org/netbeans/modules/compapp/projects/jbi/resources/build-impl.xsl	Tue Nov 10 16:44:11 2009 +0100
     1.2 +++ b/compapp.projects.jbi/src/org/netbeans/modules/compapp/projects/jbi/resources/build-impl.xsl	Fri Nov 13 11:05:48 2009 -0800
     1.3 @@ -640,7 +640,7 @@
     1.4                  </path>
     1.5              </target>
     1.6              <target name="-do-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run">
     1.7 -                <junit showoutput="true" fork="yes" dir="${{basedir}}" failureproperty="tests.failed" errorproperty="tests.failed">
     1.8 +                <junit showoutput="true" fork="yes" dir="${{basedir}}" tempdir="${{java.io.tmpdir}}" failureproperty="tests.failed" errorproperty="tests.failed">
     1.9                      <classpath refid="unit.test.classpath"/>
    1.10                      <sysproperty key="NetBeansUserDir" value="${{netbeans.user}}"/>
    1.11                      <sysproperty key="org.netbeans.modules.compapp.catd.context" value="${{org.netbeans.modules.compapp.catd.context}}"/>
    1.12 @@ -664,7 +664,7 @@
    1.13                  </junit>
    1.14              </target>
    1.15              <target name="-do-single-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run">
    1.16 -                <junit showoutput="true" fork="yes" dir="${{basedir}}" failureproperty="tests.failed" errorproperty="tests.failed">
    1.17 +                <junit showoutput="true" fork="yes" dir="${{basedir}}" tempdir="${{java.io.tmpdir}}" failureproperty="tests.failed" errorproperty="tests.failed">
    1.18                      <classpath refid="unit.test.classpath"/>
    1.19                      <sysproperty key="NetBeansUserDir" value="${{netbeans.user}}"/>
    1.20                      <sysproperty key="inDebug" value="${{inDebug}}"/>