aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-01-29 17:50:01 +0100
committerAnders Svensson <[email protected]>2013-02-08 19:23:07 +0100
commit551bdf0da65bcb9838ddc613e0507e2871dcd5dc (patch)
treef5c5a118d0de314448cc5fe51ea1e2440e9a5fd7 /lib
parentef5fddcb9f4a352253050251a7f145c69618e5d8 (diff)
downloadotp-551bdf0da65bcb9838ddc613e0507e2871dcd5dc.tar.gz
otp-551bdf0da65bcb9838ddc613e0507e2871dcd5dc.tar.bz2
otp-551bdf0da65bcb9838ddc613e0507e2871dcd5dc.zip
Fix testcases in event suite
The transition INITIAL -> DOWN (fixed in the preceding commit) was wrong.
Diffstat (limited to 'lib')
-rw-r--r--lib/diameter/test/diameter_event_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/diameter/test/diameter_event_SUITE.erl b/lib/diameter/test/diameter_event_SUITE.erl
index 7c1c76f22a..18bdcb1f54 100644
--- a/lib/diameter/test/diameter_event_SUITE.erl
+++ b/lib/diameter/test/diameter_event_SUITE.erl
@@ -121,7 +121,6 @@ down(Config) ->
{applications, [?DICT_ACCT]},
{reconnect_timer, 5000}]),
start = event(Svc),
- {watchdog, Ref, _, {initial, down}, _} = event(Svc),
{closed, Ref, {'CEA', ?NO_COMMON_APP, _, #diameter_packet{}}, _}
= event(Svc),
{reconnect, Ref, _} = event(Svc).
@@ -132,7 +131,6 @@ cea_timeout(Config) ->
{Svc, Ref} = connect(Config, [{capx_timeout, ?SERVER_CAPX_TMO div 2},
{reconnect_timer, 2*?SERVER_CAPX_TMO}]),
start = event(Svc),
- {watchdog, Ref, _, {initial, down}, _} = event(Svc),
{closed, Ref, {'CEA', timeout}, _} = event(Svc).
stop(_Config) ->