Merge lp://staging/~numerigraphe-team/ocb-addons/7.0-inventory-dummy-moves-test into lp://staging/ocb-addons
Proposed by
Lionel Sausin - Initiatives/Numérigraphe
Status: | Rejected |
---|---|
Rejected by: | Holger Brunn (Therp) |
Proposed branch: | lp://staging/~numerigraphe-team/ocb-addons/7.0-inventory-dummy-moves-test |
Merge into: | lp://staging/ocb-addons |
Diff against target: |
63 lines (+48/-0) 2 files modified
stock/__openerp__.py (+1/-0) stock/test/stock_inventory_dummy_moves.yml (+47/-0) |
To merge this branch: | bzr merge lp://staging/~numerigraphe-team/ocb-addons/7.0-inventory-dummy-moves-test |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Holger Brunn (Therp) | Disapprove | ||
Stefan Rijnhart (Opener) | Needs Information | ||
Loïc Bellier - Numérigraphe (community) | code review | Approve | |
Review via email: mp+215453@code.staging.launchpad.net |
Description of the change
This branch adds a YAML test to detect possible regressions regarding bug #1228156.
It runs green on runbot: http://
Upstream MP: https:/
To post a comment you must log in.
Unmerged revisions
- 10084. By Numérigraphe
-
[FIX] don't ignore exceptions in the test, that would render the test useless.
- 10083. By Numérigraphe
-
[MERGE] latest ocb branch
- 10082. By Numérigraphe
-
[MERGE] update test to demo dataset in v7
- 10081. By Numérigraphe
-
[MERGE] Add a test for bug 1228156: Wizard "Fill inventory" creates wrong lines for moves where source=destination
Looks good in general, but I'm slightly puzzled the exception handling. Is it know when it raises and when it doesn't? Doesn't the occurrence of the exception render the test meaningless? And does that not make the whole excercise moot?