blob: fc3691d5dc8957a09b709acc58a9018cd84afb0f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.core.tests.runtime"
name="Eclipse Core Tests Runtime"
version="3.0"
provider-name="Eclipse.org">
<runtime>
<library name="runtimetests.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.osgi.services"/>
<import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.tests.harness"/>
<import plugin="org.junit"/>
</requires>
<extension
id="test-preferences"
name="test-preferences"
point="org.eclipse.core.runtime.preferences">
<preferences
scope="test"
class="org.eclipse.core.tests.internal.preferences.TestScope">
</preferences>
</extension>
<extension
point="org.eclipse.core.runtime.urlHandlers">
<handler
class="org.eclipse.core.tests.runtime.stream.Handler"
protocol="stream">
</handler>
</extension>
<extension
point="org.eclipse.core.runtime.contentTypes">
<content-type
file-extensions="tzt"
default-charset="BAR"
name="My Text"
id="mytext">
</content-type>
<content-type
file-names="foo.bar"
file-extensions="bar"
name="Foo Bar"
id="fooBar">
</content-type>
<content-type
base-type="fooBar"
name="Sub Foo Bar"
id="subFooBar">
</content-type>
<content-type
file-extensions="xml2"
base-type="org.eclipse.core.runtime.xml"
name="XML Based with Different Extension"
charset="UTF-16LE"
id="xml-based-different-extension">
</content-type>
<content-type
file-names="xml-based.xml"
base-type="org.eclipse.core.runtime.xml"
name="XML Based with Specific Name"
id="xml-based-specific-name">
</content-type>
<content-type
file-extensions="samplebin1"
name="Sample Binary 1"
id="sample-binary1">
<describer
plugin="org.eclipse.core.runtime"
class="org.eclipse.core.internal.content.BinarySignatureDescriber">
<parameter name="signature" value="10, 11, 12, 13"/>
<parameter name="offset" value="5"/>
</describer>
</content-type>
<content-type
file-extensions="samplebin2"
name="Sample Binary 2"
id="sample-binary2">
<describer
plugin="org.eclipse.core.runtime"
class="org.eclipse.core.internal.content.BinarySignatureDescriber">
<parameter name="signature" value="10, 11, 12, 14"/>
</describer>
</content-type>
<file-association
file-extensions="tkst"
content-type="org.eclipse.core.runtime.text">
</file-association>
<content-type
file-names="foo.orphan"
file-extensions="orphan"
base-type="org.eclipse.bundle01.missing"
name="Orphan Type"
id="orphan">
</content-type>
<content-type
base-type="org.eclipse.core.runtime.xml"
name="Root Element"
id="root-element">
<describer
plugin="org.eclipse.core.runtime"
class="org.eclipse.core.internal.content.XMLRootElementContentDescriber">
<parameter name="element" value="root-element"/>
</describer>
</content-type>
<content-type
base-type="org.eclipse.core.runtime.xml"
name="DTD"
id="dtd">
<describer
plugin="org.eclipse.core.runtime"
class="org.eclipse.core.internal.content.XMLRootElementContentDescriber">
<parameter name="dtd" value="some.dtd"/>
</describer>
</content-type>
<file-association
file-extensions="orphan2"
content-type="org.eclipse.bundle01.missing">
</file-association>
</extension>
<extension
point="org.eclipse.core.runtime.adapters">
<factory
class="org.eclipse.core.tests.runtime.TestAdapterFactory"
adaptableType="org.eclipse.core.tests.runtime.TestAdaptable">
<adapter
type="org.eclipse.core.tests.runtime.TestAdapter">
</adapter>
</factory>
</extension>
<extension
point="org.eclipse.core.tests.harness.tests">
<test
id="runtime.AutomatedTests">
<run
class="org.eclipse.core.tests.runtime.AutomatedTests">
</run>
</test>
<test
id="runtime.AllTests">
<run
class="org.eclipse.core.tests.runtime.AllTests">
</run>
</test>
<test
id="internal.core.runtime.AllTests">
<run
class="org.eclipse.core.tests.internal.runtime.AllTests">
</run>
</test>
<test
id="internal.core.runtime.AuthorizationDatabaseTest">
<run
class="org.eclipse.core.tests.internal.runtime.AuthorizationDatabaseTest">
</run>
</test>
<test
id="internal.core.runtime.CipherStreamsTest">
<run
class="org.eclipse.core.tests.internal.runtime.CipherStreamsTest">
</run>
</test>
<test
id="internal.core.runtime.CipherTest">
<run
class="org.eclipse.core.tests.internal.runtime.CipherTest">
</run>
</test>
<test
id="internal.core.runtime.LogSerializationTest">
<run
class="org.eclipse.core.tests.internal.runtime.LogSerializationTest">
</run>
</test>
<test
id="internal.core.registrycache.SimpleCacheTests">
<run
class="org.eclipse.core.tests.internal.registrycache.SimpleCacheTests">
</run>
</test>
<test
id="internal.core.registrycache.LazyCacheTests">
<run
class="org.eclipse.core.tests.internal.registrycache.LazyCacheTests">
</run>
</test>
<test
id="internal.core.registrycache.AllTests">
<run
class="org.eclipse.core.tests.internal.registrycache.AllTests">
</run>
</test>
<test
id="internal.core.plugins.AllTests">
<run
class="org.eclipse.core.tests.internal.plugins.AllTests">
</run>
</test>
<test
id="internal.core.plugins.BasicXMLTest">
<run
class="org.eclipse.core.tests.internal.plugins.BasicXMLTest">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.ActivationTest_Base">
<run
class="org.eclipse.core.tests.internal.plugins.ActivationTest_Base">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.ActivationTest_DirectOtherRef">
<run
class="org.eclipse.core.tests.internal.plugins.ActivationTest_DirectOtherRef">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.ActivationTest_DirectPluginRef">
<run
class="org.eclipse.core.tests.internal.plugins.ActivationTest_DirectPluginRef">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.ActivationTest_IndirectRef">
<run
class="org.eclipse.core.tests.internal.plugins.ActivationTest_IndirectRef">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.ActivationTest_NoRef">
<run
class="org.eclipse.core.tests.internal.plugins.ActivationTest_NoRef">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.PlatformURLPerformanceTest">
<run
class="org.eclipse.core.tests.internal.plugins.PlatformURLPerformanceTest">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.PlatformURLPerformanceTestConnection">
<run
class="org.eclipse.core.tests.internal.plugins.PlatformURLPerformanceTestConnection">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.PlatformURLTest">
<run
class="org.eclipse.core.tests.internal.plugins.PlatformURLTest">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.LoaderTest">
<run
class="org.eclipse.core.tests.internal.plugins.LoaderTest">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.GetPluginPathTest">
<run
class="org.eclipse.core.tests.internal.plugins.GetPluginPathTest">
</run>
</test>
<test
id="core.tests.runtime.BenchPath">
<run
class="org.eclipse.core.tests.runtime.BenchPath">
</run>
</test>
<test
id="core.tests.runtime.CoreExceptionTest">
<run
class="org.eclipse.core.tests.runtime.CoreExceptionTest">
</run>
</test>
<test
id="core.tests.runtime.OperationCanceledExceptionTest">
<run
class="org.eclipse.core.tests.runtime.OperationCanceledExceptionTest">
</run>
</test>
<test
id="runtime.PathTest">
<run
class="org.eclipse.core.tests.runtime.PathTest">
</run>
</test>
<test
id="core.tests.runtime.PlatformTest">
<run
class="org.eclipse.core.tests.runtime.PlatformTest">
</run>
</test>
<test
id="core.tests.runtime.PluginVersionIdentifierTest">
<run
class="org.eclipse.core.tests.runtime.PluginVersionIdentifierTest">
</run>
</test>
<test
id="core.tests.runtime.PreferencesTest">
<run
class="org.eclipse.core.tests.runtime.PreferencesTest">
</run>
</test>
<test
id="core.tests.runtime.PreferenceExportTest">
<run
class="org.eclipse.core.tests.runtime.PreferenceExportTest">
</run>
</test>
<test
id="core.tests.runtime.ProgressMonitorWrapperTest">
<run
class="org.eclipse.core.tests.runtime.ProgressMonitorWrapperTest">
</run>
</test>
<test
id="core.tests.runtime.QualifiedNameTest">
<run
class="org.eclipse.core.tests.runtime.QualifiedNameTest">
</run>
</test>
<test
id="core.tests.runtime.StatusTest">
<run
class="org.eclipse.core.tests.runtime.StatusTest">
</run>
</test>
<test
id="core.tests.plugintests.PluginTests">
<run
class="org.eclipse.core.tests.plugintests.PluginTests">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_1">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_1">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_2">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_2">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_3">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_3">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_4">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_4">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_5">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_5">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_6">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_6">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_7">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_7">
</run>
</test>
<test
id="internal.plugins.PluginResolveTest_8">
<run
class="org.eclipse.core.tests.internal.plugins.PluginResolveTest_8">
</run>
</test>
<test
id="internal.plugins.PluginVersionTest">
<run
class="org.eclipse.core.tests.internal.plugins.PluginVersionTest">
</run>
</test>
<test
id="internal.plugins.PluginVersionTest_2">
<run
class="org.eclipse.core.tests.internal.plugins.PluginVersionTest_2">
</run>
</test>
<test
id="internal.plugins.PluginXmlTest">
<run
class="org.eclipse.core.tests.internal.plugins.PluginXmlTest">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.JarSearchTests">
<run
class="org.eclipse.core.tests.internal.plugins.JarSearchTests">
</run>
</test>
<test
id="org.eclipse.core.tests.internal.plugins.JarPluginPathTest">
<run
class="org.eclipse.core.tests.internal.plugins.JarPluginPathTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.LibraryLookupTests">
<run
class="org.eclipse.core.tests.plugintests.LibraryLookupTests">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.PluginFindTests">
<run
class="org.eclipse.core.tests.plugintests.PluginFindTests">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.PreferencesRuntimeTests">
<run
class="org.eclipse.core.tests.plugintests.PreferencesRuntimeTests">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLinePreferencesTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLinePreferencesTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndStateTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndStateTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndPluginLocalTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndPluginLocalTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndPrimaryFeatureTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndPrimaryFeatureTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPluginLocalTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPluginLocalTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndPluginLocalAndPrimaryFeatureTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndPluginLocalAndPrimaryFeatureTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPluginLocalAndPrimaryFeatureTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPluginLocalAndPrimaryFeatureTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPrimaryFeatureTest">
<run
class="org.eclipse.core.tests.plugintests.CmdLineAndStateAndPrimaryFeatureTest">
</run>
</test>
<test
id="org.eclipse.core.tests.plugintests.SavePreferencesTests">
<run
class="org.eclipse.core.tests.plugintests.SavePreferencesTests">
</run>
</test>
<test
id="jobs.IJobManagerTest">
<run
class="org.eclipse.core.tests.runtime.jobs.IJobManagerTest">
</run>
</test>
<test
id="jobs.JobTest">
<run
class="org.eclipse.core.tests.runtime.jobs.JobTest">
</run>
</test>
<test
id="jobs.BeginEndRuleTest">
<run
class="org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest">
</run>
</test>
<test
id="jobs.DeadlockDetectionTest">
<run
class="org.eclipse.core.tests.runtime.jobs.DeadlockDetectionTest">
</run>
</test>
<test
id="preferences.PreferencesServiceTest">
<run
class="org.eclipse.core.tests.internal.preferences.PreferencesServiceTest">
</run>
</test>
<test
id="preferences.EclipsePreferencesTest">
<run
class="org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest">
</run>
</test>
<test
id="preferences.PreferenceForwarderTest">
<run
class="org.eclipse.core.tests.runtime.PreferenceForwarderTest">
</run>
</test>
</extension>
</plugin>