fixed testfile

master
neil 2012-10-29 16:13:41 -04:00
parent c835a26ece
commit 70cb300b25
1 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@ use warnings;
use Test::More; use Test::More;
use DDG::Test::Goodie; use DDG::Test::Goodie;
zci answer_type => 'string'; zci answer_type => 'findanagrams';
zci is_cached => 0; zci is_cached => 1;
ddg_goodie_test( ddg_goodie_test(
[qw(DDG::Goodie::FindAnagrams)], [qw(DDG::Goodie::FindAnagrams)],
"Find Anagrams" => test_zci("No Anagrams Found."), "Find Anagrams" => test_zci("No Anagrams Found."),
"Find Anagrams <>" => test_zci("No Anagrams Found."), "Find Anagrams <>" => test_zci("No Anagrams Found."),
"Find Anagrams stop" => test_zci("Post opts post pots spot tops"), "Find Anagrams stop" => test_zci("Post,opts,post,pots,spot,tops"),
"Find Anagrams lost" => test_zci("lots, slot"), "Find Anagrams lost" => test_zci("lots,slot"),
); );
done_testing; done_testing;