Skip to content

Commit 04bb436

Browse files
committed
further simplification of UnexpectedFrames test
we don't need the BrokerTestCase's automatic connection/channel open/close
1 parent 9efa274 commit 04bb436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ private interface Confuser {
1717
public Frame confuse(Frame frame) throws IOException;
1818
}
1919

20+
@Override protected void setUp() throws IOException {}
21+
22+
@Override protected void tearDown() throws IOException {}
23+
2024
public void testMissingHeader() throws IOException {
2125
expectUnexpectedFrameError(new Confuser() {
2226
public Frame confuse(Frame frame) {

0 commit comments

Comments
 (0)