Minor code reformat in command line parser; fixed Copy & Paste error in comments for exception unit test classes

git-svn-id: file:///srv/devel/repo-conversion/nusu@127 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-04-03 19:19:10 +00:00
parent 46ec063abd
commit 23c1b1587a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ using NMock2;
namespace Nuclex.Support.Scheduling {
/// <summary>Unit Test for the request class</summary>
/// <summary>Unit Test for the AbortedException class</summary>
[TestFixture]
public class AbortedExceptionTest {