diff options
author | Micael Karlberg <[email protected]> | 2011-11-07 16:21:40 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-07 16:21:40 +0100 |
commit | b9d1fc888d262b8a1caf9be54083a0d67d6012cb (patch) | |
tree | b829c0cf811b6f230653b75433d01657017c62c7 /lib/megaco/test/megaco_codec_v1_test.erl | |
parent | 2c18949bf1edfda523ae15229e94a8400bb1870c (diff) | |
parent | 8149b970814848dc404767d5635529c61cf20b24 (diff) | |
download | otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.tar.gz otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.tar.bz2 otp-b9d1fc888d262b8a1caf9be54083a0d67d6012cb.zip |
Minor improvemnts to the emasurement tool mstone1.
OTP-9604
The profiling test tool has been rewritten.
H�kan Mattsson
OTP-9679
Merge branch 'bmk/megaco/r15_integration'
Diffstat (limited to 'lib/megaco/test/megaco_codec_v1_test.erl')
-rw-r--r-- | lib/megaco/test/megaco_codec_v1_test.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/test/megaco_codec_v1_test.erl b/lib/megaco/test/megaco_codec_v1_test.erl index 3a548c4d9e..e9c19605dd 100644 --- a/lib/megaco/test/megaco_codec_v1_test.erl +++ b/lib/megaco/test/megaco_codec_v1_test.erl @@ -371,9 +371,9 @@ profile_decode_text_messages(Slogan, Codec, Config, Msgs0) -> decode_text_messages(Codec, Config, Bins, []) end, %% Make a dry run, just to make sure all modules are loaded: - io:format("make a dry run..~n", []), + io:format("make a dry run...~n", []), (catch Fun()), - io:format("make the run..~n", []), + io:format("make the run...~n", []), megaco_profile:profile(Slogan, Fun). %% (catch megaco_codec_v1_test:profile_encode_compact_text_messages()). |