Skip to content

Commit bf048a9

Browse files
authored
TEST Update OsiSolverInterfaceTest.cpp
1 parent 49a3f66 commit bf048a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4038,6 +4038,11 @@ void OsiSolverInterfaceCommonUnitTest(const OsiSolverInterface *emptySi,
40384038
si2 = si1->clone();
40394039
delete si1;
40404040
}
4041+
std::cout << "extra test start!" << std::endl;
4042+
std::cout << "static_cast: '" << *(static_cast< int * >(si2->getApplicationData())) << "'" << std::endl;
4043+
std::cout << "ad:" << ad << std::endl;
4044+
std::cout << "finished" << std::endl;
4045+
40414046
OSIUNITTEST_ASSERT_ERROR(*(static_cast< int * >(si2->getApplicationData())) == ad, {}, solverName, "cloning of application data");
40424047

40434048
int nc = si2->getNumCols();

0 commit comments

Comments
 (0)