utPLSQL / utPLSQL-SQLDeveloper

Extension for running unit tests straight from SQL Developer
Apache License 2.0
63 stars 17 forks source link

Bugfix #126 - Suite descriptions are not aggregated #130

Closed PhilippSalvisberg closed 3 years ago

PhilippSalvisberg commented 3 years ago

closes #126 - instead of aggregating suite descriptions the suites without descriptions are left as is.

The root cause of this bug was wrong deserialization of the XML document which used the first description found in a suite, even if it was the description of a child suite.