[Quickfix-developers] Unit testing failing on Windows
Brought to you by:
orenmnero
|
From: matt.hocker <mat...@ya...> - 2007-03-13 20:05:35
|
I have just built QuickFix 1.12.4 on Windows using .NET and MS SQL server. I
have double-checked connectivity to the database and it is working both via
OSQL and from ODBC. The build went fine but I am having problems with the
unit test scripts - I am getting an error that isn't very helpful.
Could someone look at this error output and give me some guidance as to what
could be the issue? Many thanks.
C:\Documents and Settings\Administrator\My Documents\Visual Studio
2005\Projects
\quickfix-1.12.4\quickfix\test>runut debug 4471
C:\Documents and Settings\Administrator\My Documents\Visual Studio
2005\Projects
\quickfix-1.12.4\quickfix\test>echo off
<ut>
<output>
................................................................................
................................FFFF............................................
......
</output>
<results total="166" failures="4">
<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>
<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>
--
View this message in context: http://www.nabble.com/Unit-testing-failing-on-Windows-tf3398242.html#a9462239
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|