On Dec 7, 2008, at 12:56 PM, Krzysztof Kosiński wrote:
I checked again, they indeed are run - the test I was looking for wasn't
appearing in the output because of a runtime error (caused by a typo), and
the output of CxxTest tests isn't too appealing as there's no indication of
passed tests. I have corrected this now. What remains to be done is making
all tests compile again (I just suppressed the compilation of the offending
tests).
Yes, that was by design. In the normal course of things nothing but a dot for a test and a summary per suite/program should show up. Only when things fail do you get warnings.
If you want more detailed info, it should be creating test output files in two or three different formats, including one "standard" format XML.
By the way, attribute-test.h spews out a lot of errors, it may be worth
looking at.
Yes, that's one of the tests that pointed out some actual problems in our approach. Some things might need to be refactored, as certain data does not round-trip.