Skip to content

Commit b3fca9f

Browse files
committed
AcceptChanges at the end of pre-run
1 parent c0eef6c commit b3fca9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.UI/TestRunnerWindow.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ private Action<@event> CollectResults(bool coverage)
170170
progressBar.Step = Steps;
171171

172172
CreateTestResults(@event);
173+
174+
175+
dataTableTestResult.AcceptChanges();
173176
});
174177
}
175178
else if (@event.type.Equals("post-test"))
@@ -463,8 +466,6 @@ private void CreateTestResults(test test)
463466
rowTestResult["Icon"] = (byte[])imageConverter.ConvertTo(IconChar.None.ToBitmap(Color.Black, IconSize), typeof(byte[]));
464467

465468
dataTableTestResult.Rows.Add(rowTestResult);
466-
467-
dataTableTestResult.AcceptChanges();
468469
}
469470
}
470471

0 commit comments

Comments
 (0)