Skip to content

Commit bf362d5

Browse files
committed
Fix AMQP parsing test
Difference between 6.x and 5.x. References #640, #642, #672
1 parent d9108ec commit bf362d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/rabbitmq/client/test/AmqpUriTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,9 @@ public class AmqpUriTest
104104
parseFail("amqp://foo%xy");
105105

106106
parseFail("amqp://user:pass@host:10000/vhost?heartbeat=not_an_integer");
107-
parseFail("amqp://user:pass@host:10000/vhost?heartbeat=-1");
108107
parseFail("amqp://user:pass@host:10000/vhost?connection_timeout=not_an_integer");
109108
parseFail("amqp://user:pass@host:10000/vhost?connection_timeout=-1");
110109
parseFail("amqp://user:pass@host:10000/vhost?channel_max=not_an_integer");
111-
parseFail("amqp://user:pass@host:10000/vhost?channel_max=-1");
112110
parseFail("amqp://user:pass@host:10000/vhost?heartbeat=342?connection_timeout=442");
113111
}
114112

0 commit comments

Comments
 (0)