diff options
author | Anders Svensson <[email protected]> | 2011-09-27 15:56:55 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-09-27 20:18:21 +0200 |
commit | 0296dbb27b20c75edc6a2dd75369dc17dc98aa5a (patch) | |
tree | d4dbc0838f6053fd6ff9cc66c52f6a1b0fd5e36f /lib/diameter/test/diameter_codec_SUITE.erl | |
parent | 5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73 (diff) | |
download | otp-0296dbb27b20c75edc6a2dd75369dc17dc98aa5a.tar.gz otp-0296dbb27b20c75edc6a2dd75369dc17dc98aa5a.tar.bz2 otp-0296dbb27b20c75edc6a2dd75369dc17dc98aa5a.zip |
Example/dbg/comment fixes
Diffstat (limited to 'lib/diameter/test/diameter_codec_SUITE.erl')
-rw-r--r-- | lib/diameter/test/diameter_codec_SUITE.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/diameter/test/diameter_codec_SUITE.erl b/lib/diameter/test/diameter_codec_SUITE.erl index 0c004b3edb..30c60be8e9 100644 --- a/lib/diameter/test/diameter_codec_SUITE.erl +++ b/lib/diameter/test/diameter_codec_SUITE.erl @@ -21,9 +21,8 @@ %% Test encode/decode of dictionary-related modules. Each test case %% runs multiple tests in parallel since many of the tests are just %% the same code with different in-data: implementing each test as a -%% single testcase would make for much duplication with ct's -%% requirement of one function per testcase. (Instead of allowing a -%% testcase to be an MFA instead of function name, say.) +%% single testcase would make for much duplication with ct's current +%% requirement of one function per testcase. %% -module(diameter_codec_SUITE). |