diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-25 21:15:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-06-25 21:15:29 -0700 |
commit | e5dca302cd99fd8b5ba65194892edfb33c7bac1c (patch) | |
tree | 2a6c6556aee59f13bff6b903410d51c80a705015 /src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs | |
parent | 3b2fe4819cf449d1ab88178d055239c64b3cfd5e (diff) | |
download | DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.zip DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.tar.gz DotNetOpenAuth-e5dca302cd99fd8b5ba65194892edfb33c7bac1c.tar.bz2 |
Fixed up all tests so they pass.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs b/src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs index 87ecd4b..46427bb 100644 --- a/src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/XriIdentifierTests.cs @@ -22,7 +22,7 @@ namespace DotNetOpenAuth.Test.OpenId { base.SetUp(); } - [TestMethod, ExpectedException(typeof(ArgumentNullException))] + [TestMethod, ExpectedException(typeof(ArgumentException))] public void CtorNull() { new XriIdentifier(null); } |