aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/test/mnesia_isolation_test.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2013-06-10 10:49:46 +0200
committerDan Gudmundsson <[email protected]>2013-06-10 10:49:46 +0200
commitf488b8eafe4186d2bc3cce57a534fdc68ebb186c (patch)
tree087ef68c9bc20c3e2ceb9bd87eccbb9fa1e22a4d /lib/mnesia/test/mnesia_isolation_test.erl
parent099419dbf6c1180fe09552de700853ef3ad85414 (diff)
parenta49832f74d364e01d9fb7a98caf3ca942a0a0341 (diff)
downloadotp-f488b8eafe4186d2bc3cce57a534fdc68ebb186c.tar.gz
otp-f488b8eafe4186d2bc3cce57a534fdc68ebb186c.tar.bz2
otp-f488b8eafe4186d2bc3cce57a534fdc68ebb186c.zip
Merge branch 'maint'
Diffstat (limited to 'lib/mnesia/test/mnesia_isolation_test.erl')
-rw-r--r--lib/mnesia/test/mnesia_isolation_test.erl10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/mnesia/test/mnesia_isolation_test.erl b/lib/mnesia/test/mnesia_isolation_test.erl
index 3273bc4d40..d57f976d1f 100644
--- a/lib/mnesia/test/mnesia_isolation_test.erl
+++ b/lib/mnesia/test/mnesia_isolation_test.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2010. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -613,11 +613,11 @@ unbound2(Config) when is_list(Config) ->
?match_receive({B, continuing}),
%% B should now be in lock queue.
- A ! continue,
- ?match_receive({A, {atomic, ok}}),
- ?match_receive({B, {atomic, [{ul,{key,{17,42}},val}]}}),
+ A ! continue,
+ ?match_multi_receive([{A, {atomic, ok}},
+ {B, {atomic, [{ul,{key,{17,42}},val}]}}]),
ok.
-
+
receiver() ->
receive
{_Pid, begin_trans} ->