Skip to content

Commit

Permalink
print bin
Browse files Browse the repository at this point in the history
  • Loading branch information
trung committed Oct 9, 2009
1 parent 7c3aece commit 2dc34a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/amf3_test.erl
Expand Up @@ -9,6 +9,7 @@
uint29_verify(ExpectedValue) ->
{ok, Bin} = amf3:write_uint_29(ExpectedValue),
?assert(Bin /= <<>>),
?debugFmt("~p~n", [Bin]),
{ok, ActualValue, _} = amf3:read_uint_29(Bin),
?assertEqual(ExpectedValue, ActualValue).

Expand Down

0 comments on commit 2dc34a7

Please sign in to comment.