summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-02-25 16:24:04 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-02-25 16:24:04 -0800
commit22b1c05a964a5bded9d0d3de0792acbc02aa0b25 (patch)
treeea23dcf32e008612a70aa8af9c78dc490f1dcb38 /src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs
parent7da4839c2a16e8b7c30e9545941a06853938ccee (diff)
downloadDotNetOpenAuth-22b1c05a964a5bded9d0d3de0792acbc02aa0b25.zip
DotNetOpenAuth-22b1c05a964a5bded9d0d3de0792acbc02aa0b25.tar.gz
DotNetOpenAuth-22b1c05a964a5bded9d0d3de0792acbc02aa0b25.tar.bz2
Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit patterns.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs b/src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs
index f1bcc57..79723ff 100644
--- a/src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/Messages/CheckAuthenticationRequestTests.cs
@@ -22,7 +22,7 @@ namespace DotNetOpenAuth.Test.OpenId.Messages {
/// and cause the authentication to inappropriately fail.
/// Designed to verify fix to Trac #198.
/// </remarks>
- [TestCase]
+ [Test]
public void ExactPositiveAssertionPreservation() {
var rp = CreateRelyingParty(true);