diff options
| author | Michael Bridgen <mikeb@lshift.net> | 2009-11-10 18:03:42 +0000 |
|---|---|---|
| committer | Michael Bridgen <mikeb@lshift.net> | 2009-11-10 18:03:42 +0000 |
| commit | 3d64a0c5ab481461a802acde36dc882319c29bce (patch) | |
| tree | 6367b436729531762f8a801217ad51ae33b26025 /src | |
| parent | 5e8f08aa8dbc488579244b13a11666e93eb02405 (diff) | |
| download | rabbitmq-server-git-3d64a0c5ab481461a802acde36dc882319c29bce.tar.gz | |
Cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index ef8822a373..baa59a192b 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -276,19 +276,19 @@ test_field_values() -> % table length in bytes 194:32, - 7,"longstr", "S", 21:32, "Here is a long string", % = 34 - 9,"signedint", "I", 12345:32/signed, % + 15 = 49 - 7,"decimal", "D", 3, 123456:32, % + 14 = 63 - 9,"timestamp", "T", 109876543209876:64, % + 19 = 82 - 5,"table", "F", 31:32, % length of table + 11 = 93 - 3,"one", "I", 54321:32, % + 9 = 102 + 7,"longstr", "S", 21:32, "Here is a long string", % = 34 + 9,"signedint", "I", 12345:32/signed, % + 15 = 49 + 7,"decimal", "D", 3, 123456:32, % + 14 = 63 + 9,"timestamp", "T", 109876543209876:64, % + 19 = 82 + 5,"table", "F", 31:32, % length of table % + 11 = 93 + 3,"one", "I", 54321:32, % + 9 = 102 3,"two", "S", 13:32, "A long string",% + 22 = 124 4,"byte", "b", 255:8, % + 7 = 131 - 4,"long", "l", 1234567890:64, % + 14 = 145 - 5,"short", "s", 655:16, % + 9 = 154 - 4,"bool", "t", 1, % + 7 = 161 - 6,"binary", "x", 15:32, "a binary string", % + 27 = 188 - 4,"void", "V" % + 6 = 194 + 4,"long", "l", 1234567890:64, % + 14 = 145 + 5,"short", "s", 655:16, % + 9 = 154 + 4,"bool", "t", 1, % + 7 = 161 + 6,"binary", "x", 15:32, "a binary string", % + 27 = 188 + 4,"void", "V" % + 6 = 194 >>), passed. |
