Skip to content

Commit 80442bd

Browse files
committed
JBTM-3973 addition when JBTM-3859 is not applied
1 parent 51f637f commit 80442bd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/tools/ObjStoreBrowserTest.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ public void forget(Xid xid) throws XAException {
6464
public class ObjStoreBrowserTest {
6565
private ObjStoreBrowser osb;
6666

67-
private ObjStoreBrowser createObjStoreBrowser() {
68-
ObjStoreBrowser osb = new ObjStoreBrowser();
69-
70-
osb.setType("com.arjuna.ats.arjuna.AtomicAction", "com.arjuna.ats.internal.jta.tools.osb.mbean.jta.JTAActionBean");
71-
72-
return osb;
73-
}
74-
7567
@BeforeClass
7668
public static void setUp() {
7769
}
@@ -81,6 +73,7 @@ public void beforeTest() {
8173
FailureXAResource.resetForgetCounts();
8274

8375
osb = ObjStoreBrowser.getInstance();
76+
osb.setType("com.arjuna.ats.arjuna.AtomicAction", "com.arjuna.ats.internal.jta.tools.osb.mbean.jta.JTAActionBean");
8477

8578
osb.start();
8679
}

0 commit comments

Comments
 (0)