[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 16:26:17
|
Bugs item #1851258, was opened at 2007-12-15 11:54 Message generated for change (Settings changed) made by christianhujer 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: 0.3.2 >Status: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- Comment By: Christian Hujer (christianhujer) Date: 2007-12-15 17:26 Message: Logged In: YES user_id=465603 Originator: YES Fixed in r249. Will be included in 0.4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1851258&group_id=207094 |