Rolling back inadverent changes.

This commit is contained in:
Kaleb Murphy 2009-03-31 04:12:23 +00:00
parent e73a7645a7
commit f85c9fa8f8

View file

@ -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;