Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 201675 Details for
Bug 354017
Intermittent failures in tests after I20110803-1800
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix for performance issue
patch.txt (text/plain), 1.08 KB, created by
Curtis Windatt
on 2011-08-17 17:29:44 EDT
(
hide
)
Description:
Fix for performance issue
Filename:
MIME Type:
Creator:
Curtis Windatt
Created:
2011-08-17 17:29:44 EDT
Size:
1.08 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.api.tools.tests >Index: src/org/eclipse/pde/api/tools/builder/tests/usage/UsageTest.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/usage/UsageTest.java,v >retrieving revision 1.16 >diff -u -r1.16 UsageTest.java >--- src/org/eclipse/pde/api/tools/builder/tests/usage/UsageTest.java 3 Aug 2011 21:05:31 -0000 1.16 >+++ src/org/eclipse/pde/api/tools/builder/tests/usage/UsageTest.java 17 Aug 2011 21:04:29 -0000 >@@ -139,12 +139,13 @@ > */ > @Override > protected void setUp() throws Exception { >- super.setUp(); >+ // If we have an existing environment, set it to revert rather than delete the workspace to improve performance > ApiTestingEnvironment env = getEnv(); > if (env != null) { > env.setRevert(true); > env.setRevertSourcePath(null); > } >+ super.setUp(); > > IProject project = getEnv().getWorkspace().getRoot().getProject(getTestingProjectName()); > if (!project.exists()) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 354017
: 201675