summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-05 16:03:52 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-05 16:03:52 -0800
commit442d0b1158aaff786320371e9bbc729184ee237c (patch)
treeb052e83954bb07a2e85c629e9b373b6d1e61f479 /src
parente80f549bab813322c62a5e87f26308d40d7e920b (diff)
downloadDotNetOpenAuth-442d0b1158aaff786320371e9bbc729184ee237c.zip
DotNetOpenAuth-442d0b1158aaff786320371e9bbc729184ee237c.tar.gz
DotNetOpenAuth-442d0b1158aaff786320371e9bbc729184ee237c.tar.bz2
Shortened assumed realm value in tests.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
index d0966e7..b1e710b 100644
--- a/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
@@ -81,6 +81,7 @@ namespace DotNetOpenAuth.Test.OpenId {
request.ClaimedIdentifier = "http://claimedid";
request.LocalIdentifier = "http://localid";
request.ReturnTo = RPUri;
+ request.Realm = RPUri;
rp.Channel.Send(request);
if (positive) {
if (tamper) {