Skip to content

Commit fdfb28f

Browse files
author
Emile Joubert
committed
Remove CC routes test for singletons
1 parent d686fe2 commit fdfb28f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ public class CcRoutes extends BrokerTestCase {
6363
super.releaseResources();
6464
}
6565

66-
public void testCcSingleton() throws IOException {
67-
headers.put("CC", "queue2");
68-
props.setHeaders(headers);
69-
channel.basicPublish("", "queue1", props, new byte[0]);
70-
expect(new String []{"queue1", "queue2"});
71-
}
72-
7366
public void testCcList() throws IOException {
7467
ccList.add("queue2");
7568
ccList.add("queue3");

0 commit comments

Comments
 (0)