]
Michael Anstis moved GUVNOR-1850 to DROOLS-1991:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1991 (was: GUVNOR-1850)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Test Scenarios Editor
(was: Test Scenarios)
Test Scenarios: Integer fields should accept empty fields if they are
set in the test scenario XML
--------------------------------------------------------------------------------------------------
Key: DROOLS-1991
URL:
https://issues.jboss.org/browse/DROOLS-1991
Project: Drools
Issue Type: Bug
Components: Test Scenarios Editor
Reporter: Toni Rikkola
Assignee: Mark Coble
If there is no value set for the field, NumberFormatException will be thrown when running
the test scenario.
Cheese.amount = ""
For legacy reasons, we should just ignore these. Because we allowed the users to create
XML-files like these.