Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036741Openbravo ERPA. Platformpublic2017-08-29 14:442017-09-01 10:27
alostale 
alostale 
normalminorN/A
closedfixed 
5
 
3.0PR17Q4 
caristu
Core
No
0036741: generate xml report for individual test execution with run.test task
When executing individual test cases through the run.test ant task, xml report should be generated in the same way other standard tasks do (ie. ant run.all.tests).

This will make easier to integrate in CI.
1. Execute: ant run.test -Dtest=org.openbravo.client.application.test.MenuTemplateTest

  -> Check there is no xml report with the results
Generate a xml output report named like the executed test in src directory as the other tasks do.
No tags attached.
Issue History
2017-08-29 14:44alostaleNew Issue
2017-08-29 14:44alostaleAssigned To => platform
2017-08-29 14:44alostaleModules => Core
2017-08-29 14:44alostaleTriggers an Emergency Pack => No
2017-08-29 14:44alostaleDescription Updatedbug_revision_view_page.php?rev_id=15753#r15753
2017-08-29 14:45alostaleAssigned Toplatform => alostale
2017-08-29 14:45alostaleReview Assigned To => caristu
2017-08-29 14:50hgbotCheckin
2017-08-29 14:50hgbotNote Added: 0098704
2017-08-29 14:50hgbotStatusnew => resolved
2017-08-29 14:50hgbotResolutionopen => fixed
2017-08-29 14:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bda39bc4acd3dee6e3e6b16c239afd9880a42f40 [^]
2017-09-01 10:27caristuNote Added: 0098769
2017-09-01 10:27caristuStatusresolved => closed
2017-09-01 10:27caristuFixed in Version => 3.0PR17Q4

Notes
(0098704)
hgbot   
2017-08-29 14:50   
Repository: erp/devel/pi
Changeset: bda39bc4acd3dee6e3e6b16c239afd9880a42f40
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 29 14:46:37 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bda39bc4acd3dee6e3e6b16c239afd9880a42f40 [^]

fixes 36741: generate xml report for individual test execution with run.test

  XML report will be generated in src directory with named like the executed test.

---
M src-test/build.xml
---
(0098769)
caristu   
2017-09-01 10:27   
Code reviewed + tested OK.