[Quickfix-developers] ut_debug failure
Brought to you by:
orenmnero
From: Jon D. <jd...@Li...> - 2003-08-22 02:37:52
|
Enviroment: Windows 2000 VC++ 6 Sp 5 QuickFix 1.5 (latest from CVS) Upon running the ut_debug test I get the following errors: G:\quickfix\bin>ut -p 5001 <ut> <output> ........................F...........................F.F...............F..= .................................................F...... </output> <results total=3D"129" failures=3D"5"> <failure line=3D "271" file=3D = "G:\quickfix\src\C++\Test\MessagesTestCase.cpp"> <test> <![CDATA[ class FIX::MessageTestCase::getXML]]> </test> <text> <![CDATA[ assert(message.toXML() =3D=3D stream.str())]]> </text> </failure> <failure line=3D "0" file=3D "unknown"> <test> <![CDATA[ unknown]]> </test> <text> <![CDATA[ assert(spec/FIX42.xml: Could not parse data dictionary = file, or no <fix> node found at root)]]> </text> </failure> <failure line=3D "0" file=3D "unknown"> <test> <![CDATA[ unknown]]> </test> <text> <![CDATA[ assert(spec/FIX42.xml: Could not parse data dictionary = file, or no <fix> node found at root)]]> </text> </failure> <failure line=3D "0" file=3D "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::Session> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line=3D "0" file=3D "unknown"> <test> <![CDATA[ class CPPTest::Test<class FIX::DataDictionary> *]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> Anyone know what the problem is here? Thanks, JD |