From f85c9fa8f8d2c29112a6f60f8617800b81e9543b Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Tue, 31 Mar 2009 04:12:23 +0000 Subject: [PATCH] Rolling back inadverent changes. --- t/Asset/Wobject/Survey/ResponseJSON.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Asset/Wobject/Survey/ResponseJSON.t b/t/Asset/Wobject/Survey/ResponseJSON.t index 55c7d1361..151dab56e 100644 --- a/t/Asset/Wobject/Survey/ResponseJSON.t +++ b/t/Asset/Wobject/Survey/ResponseJSON.t @@ -468,7 +468,6 @@ $rJSON->recordResponses({ '1-0-0' => 'First answer', '1-0-0comment' => 'Section 1, question 0, answer 0 comment', }); - cmp_deeply( $rJSON->responses, { @@ -486,7 +485,6 @@ cmp_deeply( }, 'recordResponses: recorded responses correctly, two questions, one answer, comments, values and time' ); - $rJSON->survey->question([1,0])->{questionType} = 'Multiple Choice'; # revert change $rJSON->survey->question([1,0,0])->{terminal} = 1;