Re: [Quickfix-developers] Unit test C++ quickfix 1.9.2 with MySQL on Linux
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-16 11:15:33
|
Hans, Did you build the quickfix/src/sql/crate_mysql.sh script? --oren On Sep 16, 2004, at 3:56 AM, Hans Bausewein wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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 > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |