I downloaded the 1.10.2 release and compiled it into my application. I came across TestDecorator when trying to figure out how to run just some of the tests in a test suite (without having trouble when I delete the suite since the test runner takes ownership of the tests).
The comments in TestDecorator say that it does not take ownership of the test when it is created, and yet in 1.10.2, TestDecorator deletes the test when it is destroyed.
Is this a bug in 1.10.2 that may have been fixed later?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the 1.10.2 release and compiled it into my application. I came across TestDecorator when trying to figure out how to run just some of the tests in a test suite (without having trouble when I delete the suite since the test runner takes ownership of the tests).
The comments in TestDecorator say that it does not take ownership of the test when it is created, and yet in 1.10.2, TestDecorator deletes the test when it is destroyed.
Is this a bug in 1.10.2 that may have been fixed later?