Rev 4787: minor formatting in http://bazaar.launchpad.net/~jameinel/bzr/chk-index

John Arbash Meinel john at arbash-meinel.com
Wed Oct 28 03:53:51 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/chk-index

------------------------------------------------------------
revno: 4787
revision-id: john at arbash-meinel.com-20091028035345-ybopxvpny56m4l2g
parent: john at arbash-meinel.com-20091028035132-bi2w5enkw1bgllbu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: chk-index
timestamp: Tue 2009-10-27 22:53:45 -0500
message:
  minor formatting
-------------- next part --------------
=== modified file 'bzrlib/tests/test_chk_index.py'
--- a/bzrlib/tests/test_chk_index.py	2009-10-28 03:51:32 +0000
+++ b/bzrlib/tests/test_chk_index.py	2009-10-28 03:53:45 +0000
@@ -100,17 +100,17 @@
         self.assertEqual('>II', h.group_coder.format)
         bytes = builder._build_group_index(h)
         self.assertEqualDiff('\n'.join([
-            '0000000000000000',
-            '0000000000200000',
-            '0020000000200000',
-            '0040000000200000',
-            '0060000000200000',
-            '0080000000200000',
-            '00a0000000200000',
-            '00c0000000200000',
-            '00e0000000200000',
-            '0100000000200000',
-            '0120000000200000',
+            '00000000' '00000000',
+            '00000000' '00200000',
+            '00200000' '00200000',
+            '00400000' '00200000',
+            '00600000' '00200000',
+            '00800000' '00200000',
+            '00a00000' '00200000',
+            '00c00000' '00200000',
+            '00e00000' '00200000',
+            '01000000' '00200000',
+            '01200000' '00200000',
             ]), '\n'.join([binascii.b2a_hex(b) for b in bytes]))
 
     def test__build_group_bytes_tiny(self):



More information about the bazaar-commits mailing list