[Aceunit-devel] [ aceunit-Bugs-1850961 ] Generator creates wrong name: EMBEDED instead of EMBEDDED
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2007-12-15 00:18:43
|
Bugs item #1850961, was opened at 2007-12-14 19:10 Message generated for change (Comment added) made by christianhujer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1850961&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: Java Generator Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: Generator creates wrong name: EMBEDED instead of EMBEDDED Initial Comment: Generated Code: #ifndef A_FIXTURE_ID /** The id of this fixture. */ #ifdef ACEUNIT_EMBEDED #define A_FIXTURE_ID 1 #else #define A_FIXTURE_ID "TF_MmNmtAPI" #endif #endif Expected line: #ifdef ACEUNIT_EMBEDDED Actual line: #ifdef ACEUNIT_EMBEDED ---------------------------------------------------------------------- >Comment By: Christian Hujer (christianhujer) Date: 2007-12-15 01:18 Message: Logged In: YES user_id=465603 Originator: YES Fixed on branches/0.3 with r244. Fixed on trunk with r245. Will be included in 0.3.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1000227&aid=1850961&group_id=207094 |