diff options
author | Micael Karlberg <[email protected]> | 2011-10-25 10:19:42 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-25 10:19:42 +0200 |
commit | 3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb (patch) | |
tree | 95aa428125631bef50881885ec70a6dd602e3fa9 /lib/megaco/test/megaco_codec_v2_test.erl | |
parent | 5dc64cffb084e8abc6e5908025833481331f38de (diff) | |
download | otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.tar.gz otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.tar.bz2 otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.zip |
Upped the version number. Some cosmetics related to the
profile tool.
Diffstat (limited to 'lib/megaco/test/megaco_codec_v2_test.erl')
-rw-r--r-- | lib/megaco/test/megaco_codec_v2_test.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/megaco/test/megaco_codec_v2_test.erl b/lib/megaco/test/megaco_codec_v2_test.erl index c3a80febba..1d3fcb36e9 100644 --- a/lib/megaco/test/megaco_codec_v2_test.erl +++ b/lib/megaco/test/megaco_codec_v2_test.erl @@ -346,9 +346,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_v2_test:profile_encode_compact_text_messages()). |