From d7649d3212fe49a540f5158c8a19ed42d9dea7ed Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 3 Mar 2009 17:07:53 +0000 Subject: [PATCH] survey test fix --- t/Asset/Wobject/Survey/SurveyJSON.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/Survey/SurveyJSON.t b/t/Asset/Wobject/Survey/SurveyJSON.t index d308388b2..306922ccb 100644 --- a/t/Asset/Wobject/Survey/SurveyJSON.t +++ b/t/Asset/Wobject/Survey/SurveyJSON.t @@ -1883,7 +1883,7 @@ cmp_deeply( verbatim => $index == 4 ? 1 : 0, recordedAnswer => $index++, }) - } 'Democratic party', 'Republican party (or GOP)', 'Independant party', 'Other party (verbatim)', + } 'Democratic party', 'Republican party (or GOP)', 'Independent party', 'Other party (verbatim)', ], 'updateQuestionAnswers: Party type' );