diff options
| author | Michael Bridgen <mikeb@lshift.net> | 2009-10-05 16:02:19 +0100 |
|---|---|---|
| committer | Michael Bridgen <mikeb@lshift.net> | 2009-10-05 16:02:19 +0100 |
| commit | ab32347d3460f036b82c00f5ea84d21b910401dd (patch) | |
| tree | 7c745f0c3e98757d2482120be0a502dd5465dcfa | |
| parent | e205a1f1873b19f9dfb4ec934da1b4ee91e461a2 (diff) | |
| download | rabbitmq-server-git-ab32347d3460f036b82c00f5ea84d21b910401dd.tar.gz | |
auto_delete is no longer a property of the exchange class (protocol spec section 1.6)
| -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 5c5c55f1e4..62a4bd1d22 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -656,7 +656,7 @@ test_server_status() -> %% list exchanges ok = info_action( list_exchanges, - [name, type, durable, auto_delete, arguments], + [name, type, durable, arguments], true), %% list bindings |
