asfgit closed pull request #2495: ARTEMIS-2144 - fixing brokern test
URL: https://github.com/apache/activemq-artemis/pull/2495
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java
index b0d996929a..e74061f93c 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util/transactions/TransactionManagerLocatorTest.java
@@ -25,6 +25,6 @@
@Test
public void getTM() {
assertNotNull(ServiceUtils.getTransactionManager());
- assertEquals(ServiceUtils.getTransactionManager().getClass(),
DummyTransactionManagerLocator.class);
+
assertEquals(org.apache.activemq.artemis.tests.integration.ra.DummyTransactionManager.class,
ServiceUtils.getTransactionManager().getClass());
}
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services