File tree 2 files changed +0
-66
lines changed
amqp10-roundtriptest/src/main/java/com/rabbitmq/amqp1_0
test/authnz-msg-protocols
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: ' +
54
54
}
55
55
} )
56
56
57
- << < << << HEAD
58
- it ( 'can open an AMQP 1.0 connection' , function ( ) {
59
- execSync ( "npm run amqp10_roundtriptest -- " + username + " " + password )
60
-
61
- === = ===
62
57
it ( 'can open an AMQP 1.0 connection' , async function ( ) {
63
58
amqp = openAmqp ( )
64
59
await untilConnectionEstablished
@@ -70,7 +65,6 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
70
65
amqp . sender . send ( { body :'second message' } )
71
66
await untilMessageReceived
72
67
assert . equal ( 2 , receivedAmqpMessageCount )
73
- >>> > >>> 0 ba194ae53 ( Replace java amqp10 with javascript one )
74
68
} )
75
69
76
70
after ( function ( ) {
You can’t perform that action at this time.
0 commit comments