RedHatQE / polarize

GNU General Public License v3.0
2 stars 2 forks source link

Get rid of the error message about "Unknown property..." in Configurator call #52

Closed rarebreed closed 7 years ago

rarebreed commented 7 years ago

If you run the Configurator.main(), you will see possibly 3 different messages:

12:53:20.727 [main] ERROR c.g.r.p.configuration.Configurator - Unknown property name testrun-title
12:53:20.727 [main] ERROR c.g.r.p.configuration.Configurator - Unknown property name testrun-id
12:53:20.727 [main] ERROR c.g.r.p.configuration.Configurator - Unknown property name testrun-template-id

It doesn't actually seem to affect anything, but the error messages are misleading. Track down how these errors are printing and remove if they are superfluous

rarebreed commented 7 years ago

Fixed in 28038bc