diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 16:43:46 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:50 +0100 |
commit | 0cf2bec9676d42053f15dadb7e6f45c579944bf6 (patch) | |
tree | e5782f43a966fe60114eca315fd04559ebf7058a /lib/megaco/test/megaco_config_test.erl | |
parent | 9037c4a828e699d5d3bba423d82db93cddf3d079 (diff) | |
download | otp-0cf2bec9676d42053f15dadb7e6f45c579944bf6.tar.gz otp-0cf2bec9676d42053f15dadb7e6f45c579944bf6.tar.bz2 otp-0cf2bec9676d42053f15dadb7e6f45c579944bf6.zip |
Fix formatting and also some migration fixes for megaco
Diffstat (limited to 'lib/megaco/test/megaco_config_test.erl')
-rw-r--r-- | lib/megaco/test/megaco_config_test.erl | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/lib/megaco/test/megaco_config_test.erl b/lib/megaco/test/megaco_config_test.erl index 34ab0f0ba4..1fc4d09d3b 100644 --- a/lib/megaco/test/megaco_config_test.erl +++ b/lib/megaco/test/megaco_config_test.erl @@ -59,23 +59,20 @@ end_per_testcase(Case, Config) -> %% Top test case all() -> -[config, {group, transaction_id_counter}, - {group, tickets}]. + [config, {group, transaction_id_counter}, + {group, tickets}]. groups() -> [{transaction_id_counter, [], - [transaction_id_counter_mg, - transaction_id_counter_mgc]}, - {tickets, [], [otp_7216, otp_8167, otp_8183]}]. + [transaction_id_counter_mg, + transaction_id_counter_mgc]}, + {tickets, [], [otp_7216, otp_8167, otp_8183]}]. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. - - - + Config. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |