Fix minor bug in removal of references
sbabcoc
released this
22 Mar 22:55
·
144 commits
to master
since this release
- Previously, I explicitly removed references from the attributes collection. Now, I set the references to
null
instead. This enables TestNG to perform its own internal reference management.