diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-01 12:37:07 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-01 12:37:07 +0100 |
commit | af7628e20c5a3d9f751d601b82c7676acab982f2 (patch) | |
tree | cd85ba1dd2a9387e1d18370438454f39eabb1d9b | |
parent | f4929222280b44656519d9af8c4a0c2bc78debe6 (diff) | |
download | rabbitmq-server-af7628e20c5a3d9f751d601b82c7676acab982f2.tar.gz |
solved new warnings; now we get the same warnings as with dialyzer 2.2
-rw-r--r-- | src/rabbit_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 34eec121..3705522d 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 |