Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037703 | Openbravo ERP | 09. Financial management | public | 2018-01-23 10:20 | 2018-02-22 18:18 |
|
Reporter | dmiguelez | |
Assigned To | Triage Omni OMS | |
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Openbravo Appliance 14.04 |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0037703: Refactor TestCosting class to make it more manageable. |
Description | Refactor TestCosting class to make it more manageable.
This class has become too big to manage, refactor it to make it easier to maintain. |
Steps To Reproduce | Refactor TestCosting class to make it more manageable.
This class has become too big to manage, refactor it to make it easier to maintain. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-01-23 10:20 | dmiguelez | New Issue | |
2018-01-23 10:20 | dmiguelez | Assigned To | => Triage Finance |
2018-01-23 10:20 | dmiguelez | OBNetwork customer | => No |
2018-01-23 10:20 | dmiguelez | Modules | => Core |
2018-01-23 10:20 | dmiguelez | Triggers an Emergency Pack | => No |
2018-01-23 10:22 | hgbot | Checkin | |
2018-01-23 10:22 | hgbot | Note Added: 0101885 | |
2018-01-23 10:22 | hgbot | Status | new => resolved |
2018-01-23 10:22 | hgbot | Resolution | open => fixed |
2018-01-23 10:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7ed116cab029986758076af3858c25b86803bede [^] |
2018-01-23 10:24 | dmiguelez | Note Added: 0101887 | |
2018-01-23 10:25 | dmiguelez | Review Assigned To | => dmiguelez |
2018-01-23 10:25 | dmiguelez | Note Added: 0101888 | |
2018-01-23 10:25 | dmiguelez | Status | resolved => closed |
2018-01-23 10:25 | dmiguelez | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102681 | |
Notes |
|
(0101885)
|
hgbot
|
2018-01-23 10:22
|
|
Repository: erp/devel/pi
Changeset: 7ed116cab029986758076af3858c25b86803bede
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Mon Jan 22 17:05:50 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/7ed116cab029986758076af3858c25b86803bede [^]
Fixes Issue 37703. Refactors TestCosting class
* Assert Classes were placed in a new package
* Constants were moved to a new class
* TestCostingUtils now contains all the API to create tests
* New test classes were created containig the tests
* TestCosting class was converted into a suite running all test classes
---
M src-test/src/org/openbravo/test/costing/TestCosting.java
A src-test/src/org/openbravo/test/costing/TestCostingBase.java
A src-test/src/org/openbravo/test/costing/TestCostingLandedCost.java
A src-test/src/org/openbravo/test/costing/TestCostingNoSourceAdjustments.java
A src-test/src/org/openbravo/test/costing/TestCostingSourceAdjustments.java
A src-test/src/org/openbravo/test/costing/TestIssue37033.java
A src-test/src/org/openbravo/test/costing/TestIssue37279.java
A src-test/src/org/openbravo/test/costing/assertclass/CostAdjustmentAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/DocumentPostAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/LandedCostCostMatchedAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/LandedCostReceiptLineAmountAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/MatchedInvoicesAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/OrderToReceiptResult.java
A src-test/src/org/openbravo/test/costing/assertclass/PhysicalInventoryAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/ProductCostingAssert.java
A src-test/src/org/openbravo/test/costing/assertclass/ProductTransactionAssert.java
A src-test/src/org/openbravo/test/costing/utils/TestCostingConstants.java
A src-test/src/org/openbravo/test/costing/utils/TestCostingUtils.java
R src-test/src/org/openbravo/test/costing/TestCostingUtils.java
---
|
|
|
|
Test Plan:
Lanch TestCosting suite and check that everything is ok |
|
|
|
|
|
|
|