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 96650 Details for
Bug 138736
UI allows to launch non-profilable tests in profile mode
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]
Patch.
Defect_138736_patch.txt (text/plain), 4.47 KB, created by
Paul Slauenwhite
on 2008-04-18 15:47:58 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-04-18 15:47:58 EDT
Size:
4.47 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.core >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.core/plugin.xml,v >retrieving revision 1.36 >diff -u -r1.36 plugin.xml >--- plugin.xml 20 Mar 2008 17:49:28 -0000 1.36 >+++ plugin.xml 18 Apr 2008 19:47:16 -0000 >@@ -189,7 +189,7 @@ > <launchConfigurationType > delegate="org.eclipse.hyades.test.core.launch.delegates.BasicTestLaunchConfigurationDelegate2" > id="org.eclipse.hyades.test.ui.launch.basicTest" >- modes="run,debug,profile" >+ modes="run,debug" > name="%LCFG_BASIC_LAUNCH_CONFIGURATION_TYPE_NAME" > public="true" > sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector" >#P org.eclipse.hyades.test.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/plugin.xml,v >retrieving revision 1.86 >diff -u -r1.86 plugin.xml >--- plugin.xml 20 Mar 2008 19:49:54 -0000 1.86 >+++ plugin.xml 18 Apr 2008 19:47:17 -0000 >@@ -340,10 +340,6 @@ > perspective="org.eclipse.hyades.ui.perspective.TestPerspective" > mode="debug"> > </launchMode> >- <launchMode >- perspective="org.eclipse.hyades.trace.internal.ui.tracePerspective" >- mode="profile"> >- </launchMode> > </launchConfigurationTabGroup> > </extension> > <extension >@@ -472,68 +468,6 @@ > </enablement> > </contextualLaunch> > </shortcut> >- <shortcut >- label="%Shortcut.RunMenu" >- icon="icons/full/obj16/launch_shortcut.gif" >- class="org.eclipse.hyades.test.ui.internal.launch.shortcuts.LaunchShortcut" >- modes="profile" >- id="basicTestLaunchConfigShortcut"> >- <perspective >- id="org.eclipse.hyades.ui.perspective.TestPerspective"> >- </perspective> >- <perspective >- id="org.eclipse.jdt.ui.JavaPerspective"> >- </perspective> >- <perspective >- id="org.eclipse.jdt.ui.JavaHierarchyPerspective"> >- </perspective> >- <perspective >- id="org.eclipse.jdt.ui.JavaBrowsingPerspective"> >- </perspective> >- <perspective >- id="org.eclipse.debug.ui.DebugPerspective"> >- </perspective> >- <perspective >- id="org.eclipse.ui.resourcePerspective"> >- </perspective> >- <contextualLaunch> >- <enablement> >- <with >- variable="selection"> >- <count >- value="1"> >- </count> >- <iterate> >- <or> >- <instanceof value="org.eclipse.hyades.test.ui.navigator.ITestSuiteProxyNode"/> >- <instanceof value="org.eclipse.hyades.test.ui.navigator.ITestCaseProxyNode"/> >- <instanceof value="org.eclipse.hyades.test.ui.navigator.ITestComponentProxyNode"/> >- <instanceof value="org.eclipse.hyades.models.common.testprofile.TPFTest"/> >- <instanceof value="org.eclipse.hyades.models.common.testprofile.TPFTestComponent"/> >- <and> >- <instanceof value="org.eclipse.core.resources.IFile"/> >- <or> >- <test >- property="org.eclipse.debug.ui.matchesPattern" >- value="*.testsuite"> >- </test> >- <test >- property="org.eclipse.debug.ui.matchesPattern" >- value="*.testcomponent"> >- </test> >- </or> >- </and> >- </or> >- <test >- args="profile" >- property="org.eclipse.hyades.test.ui.launch.isLaunchable" >- value="true"> >- </test> >- </iterate> >- </with> >- </enablement> >- </contextualLaunch> >- </shortcut> > </extension> > <extension > point="org.eclipse.ui.exportWizards">
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 138736
:
39580
| 96650