diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mysqlerl_readquery_SUITE.erl (renamed from test/mysqlerl_SUITE.erl) | 9 | ||||
-rw-r--r-- | test/mysqlerl_readquery_SUITE_data/table-data.sql (renamed from test/mysqlerl_SUITE_data/table-data.sql) | 0 |
2 files changed, 3 insertions, 6 deletions
diff --git a/test/mysqlerl_SUITE.erl b/test/mysqlerl_readquery_SUITE.erl index d8ffc2f..d940db6 100644 --- a/test/mysqlerl_SUITE.erl +++ b/test/mysqlerl_readquery_SUITE.erl @@ -6,7 +6,7 @@ %%% @end %%% Created : 6 Feb 2012 by Brian Cully <bjc@kublai.com> %%%------------------------------------------------------------------- --module(mysqlerl_SUITE). +-module(mysqlerl_readquery_SUITE). -compile(export_all). @@ -110,10 +110,7 @@ end_per_testcase(_TestCase, Config) -> %% @end %%-------------------------------------------------------------------- groups() -> - [{all, [sequence], - [{group, read_queries}, {group, cursor}, - {group, trans}, {group, errors}]}, - {read_queries, [shuffle], + [{read_queries, [shuffle], [describe_table, sql_query, param_query, select_count]}, {cursor, [shuffle], [first, last, next, prev, @@ -135,7 +132,7 @@ groups() -> %% @end %%-------------------------------------------------------------------- all() -> - [{group, all}]. + [{group, read_queries}, {group, cursor}, {group, trans}, {group, errors}]. %%-------------------------------------------------------------------- %% @spec TestCase(Config0) -> diff --git a/test/mysqlerl_SUITE_data/table-data.sql b/test/mysqlerl_readquery_SUITE_data/table-data.sql index 410712f..410712f 100644 --- a/test/mysqlerl_SUITE_data/table-data.sql +++ b/test/mysqlerl_readquery_SUITE_data/table-data.sql |