diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 16:59:35 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:50 +0100 |
commit | 132f31884e188cfdb78a79fdfaf7e87e8f3ae010 (patch) | |
tree | edd5bb97529d3157f840798f388fb38f9931cc40 /lib/orber/test/naming_context_SUITE.erl | |
parent | 6a2363e72e81c7ad16bf534f3a7ca7029d7255ce (diff) | |
download | otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.gz otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.bz2 otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.zip |
Fix formatting for orber
Diffstat (limited to 'lib/orber/test/naming_context_SUITE.erl')
-rw-r--r-- | lib/orber/test/naming_context_SUITE.erl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/orber/test/naming_context_SUITE.erl b/lib/orber/test/naming_context_SUITE.erl index d9b0f8448b..d9a78861ed 100644 --- a/lib/orber/test/naming_context_SUITE.erl +++ b/lib/orber/test/naming_context_SUITE.erl @@ -43,7 +43,8 @@ -export([name_context/1, check_list/1, name_context_ext/1]). --export([init_per_suite/1, end_per_suite/1, init_per_testcase/2, end_per_testcase/2]). +-export([init_per_suite/1, end_per_suite/1, init_per_testcase/2, + end_per_testcase/2]). %%----------------------------------------------------------------- @@ -78,20 +79,20 @@ suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -cases(). + cases(). groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. cases() -> -[name_context, check_list, name_context_ext]. + [name_context, check_list, name_context_ext]. %%----------------------------------------------------------------- %% Init and cleanup functions. |