diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-04-01 17:04:40 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-04-01 17:04:40 +0100 |
| commit | 6b36086c0735916b62315a72f87682380f0b2eb8 (patch) | |
| tree | 448a67b35c9c265cd085769a021890cc5506197e /src | |
| parent | 43a0d5a5654ab4f0833492d8c5c459d156652b6c (diff) | |
| download | rabbitmq-server-git-6b36086c0735916b62315a72f87682380f0b2eb8.tar.gz | |
Fix tests again.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index c8ef410568..995b84d91d 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -595,7 +595,7 @@ test_topic_matching() -> auto_delete = false, arguments = []}, %% create rabbit_exchange_type_topic:validate(X), - exchange_op_callback(X, start, [[]]), + exchange_op_callback(X, create, []), %% add some bindings Bindings = [#binding{source = XName, |
