File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
ArjunaJTA/jta/tests/classes/com/hp/mwtests/ts/jta/tools Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,6 @@ public void forget(Xid xid) throws XAException {
6464public 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 }
You can’t perform that action at this time.
0 commit comments