Skip to content

Commit 70daf31

Browse files
authored
Merge pull request #1175 from bdukes/patch-1
Fix typo
2 parents 2b0e071 + 30640d3 commit 70daf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/live-unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ There are some differences between Live Unit Testing automatically running and u
151151

152152
## Live Unit Testing and large solutions
153153

154-
If your solution has 10 or more projects, when you start Live Unit Testing and there is no persisted data, or when you select the **Test**, **Live Unit Testing**, **Reset Clean** option from the top-level Visual Studio menu, Visual Studio displays the following dialog to warn you that dynamic execution of large numbers of tests in large projects can severely impact performance. If you select **OK**, Live Unit Testing executes all texts in the solution. If you select **Cancel**, you can select the tests to execute. For information on how to do this, see the following section, [Including and excluding test projects and test methods](#including-and-excluding-test-projects-and-test-methods).
154+
If your solution has 10 or more projects, when you start Live Unit Testing and there is no persisted data, or when you select the **Test**, **Live Unit Testing**, **Reset Clean** option from the top-level Visual Studio menu, Visual Studio displays the following dialog to warn you that dynamic execution of large numbers of tests in large projects can severely impact performance. If you select **OK**, Live Unit Testing executes all tests in the solution. If you select **Cancel**, you can select the tests to execute. For information on how to do this, see the following section, [Including and excluding test projects and test methods](#including-and-excluding-test-projects-and-test-methods).
155155

156156
![Live Unit Testing dialog for large projects](media/lut-large-project.png)
157157

0 commit comments

Comments
 (0)