diff tests/utest.ur @ 58:9f392276d614

Graceful handling of OpenID providers that log the user in as the wrong identifier
author Adam Chlipala <adam@chlipala.net>
date Tue, 09 Aug 2011 09:53:40 -0400
parents df258dbf4739
children 089ad1d33e2f
line wrap: on
line diff
--- a/tests/utest.ur	Wed Aug 03 08:17:21 2011 -0400
+++ b/tests/utest.ur	Tue Aug 09 09:53:40 2011 -0400
@@ -8,7 +8,7 @@
                                   val secureCookies = False
                                   val association = Openid.Stateful {AssociationType = Openid.HMAC_SHA256,
                                                                      AssociationSessionType = Openid.NoEncryption}
-                                  val realm = None
+                                  val realm = Some "http://localhost:8080/"
 
                                   val creationState =
                                       n <- source "";