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 - can't launch first test if second test is broken
Summary: can't launch first test if second test is broken
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 09:10 UTC by soldatov
Modified: 2013-05-07 11:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.