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 161078 - Bind ActionProvider.TEST to test-unit target
Summary: Bind ActionProvider.TEST to test-unit target
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-24 22:35 UTC by Jesse Glick
Modified: 2009-08-12 18:06 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 Jesse Glick 2009-03-24 22:35:34 UTC
From working with various modules that have both unit and functional tests, my experience is that as a developer when
you press Alt-F6 you expect to run only unit tests. It is therefore annoying when functional tests are run too - these
may be much slower, may pop up GUIs, may require external software to be installed, etc.

I would suggest that ModuleActions run the test-unit target, not test, for AP.TEST. Not sure about SuiteActions.
Comment 1 Jesse Glick 2009-08-11 22:50:43 UTC
core-main #ef1c01f40bfc
Comment 2 Quality Engineering 2009-08-12 18:06:26 UTC
Integrated into 'main-golden', will be available in build *200908121401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ef1c01f40bfc
User: Jesse Glick <jglick@netbeans.org>
Log: #161078: Alt-F6 should run only unit tests.