- Timestamp:
- Oct 31, 2019 2:22:32 PM (6 weeks ago)
- Location:
- branches/dev-mo-2530
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-mo-2530
- Property svn:mergeinfo changed
/branches/dev-mo-2617 (added) merged: 13898,13911-13913
- Property svn:mergeinfo changed
-
branches/dev-mo-2530/Compiler/ModelicaFrontEnd/test/modelica/ConnectTests.mo
r13456 r13922 3101 3101 connect(a.c, c); 3102 3102 3103 3104 3105 3106 3107 3103 annotation(__JModelica(UnitTesting(tests={ 3104 FlatteningTestCase( 3105 name="ConditionalNoErrTest6", 3106 description="Ensure that components in conditionaly false components aren't error checked due to connections", 3107 flatModel=" 3108 3108 fclass ConnectTests.ConditionalNoErrTest6 3109 parameter Boolean on = false /* false */;3109 structural parameter Boolean on = false /* false */; 3110 3110 Real c; 3111 3111 end ConnectTests.ConditionalNoErrTest6; … … 3162 3162 flatModel=" 3163 3163 fclass ConnectTests.ConditionalCompInConnector1 3164 parameter Boolean c1.b = false /* false */;3164 structural parameter Boolean c1.b = false /* false */; 3165 3165 potential Real c1.y; 3166 parameter Boolean c2.b = false /* false */;3166 structural parameter Boolean c2.b = false /* false */; 3167 3167 potential Real c2.y; 3168 3168 equation
Note: See TracChangeset
for help on using the changeset viewer.