[Quickfix-users] Runat and Runut
Brought to you by:
orenmnero
|
From: Mark P. <mar...@md...> - 2004-01-06 00:35:10
|
Hi,
Should there be any output from the runat unit test? When I run it, it just
displays echo off then returns to the C prompt. Also, when I run the runut
test I get the result below. Can someone tell me what the output relates
to.? Im new to this so any help would be appreciated. I am running Win 2000.
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>
|