Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038111 | Openbravo ERP | A. Platform | public | 2018-03-13 11:44 | 2018-03-16 17:29 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0038111: some test cases are too verbose |
Description | There are some jUnit test cases that are generating too much output. |
Steps To Reproduce | execute ant run.all.tests
check output for:
GenerateTypesJSTest
MenuTemplateTest
MenuTest |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038110 | | closed | alostale | jUnit tests produce no feedback till completion |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-03-13 11:44 | alostale | New Issue | |
2018-03-13 11:44 | alostale | Assigned To | => platform |
2018-03-13 11:44 | alostale | OBNetwork customer | => No |
2018-03-13 11:44 | alostale | Modules | => Core |
2018-03-13 11:44 | alostale | Triggers an Emergency Pack | => No |
2018-03-13 11:44 | alostale | Relationship added | related to 0038110 |
2018-03-13 11:45 | alostale | Assigned To | platform => alostale |
2018-03-13 11:45 | alostale | Review Assigned To | => caristu |
2018-03-13 11:47 | hgbot | Checkin | |
2018-03-13 11:47 | hgbot | Note Added: 0103186 | |
2018-03-13 11:47 | hgbot | Status | new => resolved |
2018-03-13 11:47 | hgbot | Resolution | open => fixed |
2018-03-13 11:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b50c43b89bc116e7e10402098ee420c48dbe404e [^] |
2018-03-14 04:59 | hudsonbot | Checkin | |
2018-03-14 04:59 | hudsonbot | Note Added: 0103223 | |
2018-03-15 09:31 | hgbot | Checkin | |
2018-03-15 09:31 | hgbot | Note Added: 0103270 | |
2018-03-15 09:32 | caristu | Note Added: 0103271 | |
2018-03-15 09:32 | caristu | Status | resolved => closed |
2018-03-15 09:32 | caristu | Fixed in Version | => 3.0PR18Q2 |
2018-03-16 17:29 | hudsonbot | Checkin | |
2018-03-16 17:29 | hudsonbot | Note Added: 0103325 | |
Notes |
|
(0103186)
|
hgbot
|
2018-03-13 11:47
|
|
Repository: erp/devel/pi
Changeset: b50c43b89bc116e7e10402098ee420c48dbe404e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 13 11:46:08 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b50c43b89bc116e7e10402098ee420c48dbe404e [^]
fixed bug 38111: some test cases are too verbose
Reduced verbosity by writing to log in debug mode for:
GenerateTypesJSTest
MenuTemplateTest
MenuTest
---
M modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/GenerateTypesJSTest.java
M modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/MenuTemplateTest.java
M modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/MenuTest.java
---
|
|
|
|
|
|
(0103270)
|
hgbot
|
2018-03-15 09:31
|
|
Repository: erp/devel/pi
Changeset: f0abbce96c14b2964ce7a2c182b83f18ee449d87
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Mar 15 09:31:14 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f0abbce96c14b2964ce7a2c182b83f18ee449d87 [^]
related to issue 38111: instantiate the log with the correct class
---
M modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/MenuTemplateTest.java
---
|
|
|
|
|
|
|
|