Project

Profile

Help

Bug #3422

Updated by Debbie Lockett almost 4 years ago

The code in getTargetComponent() in Expr.js is written to report XTDE3052 if the component visibility is "ABSENT". But this visibility value is no longer used in the spec, or in the SEF file. The condition has changed: the error should be reported if the visibility of the target component is HIDDEN and the visibility of its base component is ABSTRACT. 


 


 Example of a test that fails as a result: accept-051b. 
 

Back