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 143184 - NbModuleSuite.Configuration.skipWarmup(boolean)
Summary: NbModuleSuite.Configuration.skipWarmup(boolean)
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: NB JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 14:12 UTC by Alexander Kouznetsov
Modified: 2010-10-29 17:01 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff (12.40 KB, text/plain)
2008-08-07 14:13 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-08-07 14:12:41 UTC
NbModuleSuite.Configuration.skipWarmup(boolean) method allows you to run tests in NetBeans with disabled warmup.
Comment 1 Alexander Kouznetsov 2008-08-07 14:13:29 UTC
Created attachment 66818 [details]
Diff
Comment 2 Jesse Glick 2008-08-07 21:41:38 UTC
Could you just call

System.setProperty("netbeans.warmup.skip", "true");

from the test itself?
Comment 3 Alexander Kouznetsov 2008-08-08 12:27:06 UTC
Sure, I do it in suite() method of the test.
Comment 4 Jaroslav Tulach 2008-08-12 14:44:12 UTC
Alexander will do the trick in suite method, and we can leave this issue open for future, when it gets really needed.
Comment 5 Jaroslav Tulach 2010-10-29 17:01:14 UTC
I guess the issue is not that needed.