aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Internal module definition loader does not pick all dependent definitions #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If C has parent B which has parent A, the new 
TestDefinitionSource(C) will also load module B and A, as they are required.

However, if C depends on F which has parent E, then 
TestDefinitionSource(C) should also automatically load E and F. As of r3597 it 
does not.

Original issue reported on code.google.com by philzoio...@googlemail.com on 25 Jan 2009 at 9:20

GoogleCodeExporter commented 9 years ago
Fixed with r3598 and r3599

Original comment by philzoio...@googlemail.com on 25 Jan 2009 at 10:11