Am 20.12.2013 22:14, schrieb Igor Mammedov:
> Add basic regression testing for QOM Interface usage.
> Test checks casting to interface type/class for following cases:
> - interface implementation in leaf class
> - interface implementation in intermediate (parent) class
>
> Signed-off-by: Igor
Add basic regression testing for QOM Interface usage.
Test checks casting to interface type/class for following cases:
- interface implementation in leaf class
- interface implementation in intermediate (parent) class
Signed-off-by: Igor Mammedov
---
- Peter Crosthwaite
* s/Parent/parent