From 70cb300b259b9d122a64c951742bb5cc46481aa8 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 29 Oct 2012 16:13:41 -0400 Subject: [PATCH] fixed testfile --- t/FindAnagrams.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/FindAnagrams.t b/t/FindAnagrams.t index ecf388f64..ea259494c 100644 --- a/t/FindAnagrams.t +++ b/t/FindAnagrams.t @@ -5,16 +5,16 @@ 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 lost" => test_zci("lots, slot"), + "Find Anagrams stop" => test_zci("Post,opts,post,pots,spot,tops"), + "Find Anagrams lost" => test_zci("lots,slot"), ); done_testing;