details: https://code.openbravo.com/erp/devel/pi/rev/66366aabc392
changeset: 22799:66366aabc392
user: Gorka Gil <gorka.gil <at> openbravo.com>
date: Mon Mar 31 11:43:26 2014 +0200
summary: fixed issue 26116: run.webservice.tests new features
- generate a src/resultws.xml file
- don't stop on errors
diffstat:
src/build.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r ddc62f35155d -r 66366aabc392 src/build.xml
--- a/src/build.xml Mon Mar 31 16:12:12 2014 +0200
+++ b/src/build.xml Mon Mar 31 11:43:26 2014 +0200
@@ -308,7 +308,9 @@
<junit printsummary="yes" haltonfailure="yes">
<classpath refid="project.class.path" />
<formatter type="plain" usefile="no"/>
- <test name="org.openbravo.test.AllWebserviceTests" haltonfailure="yes"/>
+ <test name="org.openbravo.test.AllWebserviceTests" haltonfailure="no"
outfile="resultws">
+ <formatter type="xml" />
+ </test>
</junit>
</target>
------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits