Fixes to Survey tests and merged code from 7.10

This commit is contained in:
Colin Kuskie 2012-01-17 19:10:16 -08:00
parent 1ab73e2f73
commit a6e1adf183
3 changed files with 9 additions and 4 deletions

View file

@ -422,3 +422,8 @@ getEditForm now returns a WebGUI::FormBuilder object
Show Performance Indicators
==========================
This setting is removed, as the Plack debug console shows this for us.
WebGUI::Asset::Wobject::Survey
==========================
The surveyJSON method conflicted with the new Moose accessor. In WebGUI 8,
the old surveyJSON is called getSurveyJSON.