Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0026116 | Openbravo ERP | A. Platform | public | 2014-03-27 18:34 | 2014-04-01 09:16 | ||||||||||||||
Reporter | gorka_gil | ||||||||||||||||||
Assigned To | gorka_gil | ||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | 3.0PR14Q2 | |||||||||||||||||
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> | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|