From 1e449d947935f35d2eef219893d3b574732186e6 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 9 Feb 2012 17:11:27 -0500 Subject: Remove app_starts/app_stops tests from mysqlerl_SUITE. These are already handled in mysqlerl_app_SUITE. --- test/mysqlerl_SUITE.erl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/mysqlerl_SUITE.erl b/test/mysqlerl_SUITE.erl index f6ed29c..68bd8d6 100644 --- a/test/mysqlerl_SUITE.erl +++ b/test/mysqlerl_SUITE.erl @@ -181,12 +181,6 @@ all() -> %% Comment = term() %% @end %%-------------------------------------------------------------------- -app_starts(_Config) -> - ok = application:start(mysqlerl). - -app_stops(_Config) -> - ok = application:start(mysqlerl). - describe_table(Config) -> io:format("describe_table ~p", [Config]), {ok, Description} = mysqlerl:describe_table(?config(db_ref, Config), -- cgit v1.2.3