63b75569b1
Test-runner was looking only for the locally-defined methods (i.e. ignoring the inherited ones) when invoking service methods of test fixtures, such as 'setUp' and 'tearDown'. This caused incorrect behavior when these methods were defined in base classes of the actual fixtures. Change-Id: Ife4e4bed7e945093bb751da4ed0f8336c69c9065 Closes-bug: #1596509
6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
fixes:
|
|
- Fixed a bug when test-runner could not properly invoke setUp and tearDown
|
|
methods of fixtures in some cases.
|
|
|