Skip to content

Commit

Permalink
small corrections to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Dec 8, 2011
1 parent 1ecf201 commit 158c1b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ An HTML report of the test results will then be available here:

UnitTests\bin\Release\UnitTests.html

To run a Unit Test in the debugger (does not work in VS Express):
To run a Unit Test in the debugger (not sure if it works in VS Express):

1. Right-click UnitTests project, click 'Properties'
2. Go to Debug tab
3. Change Start Action to 'Start external program: C:\Program Files\NUnit-2.5.9.10348\bin\net-2.0\nunit.exe'
(change the path to what is appropriate for your system)
4. Set your 'Command line arguments' to 'C:\dev\qfnet\quickfixn\UnitTests\bin\Debug\UnitTests.dll'
4. Set your 'Command line arguments' to 'C:\dev\quickfixn\UnitTests\bin\Debug\UnitTests.dll'
(change the path to what is appropriate for your system)
5. Set your 'Working directory' to 'C:\dev\qfnet\quickfixn\UnitTests\bin\Debug\'
5. Set your 'Working directory' to 'C:\dev\quickfixn\UnitTests\bin\Debug\'
(change the path to what is appropriate for your system)
6. Open NUnit in debugger as follows:
Right-click UnitTests, choose Debug->Start New Instance
Expand Down

0 comments on commit 158c1b9

Please sign in to comment.