File tree Expand file tree Collapse file tree 2 files changed +0
-66
lines changed
amqp10-roundtriptest/src/main/java/com/rabbitmq/amqp1_0
test/authnz-msg-protocols Expand file tree Collapse file tree 2 files changed +0
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
5454 }
5555 } )
5656
57- << < << << HEAD
58- it ( 'can open an AMQP 1.0 connection' , function ( ) {
59- execSync ( "npm run amqp10_roundtriptest -- " + username + " " + password )
60-
61- === = ===
6257 it ( 'can open an AMQP 1.0 connection' , async function ( ) {
6358 amqp = openAmqp ( )
6459 await untilConnectionEstablished
@@ -70,7 +65,6 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
7065 amqp . sender . send ( { body :'second message' } )
7166 await untilMessageReceived
7267 assert . equal ( 2 , receivedAmqpMessageCount )
73- >>> > >>> 0 ba194ae53 ( Replace java amqp10 with javascript one )
7468 } )
7569
7670 after ( function ( ) {
You can’t perform that action at this time.
0 commit comments