summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-01 12:37:07 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-01 12:37:07 +0100
commit27f2b79982be73e7071848e9ce093abfc89d32e6 (patch)
treecd85ba1dd2a9387e1d18370438454f39eabb1d9b
parent493de8971b5c61c138b8cbfc90e3e89bec629b43 (diff)
downloadrabbitmq-server-git-27f2b79982be73e7071848e9ce093abfc89d32e6.tar.gz
solved new warnings; now we get the same warnings as with dialyzer 2.2
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 34eec12183..3705522d8a 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -359,7 +359,7 @@ test_content_framing(FrameMax, Fragments) ->
[Header | Frames] =
rabbit_binary_generator:build_simple_content_frames(
1,
- #content{class_id = 0, properties_bin = <<>>,
+ #content{class_id = 10, properties = none, properties_bin = <<>>,
payload_fragments_rev = Fragments},
FrameMax),
%% header is formatted correctly and the size is the total of the