aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/iop_ior_12_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/orber/test/iop_ior_12_SUITE.erl')
-rw-r--r--lib/orber/test/iop_ior_12_SUITE.erl8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/orber/test/iop_ior_12_SUITE.erl b/lib/orber/test/iop_ior_12_SUITE.erl
index cda10c68da..16b5a45f3a 100644
--- a/lib/orber/test/iop_ior_12_SUITE.erl
+++ b/lib/orber/test/iop_ior_12_SUITE.erl
@@ -34,7 +34,7 @@
%%-----------------------------------------------------------------
%% External exports
%%-----------------------------------------------------------------
--export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2]).
+-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2]).
%%-----------------------------------------------------------------
%% Internal exports
@@ -55,6 +55,12 @@ all() ->
groups() ->
[].
+init_per_suite(Config) ->
+ Config.
+
+end_per_suite(_Config) ->
+ ok.
+
init_per_group(_GroupName, Config) ->
Config.