summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/TestUtilities.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/TestUtilities.cs')
-rw-r--r--src/DotNetOpenAuth.Test/TestUtilities.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.Test/TestUtilities.cs b/src/DotNetOpenAuth.Test/TestUtilities.cs
index f56a408..a52cde9 100644
--- a/src/DotNetOpenAuth.Test/TestUtilities.cs
+++ b/src/DotNetOpenAuth.Test/TestUtilities.cs
@@ -5,13 +5,13 @@
//-----------------------------------------------------------------------
namespace DotNetOpenAuth.Test {
- using System.Collections.Specialized;
+ using System.Collections.Specialized;
- using DotNetOpenAuth.Logging;
+ using DotNetOpenAuth.Logging;
- using Validation;
+ using Validation;
- /// <summary>
+ /// <summary>
/// An assortment of methods useful for testing.
/// </summary>
internal static class TestUtilities {