public static void Main() { OleDbDataAdapter_AcceptChangesDuringFill tc = new OleDbDataAdapter_AcceptChangesDuringFill(); Exception exp = null; try { tc.BeginTest("OleDbDataAdapter_AcceptChangesDuringFill"); tc.run(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }
public static void Main() { OleDbDataAdapter_AcceptChangesDuringFill tc = new OleDbDataAdapter_AcceptChangesDuringFill(); Exception exp = null; try { tc.BeginTest("OleDbDataAdapter_AcceptChangesDuringFill"); tc.run(); } catch(Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }