Closed (fixed)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Storm Project
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2010 at 19:10 UTC
Updated:
31 Aug 2010 at 23:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
juliangb commentedThis patch just puts back the test. It doesn't attempt to fix yet.
CNR is only to retest that test fails.
Comment #3
juliangb commentedTest also failed locally.
The reason it fails is that we get a validation error stating "An illegal choice has been detected. Please contact the site administrator.". This is because the default value has isset(...) ? ... : NULL - rather than 0.
The attached patch made all tests pass locally.
Comment #4
juliangb commentedCommitted.