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 187874

Summary: can't launch first test if second test is broken
Product: cnd Reporter: soldatov <soldatov>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description soldatov 2010-06-21 09:10:07 UTC
Scenario:
- Create Arguments project
- Add "int f() {return 0;}" into args.c
- Call context menu on args.c in Projects tab
- Select "Create Test|New C Simple Test..." menu item
- Generate first step
- Call context menu on args.c in Projects tab
- Select "Create Test|New CUnit Test..." menu item
- Generate second step
- Launch "New C Simple Test"
===>
I haven't CUnit framework, therefore I can't launch any test. Same problem if second test has syntax error.
Comment 1 nnnnnk 2011-03-05 17:39:24 UTC
We should add exclude option for tests.