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 | de1de57e858662f04a6cf6f5ec0e1a5c7a1350d3 (patch) | |
tree | b5605e899d36ce4c8c8963a29a748fa6d26c3d34 | |
parent | ea20be11269da17a7fb75c4e6c80d53577dcfcfd (diff) | |
download | rabbitmq-server-de1de57e858662f04a6cf6f5ec0e1a5c7a1350d3.tar.gz |
remove more remnants of schema check
-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 1853a855..df2e71d9 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, []), |