diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-07 20:14:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-07 20:14:25 -0400 |
commit | f8c2a67b3cdbce81bbb661e05411a129b07414ce (patch) | |
tree | 3ac34b919e1fbdbc0801c5d1e90437b3c2532a3d /t | |
parent | 1b8d2ce36b5d6098b318c5b2f75b0e2752b51ac6 (diff) |
pretty openid login
* openid: Incorporated a fancy openid-selector signin form.
(http://code.google.com/p/openid-selector/)
* openid: Use "openid_identifier" as the form field, as required
by OpenID Authentication v2.0 spec.
Diffstat (limited to 't')
-rwxr-xr-x | t/openiduser.t | 2 | ||||
-rwxr-xr-x | t/permalink.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/openiduser.t b/t/openiduser.t index caabbcefc..746090103 100755 --- a/t/openiduser.t +++ b/t/openiduser.t @@ -12,7 +12,7 @@ BEGIN { else { eval q{use Test::More tests => 11}; } - use_ok("IkiWiki::Plugin::openid"); + use_ok("IkiWiki"); } # Some typical examples: diff --git a/t/permalink.t b/t/permalink.t index b49b98338..adb8648b4 100755 --- a/t/permalink.t +++ b/t/permalink.t @@ -5,7 +5,7 @@ use Test::More 'no_plan'; ok(! system("mkdir t/tmp")); ok(! system("make -s ikiwiki.out")); -ok(! system("perl -I. ./ikiwiki.out -plugin inline -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -templatedir=templates t/tinyblog t/tmp/out")); +ok(! system("perl -I. ./ikiwiki.out -plugin inline -url=http://example.com -cgiurl=http://example.com/ikiwiki.cgi -rss -atom -underlaydir=underlays/basewiki -set underlaydirbase=underlays -templatedir=templates t/tinyblog t/tmp/out")); # This guid should never, ever change, for any reason whatsoever! my $guid="http://example.com/post/"; ok(length `grep '<guid>$guid</guid>' t/tmp/out/index.rss`); |