From 23c1b1587a86d4ef669f6e0d09fb45df1792f576 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Fri, 3 Apr 2009 19:19:10 +0000 Subject: [PATCH] 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 --- Source/Parsing/CommandLine.Parser.cs | 2 +- Source/Scheduling/AbortedException.Test.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Parsing/CommandLine.Parser.cs b/Source/Parsing/CommandLine.Parser.cs index 07c4fb9..a6c840b 100644 --- a/Source/Parsing/CommandLine.Parser.cs +++ b/Source/Parsing/CommandLine.Parser.cs @@ -381,4 +381,4 @@ namespace Nuclex.Support.Parsing { } // namespace Nuclex.Support.Parsing -#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER +#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER diff --git a/Source/Scheduling/AbortedException.Test.cs b/Source/Scheduling/AbortedException.Test.cs index b475a81..f9417d6 100644 --- a/Source/Scheduling/AbortedException.Test.cs +++ b/Source/Scheduling/AbortedException.Test.cs @@ -31,7 +31,7 @@ using NMock2; namespace Nuclex.Support.Scheduling { - /// Unit Test for the request class + /// Unit Test for the AbortedException class [TestFixture] public class AbortedExceptionTest {