Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033032 | Openbravo ERP | A. Platform | public | 2016-05-24 11:25 | 2016-06-17 19:38 |
|
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.0PR16Q3 | |
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 | 0033032: SystemValidatorTest is executed only for modules in developement |
Description | SystemValidatorTest execution results depend on which are the modules that were in development when the test was executed.
In order to be consistent it should validate all modules regardless they are currently in development or not. |
Steps To Reproduce | 1. Break some module rule (ie. remove license from a module) and set that module as not in dvelopment
2. Run SystemValidatorTest
-> It should fail but it does not as the module is not in development |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030680 | 3.0PR16Q3 | closed | alostale | Weld module does not pass 'ant validate.modules' |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-05-24 11:25 | alostale | New Issue | |
2016-05-24 11:25 | alostale | Assigned To | => platform |
2016-05-24 11:25 | alostale | OBNetwork customer | => No |
2016-05-24 11:25 | alostale | Modules | => Core |
2016-05-24 11:25 | alostale | Triggers an Emergency Pack | => No |
2016-05-24 11:26 | alostale | Relationship added | related to 0030680 |
2016-05-24 11:26 | alostale | Assigned To | platform => alostale |
2016-05-24 11:51 | hgbot | Checkin | |
2016-05-24 11:51 | hgbot | Note Added: 0086698 | |
2016-05-24 11:51 | hgbot | Status | new => resolved |
2016-05-24 11:51 | hgbot | Resolution | open => fixed |
2016-05-24 11:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/47c8c0113b41d86644016ba3f532bcd78e8f65fb [^] |
2016-05-31 08:14 | alostale | Review Assigned To | => caristu |
2016-06-02 10:01 | hgbot | Checkin | |
2016-06-02 10:01 | hgbot | Note Added: 0086904 | |
2016-06-02 16:33 | caristu | Note Added: 0086946 | |
2016-06-02 16:33 | caristu | Status | resolved => closed |
2016-06-02 16:33 | caristu | Fixed in Version | => 3.0PR16Q3 |
2016-06-17 19:37 | hudsonbot | Checkin | |
2016-06-17 19:37 | hudsonbot | Note Added: 0087562 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087584 | |
Notes |
|
(0086698)
|
hgbot
|
2016-05-24 11:51
|
|
Repository: erp/devel/pi
Changeset: 47c8c0113b41d86644016ba3f532bcd78e8f65fb
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue May 24 11:51:11 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/47c8c0113b41d86644016ba3f532bcd78e8f65fb [^]
fixed issue 33032: SystemValidatorTest is executed only for modules in dev
Now all modules are set in development before executing the test and reset
on finalization
---
M src-test/src/org/openbravo/test/system/SystemValidatorTest.java
---
|
|
|
(0086904)
|
hgbot
|
2016-06-02 10:01
|
|
|
|
|
Code reviewed + tested OK: SystemValidatorTest executes the test also for modules not in development status. They are also restored properly on finalization.
Verified in pi@7566dceb3847 |
|
|
|
|
|
|
|