Merge lp://staging/~cjwatson/storm/pickle-variable-tests-dict-order into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 492 |
Proposed branch: | lp://staging/~cjwatson/storm/pickle-variable-tests-dict-order |
Merge into: | lp://staging/storm |
Diff against target: |
28 lines (+3/-2) 1 file modified
tests/store/base.py (+3/-2) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/pickle-variable-tests-dict-order |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guillermo Gonzalez | Approve | ||
Storm Developers | Pending | ||
Review via email: mp+368080@code.staging.launchpad.net |
Commit message
Don't depend on dict ordering in pickle variable tests.
Description of the change
We care that pickled output is written back to the underlying variable, but not what order the dict is in.
To post a comment you must log in.
LGTM