﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4249	Nightly tests appear to use wrong version of ModelicaTest_trunk	Rüdiger Franke	Adrian Pop	"Since 2017-01-29 the `*usertab` tests fail with the Cpp runtime, see:

https://test.openmodelica.org/libraries/ModelicaTest_trunk_cpp/files/ModelicaTest.Tables.CombiTable1D.Test25_usertab.err

{{{
In file included from OMCppModelicaTest.Tables.CombiTable1D.Test25_usertabCalcHelperMain.cpp:28:
./OMCppModelicaTest.Tables.CombiTable1D.Test25_usertabFunctions.cpp:191:18: error: no matching function for call to 'mydummyfunc'
  dummy_y__ext = mydummyfunc(ConstArray(dummy_u_).getData());
                 ^~~~~~~~~~~
./OMCppModelicaTest.Tables.CombiTable1D.Test25_usertabFunctions.cpp:6:8: note: candidate function not viable: 1st argument ('const double *') would lose const qualifier
double mydummyfunc(double* dummy_in) {
       ^
}}}

The problem was fixed in the trunk version, see the const qualifier for `mydummyfunc` in: 

https://svn.modelica.org/projects/Modelica/trunk/ModelicaTest/Tables/CombiTable1D.mo
"	defect	closed	high	1.12.0	Testing Framework		invalid		
