Skip to content

Commit 7966d45

Browse files
author
Simon MacMullen
committed
This fixes for OS X. Let's hope it doesn't break Linux. Ahh, shell. Ahh, quoting rules. Did I say "ahh"? I meant "argh". Or possibly \\\\\\\"argh\\\\\\\".
1 parent f5543e8 commit 7966d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/Policies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class Policies extends BrokerTestCase {
1616
@Override protected void createResources() throws IOException {
1717
Host.rabbitmqctl("set_policy AE ^has-ae {\\\"alternate-exchange\\\":\\\"ae\\\"}");
18-
Host.rabbitmqctl("set_policy DLX ^has-dlx {\\\"dead-letter-exchange\\\":\\\"dlx\\\",\\\"dead-letter-routing-key\\\":\\\"rk\\\"}");
18+
Host.rabbitmqctl("set_policy DLX ^has-dlx {\\\"dead-letter-exchange\\\":\\\"dlx\\\"\\,\\\"dead-letter-routing-key\\\":\\\"rk\\\"}");
1919
channel.exchangeDeclare("has-ae", "fanout");
2020
Map<String, Object> args = new HashMap<String, Object>();
2121
args.put("alternate-exchange", "ae2");

0 commit comments

Comments
 (0)