diff options
Diffstat (limited to 'modules/openid/openid.test')
-rw-r--r-- | modules/openid/openid.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/openid/openid.test b/modules/openid/openid.test index fc88158a0..7002c7a1f 100644 --- a/modules/openid/openid.test +++ b/modules/openid/openid.test @@ -59,6 +59,9 @@ class OpenIDFunctionalTest extends DrupalWebTestCase { // element that contains the URL of an XRDS document. $this->addIdentity(url('openid-test/yadis/http-equiv', array('absolute' => TRUE)), 2); + // Identifier is an XRI. Resolve using our own dummy proxy resolver. + variable_set('xri_proxy_resolver', url('openid-test/yadis/xrds/xri', array('absolute' => TRUE)) . '/'); + $this->addIdentity('@example*résumé;%25', 2, 'http://example.com/user'); // HTML-based discovery: // If the User-supplied Identifier is a URL of an HTML page, the page may |