Skip to content

Commit 55d9abf

Browse files
Resolve conflicts
1 parent f0a4f75 commit 55d9abf

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

selenium/amqp10-roundtriptest/src/main/java/com/rabbitmq/amqp1_0/RoundTripTest.java

-60
This file was deleted.

selenium/test/authnz-msg-protocols/amqp10.js

-6
Original file line numberDiff line numberDiff 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-
>>>>>>> 0ba194ae53 (Replace java amqp10 with javascript one)
7468
})
7569

7670
after(function () {

0 commit comments

Comments
 (0)