This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244939 - New Test Folder... does not set default linker setting for all of build configurations
Summary: New Test Folder... does not set default linker setting for all of build confi...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.0
Hardware: PC All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 04:39 UTC by sarigalin
Modified: 2014-07-31 09:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sarigalin 2014-06-08 04:39:12 UTC
To see the bug, please do these steps:
1- Create New Cpp Application project
2- Right click on "Test Files" folder
3- click New Test Folder...
at this step a new test folder created. but the output option in linker option is not properly set for all of build configurations:

4-Right click on newly created test folder and select properties:
you can see the output option in linker settings is set to "${TESTDIR}/TestFiles/f1" and this is OK.

5-Now in the same form, change configuration from Debug to Release.
Now see the output option again:
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/test

this is the problem. When you create more than one test folder then all of them have "${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/test" in their output option of other build configurations.

That's it.
Comment 1 Alexander Simon 2014-07-25 13:10:34 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/7342b646b038
Comment 2 Quality Engineering 2014-07-31 09:00:10 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7342b646b038
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244939 New Test Folder... does not set default linker setting for all of build configurations