Jeremy Thurgood has proposed merging 
lp:~jerith/divmod.org/fix-actions-tests-1203493 into lp:divmod.org.

Requested reviews:
  Divmod-dev (divmod-dev)
Related bugs:
  Bug #1203493 in Divmod Imaginary: "actions tests can fail on 64bit systems"
  https://bugs.launchpad.net/imaginary/+bug/1203493

For more details, see:
https://code.launchpad.net/~jerith/divmod.org/fix-actions-tests-1203493/+merge/176056

This fixes some tests on 64bit systems.
-- 
https://code.launchpad.net/~jerith/divmod.org/fix-actions-tests-1203493/+merge/176056
Your team Divmod-dev is requested to review the proposed merge of 
lp:~jerith/divmod.org/fix-actions-tests-1203493 into lp:divmod.org.
=== modified file 'Imaginary/imaginary/test/test_actions.py'
--- Imaginary/imaginary/test/test_actions.py	2013-06-09 16:07:17 +0000
+++ Imaginary/imaginary/test/test_actions.py	2013-07-21 13:57:25 +0000
@@ -13,7 +13,7 @@
 
 # Regular expression for matching variable parts of the output of certain
 # commands.
-PTR = "[A-F0-9]{1,8}"
+PTR = "[A-F0-9]{1,16}"
 STOREID = "\\d+"
 
 class TransactionalEventBroadcasterTestCase(unittest.TestCase):

-- 
Mailing list: https://launchpad.net/~divmod-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~divmod-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to