Merge lp:~jerith/divmod.org/fix-actions-tests-1203493 into lp:divmod.org

Proposed by Jeremy Thurgood
Status: Merged
Approved by: Jean-Paul Calderone
Approved revision: 2709
Merged at revision: 2709
Proposed branch: lp:~jerith/divmod.org/fix-actions-tests-1203493
Merge into: lp:divmod.org
Diff against target: 12 lines (+1/-1)
1 file modified
Imaginary/imaginary/test/test_actions.py (+1/-1)
To merge this branch: bzr merge lp:~jerith/divmod.org/fix-actions-tests-1203493
Reviewer Review Type Date Requested Status
Jean-Paul Calderone Approve
Review via email: mp+176056@code.launchpad.net

Description of the change

This fixes some tests on 64bit systems.

To post a comment you must log in.
Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

Thanks! Change looks perfectly reasonable (the only thing I could imagine doing better is removing ids from axiom item string representation). I'll merge it now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Imaginary/imaginary/test/test_actions.py'
2--- Imaginary/imaginary/test/test_actions.py 2013-06-09 16:07:17 +0000
3+++ Imaginary/imaginary/test/test_actions.py 2013-07-21 13:57:25 +0000
4@@ -13,7 +13,7 @@
5
6 # Regular expression for matching variable parts of the output of certain
7 # commands.
8-PTR = "[A-F0-9]{1,8}"
9+PTR = "[A-F0-9]{1,16}"
10 STOREID = "\\d+"
11
12 class TransactionalEventBroadcasterTestCase(unittest.TestCase):

Subscribers

People subscribed via source and target branches

to all changes: