8000 AcceptChanges at the end of pre-run · utPLSQL/utPLSQL-PLSQL-Developer@b3fca9f · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

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)
0