aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosEventDomain/test
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:13:06 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:49 +0100
commita5da203c8c2983490c42f34b018db820d21d858d (patch)
tree74de6afb7230025760b3aefb7a9505809e1d39f0 /lib/cosEventDomain/test
parentdd062265ad54a6a2fc705df9cfcc24dc16c4e7bf (diff)
downloadotp-a5da203c8c2983490c42f34b018db820d21d858d.tar.gz
otp-a5da203c8c2983490c42f34b018db820d21d858d.tar.bz2
otp-a5da203c8c2983490c42f34b018db820d21d858d.zip
Fix formatting for cosEventDomain
Diffstat (limited to 'lib/cosEventDomain/test')
-rw-r--r--lib/cosEventDomain/test/event_domain_SUITE.erl13
-rw-r--r--lib/cosEventDomain/test/generated_SUITE.erl35
2 files changed, 24 insertions, 24 deletions
diff --git a/lib/cosEventDomain/test/event_domain_SUITE.erl b/lib/cosEventDomain/test/event_domain_SUITE.erl
index d22e6009a7..b3bb109b3c 100644
--- a/lib/cosEventDomain/test/event_domain_SUITE.erl
+++ b/lib/cosEventDomain/test/event_domain_SUITE.erl
@@ -56,7 +56,8 @@
%%-----------------------------------------------------------------
%% External exports
%%-----------------------------------------------------------------
--export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2, event_domain_api/1, event_domain_factory_api/1,
+-export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2,
+ event_domain_api/1, event_domain_factory_api/1,
cases/0, init_per_suite/1, end_per_suite/1,
init_per_testcase/2, end_per_testcase/2, app_test/1]).
@@ -67,20 +68,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() ->
-[event_domain_api, event_domain_factory_api, app_test].
+ [event_domain_api, event_domain_factory_api, app_test].
%%-----------------------------------------------------------------
%% Init and cleanup functions.
diff --git a/lib/cosEventDomain/test/generated_SUITE.erl b/lib/cosEventDomain/test/generated_SUITE.erl
index d67bafb8c8..c810e84605 100644
--- a/lib/cosEventDomain/test/generated_SUITE.erl
+++ b/lib/cosEventDomain/test/generated_SUITE.erl
@@ -76,7 +76,6 @@
%%-----------------------------------------------------------------
%% Internal exports
%%-----------------------------------------------------------------
--export([]).
-compile(export_all).
%%-----------------------------------------------------------------
@@ -87,21 +86,21 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-['CosEventDomainAdmin',
- 'CosEventDomainAdmin_DiamondSeq',
- 'CosEventDomainAdmin_AlreadyExists',
- 'CosEventDomainAdmin_DomainIDSeq',
- 'CosEventDomainAdmin_Connection',
- 'CosEventDomainAdmin_ConnectionIDSeq',
- 'CosEventDomainAdmin_ConnectionNotFound',
- 'CosEventDomainAdmin_CycleCreationForbidden',
- 'CosEventDomainAdmin_CycleSeq',
- 'CosEventDomainAdmin_DiamondCreationForbidden',
- 'CosEventDomainAdmin_DomainNotFound',
- 'CosEventDomainAdmin_MemberIDSeq',
- 'CosEventDomainAdmin_RouteSeq',
- 'CosEventDomainAdmin_EventDomainFactory',
- 'CosEventDomainAdmin_EventDomain'].
+ ['CosEventDomainAdmin',
+ 'CosEventDomainAdmin_DiamondSeq',
+ 'CosEventDomainAdmin_AlreadyExists',
+ 'CosEventDomainAdmin_DomainIDSeq',
+ 'CosEventDomainAdmin_Connection',
+ 'CosEventDomainAdmin_ConnectionIDSeq',
+ 'CosEventDomainAdmin_ConnectionNotFound',
+ 'CosEventDomainAdmin_CycleCreationForbidden',
+ 'CosEventDomainAdmin_CycleSeq',
+ 'CosEventDomainAdmin_DiamondCreationForbidden',
+ 'CosEventDomainAdmin_DomainNotFound',
+ 'CosEventDomainAdmin_MemberIDSeq',
+ 'CosEventDomainAdmin_RouteSeq',
+ 'CosEventDomainAdmin_EventDomainFactory',
+ 'CosEventDomainAdmin_EventDomain'].
groups() ->
[].
@@ -113,10 +112,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
%%-----------------------------------------------------------------