diff options
author | Dan Gudmundsson <[email protected]> | 2011-03-07 16:24:28 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-03-09 11:58:38 +0100 |
commit | 700e0b89f7c928fbd3593a79e9038582ffb68406 (patch) | |
tree | 8a3ddf1e6dd0a804100d33ad304bf5e79cf468f3 /lib | |
parent | 5a4f4654c243092362949e83033df183a513cf4c (diff) | |
download | otp-700e0b89f7c928fbd3593a79e9038582ffb68406.tar.gz otp-700e0b89f7c928fbd3593a79e9038582ffb68406.tar.bz2 otp-700e0b89f7c928fbd3593a79e9038582ffb68406.zip |
The number of test nodes where to small for the testsuite
A miss introduced when converting to common_test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mnesia/test/mnesia_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mnesia/test/mnesia_SUITE.erl b/lib/mnesia/test/mnesia_SUITE.erl index fe7d366eb3..8ba8427213 100644 --- a/lib/mnesia/test/mnesia_SUITE.erl +++ b/lib/mnesia/test/mnesia_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2010. All Rights Reserved. +%% Copyright Ericsson AB 1997-2011. 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 @@ -30,7 +30,7 @@ end_per_testcase(Func, Conf) -> mnesia_test_lib:end_per_testcase(Func, Conf). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,1}]}]}]. +suite() -> [{ct_hooks,[{ts_install_cth,[{nodenames,2}]}]}]. %% Verify that Mnesia really is a distributed real-time DBMS. |