Commit 6b4507b9 authored by unknown's avatar unknown
Browse files

ndb - bug#23107

  fix bug in test prg

parent e486c517
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -537,9 +537,9 @@ TESTCASE("BuddyTransNoTimeout5",
TESTCASE("BuddyTransTimeout1", 
	 "Start a scan and check that it gets aborted"){
  INITIALIZER(runLoadTable);
  //INITIALIZER(setTransactionTimeout);
  INITIALIZER(setTransactionTimeout);
  STEPS(runBuddyTransTimeout, 1);
  //FINALIZER(resetTransactionTimeout);
  FINALIZER(resetTransactionTimeout);
  FINALIZER(runClearTable);
}
#if 0