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 229978 - Unit Tests break managed project
Summary: Unit Tests break managed project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-05-20 08:39 UTC by soldatov
Modified: 2013-05-21 02:36 UTC (History)
0 users

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 soldatov 2013-05-20 08:39:55 UTC
Scenario:
- Create InputOutput project
- Call context menu on io.c
- Select Create Test|New C Simple Test ...
- Select "go" node and press Next
- Press Finish
===> newsimpletest.c appeared in "Source Files" folder and I can't build project
Comment 1 Egor Ushakov 2013-05-20 09:15:03 UTC
this may be connected with the fix of bug 2290005, will investigate
Comment 2 Egor Ushakov 2013-05-20 10:37:12 UTC
caused by the fix of bug 227685, fixed in:
http://hg.netbeans.org/cnd-main/rev/827fc639717b
Comment 3 Quality Engineering 2013-05-21 02:36:39 UTC
Integrated into 'main-golden', will be available in build *201305202300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/827fc639717b
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #229978 - Unit Tests break managed project