Skip to content

Commit

Permalink
public_key: Make test cases independent of failure of other test cases
Browse files Browse the repository at this point in the history
to clean up.
  • Loading branch information
IngelaAndin committed Jun 24, 2013
1 parent 5d8a13b commit 26223d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/public_key/test/pbe_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ groups() ->

%%--------------------------------------------------------------------
init_per_suite(Config) ->
application:stop(crypto),
try crypto:start() of
ok ->
Config
Expand Down
1 change: 1 addition & 0 deletions lib/public_key/test/pkits_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ groups() ->

%%--------------------------------------------------------------------
init_per_suite(Config) ->
application:stop(crypto),
try crypto:start() of
ok ->
application:start(asn1),
Expand Down
1 change: 1 addition & 0 deletions lib/public_key/test/public_key_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ groups() ->
].
%%-------------------------------------------------------------------
init_per_suite(Config) ->
application:stop(crypto),
try crypto:start() of
ok ->
application:start(asn1),
Expand Down

0 comments on commit 26223d3

Please sign in to comment.