Bug 477909 - 1 pde.ui test failure in latest build ( N20150920-2000) on
all platforms 

Change-Id: Ia1aa7292103bc76f3633748aad72a74d9cb994e2
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
diff --git a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
index 94a87a0..40a4982 100644
--- a/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
+++ b/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/PluginRegistryTests.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2016 IBM Corporation and others.
+ * Copyright (c) 2010, 2017 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -25,9 +25,9 @@
 	}
 
 	public void testMatchEquivalent() {
-		IPluginModelBase model = PluginRegistry.findModel("org.eclipse.pde.ui.tests", "3.2.0", IMatchRules.EQUIVALENT,
+		IPluginModelBase model = PluginRegistry.findModel("org.eclipse.pde.ui.tests", "3.10.0", IMatchRules.EQUIVALENT,
 				null);
-		assertNotNull(model);
+		assertNotNull("NOTE: This test might also fail because the version of the bundle got changed.", model);
 		assertEquals("org.eclipse.pde.ui.tests", model.getPluginBase().getId());
 	}
 }