diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-09 17:11:27 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2012-02-09 17:11:43 -0500 |
commit | 1e449d947935f35d2eef219893d3b574732186e6 (patch) | |
tree | 457f59ff27e554ea366b779a78669fd8c84f50e5 /test | |
parent | 3ae64e29aaa0ab8c63925bda90b2ee9fd0f173f1 (diff) | |
download | mysqlerl-1e449d947935f35d2eef219893d3b574732186e6.tar.gz mysqlerl-1e449d947935f35d2eef219893d3b574732186e6.zip |
Remove app_starts/app_stops tests from mysqlerl_SUITE.
These are already handled in mysqlerl_app_SUITE.
Diffstat (limited to 'test')
-rw-r--r-- | test/mysqlerl_SUITE.erl | 6 |
1 files changed, 0 insertions, 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), |