Opened 17 years ago
Last modified 10 years ago
#182 new enhancement
Bitten doesn't give cppunit failed test data.
Reported by: | mike.gh.larsen@… | Owned by: | osimons |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | General | Version: | dev |
Keywords: | CppUnit | Cc: | |
Operating System: | Linux |
Description
While bitten does tell which Cpp Unit fixtures/suites have had tests fail, it doesn't tell which tests or provide a way of viewing the cppunit output (to see which assert failed).
Not really critical, since cppunit can be told to output both text and xml (one to console, the other to a file), but would be useful.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by Jérôme Berger <jeberger@…>
comment:2 Changed 15 years ago by osimons
- Owner changed from cmlenz to osimons
Following #205, in latest trunk (0.6dev) the failure/error information should be available inline with a small expand/collapse marker to view the details. From what I can see the cppunit code reports the errors to master, so I don't see why this shouldn't work.
I don't have any C++ builds, so could someone please verify this?
Note that the patch I posted to add CUnit support has this functionality (for CUnit). Something similar could be done for CPPUnit. See #263.