aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test/diameter_codec_SUITE.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-09-27 20:26:47 +0200
committerAnders Svensson <[email protected]>2011-09-27 20:26:47 +0200
commitd897eea38983f0adfa0e8a2dc483879bc1126f94 (patch)
tree6b17d52c4e9dc2d6215363302c346bd8c6512e6d /lib/diameter/test/diameter_codec_SUITE.erl
parent571bc8c6135cb902e7cf9429f1bfad67284f8f23 (diff)
parent58fe7b5e48ad95f14b05aae43a3a32122695da4e (diff)
downloadotp-d897eea38983f0adfa0e8a2dc483879bc1126f94.tar.gz
otp-d897eea38983f0adfa0e8a2dc483879bc1126f94.tar.bz2
otp-d897eea38983f0adfa0e8a2dc483879bc1126f94.zip
Merge branch 'dev' into major
Conflicts: lib/diameter/src/app/Makefile
Diffstat (limited to 'lib/diameter/test/diameter_codec_SUITE.erl')
-rw-r--r--lib/diameter/test/diameter_codec_SUITE.erl5
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).