khoroshilov / aadl-qa

1 stars 0 forks source link

About AADL-CTS/02-Semantic/SC0009/AADL-11.1/03-pos/03-pos.aadl #3

Closed yoogx closed 11 years ago

yoogx commented 11 years ago

here is the corresponding model

-- The namespace of a property set does not declare any identical identifiers. No bug SC0009. PROPERTY SET PROPERTY_SET_TC3 IS enumeration_type : TYPE ENUMERATION (ONE, TWO, THREE); property_declaration : id APPLIES TO (system); property_constant : constant INTEGER => 256; END PROPERTY_SET_TC3;

This model is flagged as no bug, and AADLQ&A reports that this model should be valid and not invalid as flagged by Ocarina, but also OSATE2

So this testcase looks wrong to me

yoogx commented 11 years ago

Thanks for the fixes.