diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-07-02 21:55:27 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-07-02 21:55:27 -0700 |
commit | a2ade46df119aceeabebe99a56cc83452aaa0a55 (patch) | |
tree | 2a633607f9098da756fdcec829f3ffbc46d53e16 /src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs | |
parent | 5b95845637f2595c70234456019b8f9aeb56af5e (diff) | |
download | DotNetOpenAuth-a2ade46df119aceeabebe99a56cc83452aaa0a55.zip DotNetOpenAuth-a2ade46df119aceeabebe99a56cc83452aaa0a55.tar.gz DotNetOpenAuth-a2ade46df119aceeabebe99a56cc83452aaa0a55.tar.bz2 |
More careful CC changes.
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs index bd09bc9..0af234a 100644 --- a/src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs +++ b/src/DotNetOpenAuth.Test/OpenId/RelyingParty/ServiceEndpointTests.cs @@ -180,7 +180,7 @@ namespace DotNetOpenAuth.Test.OpenId.RelyingParty { Assert.IsFalse(se.IsTypeUriPresent("http://someother")); } - [TestMethod, ExpectedException(typeof(ArgumentNullException))] + [TestMethod, ExpectedException(typeof(ArgumentException))] public void IsTypeUriPresentNull() { ServiceEndpoint se = ServiceEndpoint.CreateForClaimedIdentifier(this.claimedXri, this.userSuppliedXri, this.localId, new ProviderEndpointDescription(this.providerEndpoint, this.v20TypeUris), this.servicePriority, this.uriPriority); se.IsTypeUriPresent(null); |