svn commit: r17655 - trunk/src: argouml-app argouml-build
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-12-13 11:27:58-0800
New Revision: 17655
Modified:
trunk/src/argouml-app/build.xml
trunk/src/argouml-build/ (props changed)
trunk/src/argouml-build/build.xml
Log:
Fixed the running of the JUnit tests.
In argouml-app the result was deleted immediately after run.
In argouml-build starting with tests-xml still did run them as tests.
Modified: trunk/src/argouml-app/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&pathrev=17655&r1=17654&r2=17655
==============================================================================
--- trunk/src/argouml-app/build.xml (original)
+++ trunk/src/argouml-app/build.xml 2009-12-13 11:27:58-0800
@@ -497,7 +497,7 @@
<target name="tests-xml"
description="Run all tests that don't require any GUI components in headleass mode."
- depends="compile,junit-setup,
+ depends="compile,junit-setup,junit-report-clean,
ant.optional.init" >
<junit errorproperty="junit.failure" failureproperty="junit.failure"
@@ -528,7 +528,7 @@
</target>
<target name="tests"
- depends="tests-xml,junit-report-clean"
+ depends="tests-xml"
description="Run all tests that don't require any GUI components in headleass mode.
Build reports.">
<antcall target="junit-report-create"/>
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=17655&r1=17654&r2=17655
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2009-12-13 11:27:58-0800
@@ -392,7 +392,7 @@
<target name="tests-xml"
description="Run tests in all subsystems.">
<antcall target="tests-run-them-all">
- <param name="tests-to-do" value="tests"/>
+ <param name="tests-to-do" value="tests-xml"/>
</antcall>
</target>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2430135
To unsubscribe from this discussion, e-mail: [[email protected]].