fixed testfile
parent
c835a26ece
commit
70cb300b25
|
@ -5,15 +5,15 @@ use warnings;
|
|||
use Test::More;
|
||||
use DDG::Test::Goodie;
|
||||
|
||||
zci answer_type => 'string';
|
||||
zci is_cached => 0;
|
||||
zci answer_type => 'findanagrams';
|
||||
zci is_cached => 1;
|
||||
|
||||
ddg_goodie_test(
|
||||
[qw(DDG::Goodie::FindAnagrams)],
|
||||
|
||||
"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"),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue