diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-12-17 11:37:53 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-12-17 11:37:53 +0000 |
| commit | 61aa427beadeffdc7bd0316e7824f5007b6751ad (patch) | |
| tree | b5605e899d36ce4c8c8963a29a748fa6d26c3d34 /src | |
| parent | 90ca9d7fa6b06e928a75ae63915f0c977a37e76c (diff) | |
| download | rabbitmq-server-git-61aa427beadeffdc7bd0316e7824f5007b6751ad.tar.gz | |
remove more remnants of schema check
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 1853a85511..df2e71d9e6 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -139,8 +139,6 @@ test_topic_matching() -> passed. test_app_management() -> - true = rabbit_mnesia:schema_current(), - %% starting, stopping, status ok = control_action(stop_app, []), ok = control_action(stop_app, []), |
