RedHatQE / polarize

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

Take out or make the check for description in TestDefinition #20

Closed rarebreed closed 7 years ago

rarebreed commented 7 years ago

After I found out that the description wasn't in every XML description file, I wrote a check to make sure the description was in the XML file.

It appears that this check always returns true, and the XML is checked and the description is added again. Fix the flaw in the logic that causes this check to always be true.

rarebreed commented 7 years ago

The problem was that the check didn't actually see if the description was empty, only if we obtained a TestCase object. Fixed in a6d107e