Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026116 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | minor | always | 2014-03-27 18:34 | 2014-04-01 09:16 | |||
Reporter | gorka_gil | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 66366aabc392 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026116: run.webservice.tests don't generate a result file and also stops on any error | |||||||
Description | Other junit tests generate a src/result.xml that can be published in jenkins jobs. Would be interesting that webservice.tests also creates one. Also would be interesting that don't stop on errors so will output all the errors instead one. | |||||||
Steps To Reproduce | ant run.webservice.tests Don't generate a result file inside src folder. Also in case of one error will not continue. | |||||||
Proposed Solution | Modifify the src/build.xml to this: <target name="run.webservice.tests" depends="compileSqlc,generate.entities.quick"> <copy todir="${build}"> <fileset dir="${base.src.test}" includes="**/*.xml" /> </copy> <junit printsummary="yes" haltonfailure="yes"> <classpath refid="project.class.path" /> <formatter type="plain" usefile="no"/> <test name="org.openbravo.test.AllWebserviceTests" haltonfailure="no" outfile="resultws"> <formatter type="xml" /> </test> </junit> </target> | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0065627) hgbot (developer) 2014-03-31 17:16 |
Repository: erp/devel/pi Changeset: 66366aabc392fa69ed58ddef74f7a43e0fbfb9db Author: Gorka Gil <gorka.gil <at> openbravo.com> Date: Mon Mar 31 11:43:26 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/66366aabc392fa69ed58ddef74f7a43e0fbfb9db [^] fixed issue 26116: run.webservice.tests new features - generate a src/resultws.xml file - don't stop on errors --- M src/build.xml --- |
(0065631) alostale (viewer) 2014-03-31 18:26 |
code reviewed |
(0065640) hudsonbot (viewer) 2014-04-01 09:16 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/648c4d0c52f8 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-03-27 18:34 | gorka_gil | New Issue | |
2014-03-27 18:34 | gorka_gil | Assigned To | => gorka_gil |
2014-03-27 18:34 | gorka_gil | Modules | => Core |
2014-03-27 18:34 | gorka_gil | OBNetwork customer | => No |
2014-03-27 18:34 | gorka_gil | Triggers an Emergency Pack | => No |
2014-03-27 18:34 | gorka_gil | Review Assigned To | => alostale |
2014-03-27 18:34 | gorka_gil | Status | new => scheduled |
2014-03-31 17:16 | hgbot | Checkin | |
2014-03-31 17:16 | hgbot | Note Added: 0065627 | |
2014-03-31 17:16 | hgbot | Status | scheduled => resolved |
2014-03-31 17:16 | hgbot | Resolution | open => fixed |
2014-03-31 17:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/66366aabc392fa69ed58ddef74f7a43e0fbfb9db [^] |
2014-03-31 17:19 | gorka_gil | Relationship added | related to 0026069 |
2014-03-31 17:19 | gorka_gil | Relationship added | related to 0026088 |
2014-03-31 18:26 | alostale | Note Added: 0065631 | |
2014-03-31 18:26 | alostale | Status | resolved => closed |
2014-03-31 18:26 | alostale | Fixed in Version | => PR14Q2 |
2014-04-01 09:16 | hudsonbot | Checkin | |
2014-04-01 09:16 | hudsonbot | Note Added: 0065640 |
Copyright © 2000 - 2009 MantisBT Group |