use Test::Base; use FindBin; use OpenIDHack; use YAML::Syck; use utf8; plan tests => 1 * blocks; $YAML::Syck::ImplicitUnicode = 1; my $file = "$FindBin::Bin/../conf/sex_recorder_catalyst_openid_hack.yml"; my $config = LoadFile( $file ); my $hack = OpenIDHack->new(); $hack->config( $config->{openid_hack} ); filters { expected => 'yaml', }; run { my $block = shift; my $detect = $hack->get( $block->openid ) ; is_deeply( $detect , $block->expected , $block->name ); }; __END__ === openidnejp --- openid tomyhero.openid.ne.jp --- expected name : てらにしともひろ nickname : ともひろ email : tomohiro.teranishi@gmail.com gender : 1 country : Japan postcode : 0568821 language : Japanese bday : 1975-12-16 icon : '' interest : '秘密' bio : '秘密' user_key : tomyhero-openidnejp === livedoor --- openid profile.livedoor.com/tomyhero/ --- expected gender : 1 bday : '' nickname : tomyhero pref : '徳島県 ' interest : '音楽鑑賞、お酒、ドライブ' bio : 'こんにちわ!ごきげんよう! ' icon : http://img01.ico.frepa.livedoor.com/member_photo/8/6/86b48857129d6dd04e95e96d8ab95b3cc90f078c_m.jpg user_key : tomyhero-livedoor === technorati --- openid technorati.com/people/technorati/tomyhero --- expected nickname : tomyhero given_name : Tomohiro family_name : Teranishi bio : 'THis is my Bio!! ' icon : http://static.technorati.com/progimages/photo.jpg?uid=872312 user_key : tomyhero-technorati interest : '秘密' bday : '' gender : 2 === hatena --- openid www.hatena.ne.jp/tomyhero/ --- expected icon : http://d.hatena.ne.jp/images/diary/t/tomyhero/tomyhero.jpg about : MAC初心者の怠け者なプログラマーです。 bio : ご指導お願いいます。 user_key : tomyhero-hatena nickname : 名無し interest : 秘密 bday : '' gender : 2 === vox --- openid tomyhero.vox.com --- expected nickname : ともひろ icon : http://a4.vox.com/6a00d4142d1e2b685e00cd972591ac4cd5-320pi country : United States pref : 神奈川 minibio : lazy programmer interest : 'music,perl,web,snowboard,bass,guiter ' bday : 1975-12-16 bio : I am working at Nagoya at Japan right now. By the way , I am not big fun of "Jack in the box" but "Arby's". gender : 1 user_key : tomyhero-vox === livejournal --- openid tomyhero.livejournal.com --- expected gender : 2 bday: 1975-12-16 bio: this is bio icon: http://userpic.livejournal.com/69313904/14460532 interest: "1: thi si interest" nickname: ともひろ user_key : tomyhero-livejournal