diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2017-06-09 14:56:39 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2017-06-09 14:56:39 +0100 |
| commit | b52796379ac465f35f5d92b901514b3cff3040c1 (patch) | |
| tree | 15e2f2cea719244b15bde9258f008450ca75df25 /test | |
| parent | 981cfc359547ba80c2d9b2d8c1c3d8639cff6742 (diff) | |
| download | rabbitmq-server-git-b52796379ac465f35f5d92b901514b3cff3040c1.tar.gz | |
Rename test suite
Diffstat (limited to 'test')
| -rw-r--r-- | test/cluster_formation_locking_SUITE.erl (renamed from test/rabbit_mnesia_SUITE.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rabbit_mnesia_SUITE.erl b/test/cluster_formation_locking_SUITE.erl index 2dba03a199..25b2df308c 100644 --- a/test/rabbit_mnesia_SUITE.erl +++ b/test/cluster_formation_locking_SUITE.erl @@ -13,7 +13,7 @@ %% The Initial Developer of the Original Code is GoPivotal, Inc. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% --module(rabbit_mnesia_SUITE). +-module(cluster_formation_locking_SUITE). -include_lib("common_test/include/ct.hrl"). -include_lib("eunit/include/eunit.hrl"). |
