[Quickfix-developers] unit test failures
Brought to you by:
orenmnero
From: Andrew <an...@nm...> - 2003-10-20 18:09:13
|
Could someone please explain the cause of this unit test failure? Thanks, Andrew Munn C:\quickfix\test>runut debug 9834 C:\quickfix\test>echo off <ut> <output> ............................................................................ .................FF.................................... </output> <results total="131" failures="2"> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::MessageStore> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::MessageStore> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> C:\quickfix\test>runut release 999 C:\quickfix\test>echo off <ut> <output> ............................................................................ .................FF.................................... </output> <results total="131" failures="2"> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::MessageStore> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::MessageStore> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> C:\quickfix\test> |