[Quickfix-developers] Unit test C++ quickfix 1.9.2 with MySQL on Linux
Brought to you by:
orenmnero
From: Hans B. <han...@ma...> - 2004-09-16 08:56:45
|
The first unit and acceptance tests were all (C++ and Java) without failures, but now I've configured with mysql: ./configure --with-mysql=/opt/mysql --enable-callstack and I got this output from the 'test/runut' unit test: <ut> <output> ................................................................................ ...............FFFF............................................. </output> <results total="144" failures="4"> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> What failed here: the test or the application? 'test/runat' and both Java unit and acceptance tests had no failures. Hans Bausewein |