Changeset 14156
- Timestamp:
- Nov 25, 2019 8:39:37 AM (11 days ago)
- Location:
- branches/dev-ra-5819f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-ra-5819f
- Property svn:externals
-
old new 1 1 https://svn.jmodelica.org/assimulo/tags/Assimulo-3.1 external/Assimulo 2 https://svn.jmodelica.org/PyFMI/t ags/PyFMI-2.5.7/src/common Python/src/common2 https://svn.jmodelica.org/PyFMI/trunk/src/common 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/t ags/PyFMI-2.5.7external/PyFMI5 https://svn.jmodelica.org/PyFMI/trunk external/PyFMI
-
- Property svn:externals
-
branches/dev-ra-5819f/Python/src/tests_jmodelica/test_fmi.py
r14056 r14156 325 325 """ 326 326 rlc = load_fmu(Test_FMUModelCS1.rlc_circuit) 327 assert rlc. _get_version() == '1.0'327 assert rlc.get_version() == '1.0' 328 328 329 329 @testattr(stddist_full = True) … … 712 712 """ 713 713 bounce = load_fmu('bouncingBall.fmu',path_to_fmus_me1) 714 assert bounce. _get_version() == '1.0'714 assert bounce.get_version() == '1.0' 715 715 dq = load_fmu('dq.fmu',path_to_fmus_me1) 716 assert dq. _get_version() == '1.0'716 assert dq.get_version() == '1.0' 717 717 718 718 @testattr(stddist_full = True)
Note: See TracChangeset
for help on using the changeset viewer.