Changeset 13095 for branches/dev-mj-1626/Compiler/ModelicaMiddleEnd/test/modelica/HybridModelTests.mo
- Timestamp:
- Jul 9, 2019 3:08:30 PM (5 months ago)
- Location:
- branches/dev-mj-1626
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-mj-1626
- Property svn:externals
-
old new 1 1 https://svn.jmodelica.org/assimulo/tags/Assimulo-3.0@875 external/Assimulo 2 https://svn.jmodelica.org/PyFMI/tags/PyFMI-2.5 /src/common@12158Python/src/common2 https://svn.jmodelica.org/PyFMI/tags/PyFMI-2.5.3/src/common@13067 Python/src/common 3 3 https://github.com/chria/casadi/branches/tested_mod@11366 ThirdParty/CasADi/CasADi 4 4 https://svn.jmodelica.org/FMILibrary/trunk@10948 external/FMILibrary/FMILibrary 5 https://svn.jmodelica.org/PyFMI/tags/PyFMI-2.5. 1@12984external/PyFMI5 https://svn.jmodelica.org/PyFMI/tags/PyFMI-2.5.3@13069 external/PyFMI
-
- Property svn:mergeinfo changed
- Property svn:externals
-
branches/dev-mj-1626/Compiler/ModelicaMiddleEnd/test/modelica/HybridModelTests.mo
r12934 r13095 609 609 ")}))); 610 610 end IndependentDownstream1; 611 612 611 612 613 613 model PreMergeInteraction 614 614 Boolean sample1 = sample(1, 0.4); … … 620 620 end when; 621 621 b = a + 2; 622 623 annotation(__JModelica(UnitTesting(tests={ 624 FClassMethodTestCase( 625 name="EventPreMerge. IndependentDownstream1",622 623 annotation(__JModelica(UnitTesting(tests={ 624 FClassMethodTestCase( 625 name="EventPreMerge.PreMergeInteraction", 626 626 description="Ensures event and pre merge interacts well with pre merge", 627 627 methodName="printDAEBLT", … … 643 643 ")}))); 644 644 end PreMergeInteraction; 645 645 646 646 model DiscreteRealMerge 647 647 discrete Real x;
Note: See TracChangeset
for help on using the changeset viewer.