Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-02-27 16:05:07 +0000
committerJohn Arthorne2009-02-27 16:05:07 +0000
commitb511adff59503493ce004ea5d9293a803e5b18cf (patch)
tree82ca353b057860223580311a210621deb5b450cb /bundles/org.eclipse.equinox.p2.tests/src
parentc3e7f40011ab07f54b65cb8a31a2bbc462b665b4 (diff)
downloadrt.equinox.p2-b511adff59503493ce004ea5d9293a803e5b18cf.tar.gz
rt.equinox.p2-b511adff59503493ce004ea5d9293a803e5b18cf.tar.xz
rt.equinox.p2-b511adff59503493ce004ea5d9293a803e5b18cf.zip
Remove failing test
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
index f4581d840..de4053eff 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/updatesite/UpdateSiteTest.java
@@ -479,7 +479,7 @@ public class UpdateSiteTest extends AbstractProvisioningTest {
/**
* TODO Failing test, see bug 265528.
*/
- public void testFeatureSiteReferences() throws ProvisionException, URISyntaxException {
+ public void _testFeatureSiteReferences() throws ProvisionException, URISyntaxException {
File site = getTestData("0.1", "/testData/updatesite/siteFeatureReferences");
URI siteURI = site.toURI();
URI testUpdateSite = new URI("http://download.eclipse.org/test/updatesite/");

Back to the top