Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 1c41c75

Browse files
lewurmspouliot
authored andcommitted
Revert "[TouchRunner] do not use FinallyDelegate in Runner, because it requires remoting API to be available (#49)" (#50)
This reverts commit 4ac4e32.
1 parent 4ac4e32 commit 1c41c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NUnitLite/TouchRunner/TouchRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public TestResult Run (Test test)
445445
TestExecutionContext current = TestExecutionContext.CurrentContext;
446446
current.WorkDirectory = Environment.CurrentDirectory;
447447
current.Listener = this;
448-
WorkItem wi = test.CreateWorkItem (filter, null);
448+
WorkItem wi = test.CreateWorkItem (filter, new FinallyDelegate ());
449449
wi.Execute (current);
450450
Result = wi.Result;
451451
return Result;

0 commit comments

Comments
 (0)