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

Summary: Unit Tests break managed project
Product: cnd Reporter: soldatov <soldatov>
Component: UnitTest SupportAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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