summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@lshift.net>2009-11-10 18:03:42 +0000
committerMichael Bridgen <mikeb@lshift.net>2009-11-10 18:03:42 +0000
commit8392aa492f3ff4d503c7b635568a9defeefe51be (patch)
tree6367b436729531762f8a801217ad51ae33b26025
parent5a7c82fdd3749dd3f12ee72ce5ebd6b78c6af96b (diff)
downloadrabbitmq-server-8392aa492f3ff4d503c7b635568a9defeefe51be.tar.gz
Cosmetic
-rw-r--r--src/rabbit_tests.erl22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index ef8822a3..baa59a19 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.