diff tests/test.ur @ 39:f6b3fbf10dac

Proper handling of known vs. to-be-chosen identifiers
author Adam Chlipala <adam@chlipala.net>
date Wed, 01 Jun 2011 07:51:55 -0400
parents 35bc4da563dd
children
line wrap: on
line diff
--- a/tests/test.ur	Mon May 16 22:31:26 2011 -0400
+++ b/tests/test.ur	Wed Jun 01 07:51:55 2011 -0400
@@ -9,7 +9,7 @@
     msg <- Openid.authenticate afterward
                                {Association = Openid.Stateful {AssociationType = Openid.HMAC_SHA256,
                                                                AssociationSessionType = Openid.NoEncryption},
-                                Identifier = r.Id,
+                                Identifier = Openid.KnownIdentifier r.Id,
                                 Realm = Some "http://localhost:8080/"};
     error <xml>{[msg]}</xml>