我们正在与游轮打交道。 净额1.5.7256.1。 我们的建筑在实际失败时正显示出成功。 我们用武力建设,进行单位测试,一些单位测试失败,显示成功。 我们正在利用一项艰巨的任务,执行一份手稿。 这里的目标是进行试验:
<target name="test" depends="build" description="unit test" >
<copy file="configuration_notag.txt" tofile="${build.dir}configuration.txt"/>
<junit errorProperty="test.failed" failureProperty="test.failed">
<formatter type="brief" usefile="false" />
<formatter type="xml" />
<classpath refid="classpath" />
<test name="${test1.class}" />
<test name="${test2.class}" />
</junit>
<fail message="Tests failed: check test reports." if="test.failed" />
</target>
这里是建筑档案中的产出:
Errors: (4) [junit] Test TestNoTag FAILED BUILD FAILED C:sandboxidblueidblue runkUnit_TestIDBlueJavaWindowsUnitTestuild_notag.xml:43: Tests failed: check test reports. Total time: 2 minutes 37 seconds
由于拖船失败,退回了一部故障代码,因此为什么登船管制会接手? 我们的电网没有任何东西可以说明。 简言之,它只打上适当的建筑档案。 我们对游轮没有这个问题。 净额1.4。 是否有人处理这个问题? 谷歌化了这一问题,但没有发现。