aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2015-03-16 00:49:10 +0100
committerAnders Svensson <[email protected]>2015-03-20 02:18:16 +0100
commitad645ce54cccc02682f58e625d2f5cfcd0b3acc8 (patch)
tree51941b5b1fcfa44012be78f5030bb2de01b27388
parent6aabb5176a176f3413a446ad13178eb25c4c90fd (diff)
downloadotp-ad645ce54cccc02682f58e625d2f5cfcd0b3acc8.tar.gz
otp-ad645ce54cccc02682f58e625d2f5cfcd0b3acc8.tar.bz2
otp-ad645ce54cccc02682f58e625d2f5cfcd0b3acc8.zip
Add pool_size test to config suite
Overlooked in commit 4b691d8d.
-rw-r--r--lib/diameter/test/diameter_config_SUITE.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/diameter/test/diameter_config_SUITE.erl b/lib/diameter/test/diameter_config_SUITE.erl
index ad5b3f9420..a4bba42b2b 100644
--- a/lib/diameter/test/diameter_config_SUITE.erl
+++ b/lib/diameter/test/diameter_config_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2013. All Rights Reserved.
+%% Copyright Ericsson AB 2013-2015. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -171,6 +171,9 @@
[[{suspect, 2}]]],
[[x],
[[{open, 0}]]]},
+ {pool_size,
+ [[1], [100]],
+ [[0], [infinity], [-1], [x]]},
{private,
[[x]],
[]},