[Quickfix-developers] Unit Test Failures
Brought to you by:
orenmnero
From: Mark P. <mar...@md...> - 2003-12-09 01:28:43
|
Hi, Im new to QuickFIX and just trying to run the unit test. Does anyone know what the following failures in the output relate to. Regards, Mark Priestner C:\Develop\QuickFIX\test>runut debug 5001 C:\Develop\QuickFIX\test>echo off <ut> <output> ............................................................................ ..F. F................................................ </output> <results total="129" failures="2"> <failure line= "838" file= "src\C++\test\SessionTestCase.cpp"> <test> <![CDATA[ class FIX::SessionTestCase::resetOnEndTime]]> </test> <text> <![CDATA[ assert(m_disconnect == 1)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::Session> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> C:\Develop\QuickFIX\test> |