[Aceunit-devel] [ aceunit-Bugs-1851258 ] ACEUNIT_EMBEDDED doesn't work in runFixture()
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2007-12-15 10:54:25
|
Bugs item #1851258, was opened at 2007-12-15 11:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1851258&group_id=207094 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Framework Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: ACEUNIT_EMBEDDED doesn't work in runFixture() Initial Comment: ACEUNIT_EMBEDDED doesn't work in runFixture(). Expected Behaviour: Compiling and running with ACEUNIT_EMBEDDED works. Actual Behaviour: The following statement in runFixture() fails compilation: currentTestId = NULL; Reason: NULL might be of type (void *), which cannot be assigned to currentTestId if ACEUNIT_EMBEDDED is set because currentTestId is of type TestCaseId_t and that's a uint16_t. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1851258&group_id=207094 |