Hi all,

cxxtools compiles easily on Solaris. You just have to add two new 
include files.

Unfortunately some unittests fail. One of them is the csvserializer test 
which fails because of rounding doubles:

snip 
---------------------------------------------------------------------------------------------------
csvserializer::testObjectVector: ASSERTION at csvserializer-test.cpp:113
         not equal:
         value1 (out.str())=
                 <intValue,stringValue,doubleValue,boolValue
17,Hi,7.499999999999999999,true
-2,Foo,-7.999999999999999999,false
 >
         value2 ("intValue,stringValue,doubleValue,boolValue\n" 
"17,Hi,7.5,true\n" "-2,Foo,-8,false\n")=
                 <intValue,stringValue,doubleValue,boolValue
17,Hi,7.5,true
-2,Foo,-8,false
 >
csvserializer::testPartialObject: OK
csvserializer::testCustomTitles: ASSERTION at csvserializer-test.cpp:167
         not equal:
         value1 (out.str())=
                 <col1,col2,col3,col4
Hi,17,7.499999999999999999,true
Foo,-2,-7.999999999999999999,false
 >
         value2 ("col1,col2,col3,col4\n" "Hi,17,7.5,true\n" 
"Foo,-2,-8,false\n")=
                 <col1,col2,col3,col4
Hi,17,7.5,true
Foo,-2,-8,false
snap 
---------------------------------------------------------------------------------------------------

I don't know if this should be changed. It is not really a problem but 
it does not look nice.


Some other tests were failing as well (socket stuff) but I want to dig 
into it before I write something to the list.

Regards,
Andreas







------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to