adt-automation / goRunner

High performance testing and task automation tool
Apache License 2.0
8 stars 5 forks source link

Fix the template parsing so that "default" section of ini is optional #24

Open adt-automation opened 7 years ago

adt-automation commented 7 years ago

Currently an ini file will crash goRunner and show null pointer exceptions if the "default" section is missing in the ini config file.

Fix it so that a default section is not required for an ini config.