From b0e6a428006fdf34e9100f79c5a7f156e04eeeb1 Mon Sep 17 00:00:00 2001 From: Roberto E. Escobar Date: Wed, 25 Sep 2013 11:00:01 -0700 Subject: refactor: Improve help.ui.test dependencies Change-Id: Id9c4d060054879ebb560f16c9a718ea212213b2d --- plugins/org.eclipse.osee.coverage.help.ui.test/META-INF/MANIFEST.MF | 6 +++--- .../src/org/eclipse/osee/coverage/help/ui/HelpContextTest.java | 2 +- .../src/org/eclipse/osee/coverage/help/ui/util/HelpTestUtil.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/org.eclipse.osee.coverage.help.ui.test') diff --git a/plugins/org.eclipse.osee.coverage.help.ui.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.coverage.help.ui.test/META-INF/MANIFEST.MF index 962705fadb8..d595dde54a6 100644 --- a/plugins/org.eclipse.osee.coverage.help.ui.test/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.coverage.help.ui.test/META-INF/MANIFEST.MF @@ -6,7 +6,7 @@ Bundle-Version: 0.14.0.qualifier Bundle-Vendor: Eclipse Open System Engineering Environment Fragment-Host: org.eclipse.osee.coverage.help.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Require-Bundle: org.junit -Import-Package: org.eclipse.core.runtime, - org.eclipse.osee.framework.jdk.core.util, +Require-Bundle: org.junit, + org.eclipse.core.runtime +Import-Package: org.eclipse.osee.framework.jdk.core.util, org.osgi.framework diff --git a/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/HelpContextTest.java b/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/HelpContextTest.java index 1cfe692e5f9..587abfb9eb5 100644 --- a/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/HelpContextTest.java +++ b/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/HelpContextTest.java @@ -19,8 +19,8 @@ import java.util.Map; import org.eclipse.osee.coverage.help.ui.util.ContextParser; import org.eclipse.osee.coverage.help.ui.util.ContextParser.ContextEntry; import org.eclipse.osee.coverage.help.ui.util.HelpTestUtil; +import org.eclipse.osee.framework.core.data.HelpContext; import org.eclipse.osee.framework.jdk.core.util.Compare; -import org.eclipse.osee.framework.ui.plugin.util.HelpContext; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; diff --git a/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/util/HelpTestUtil.java b/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/util/HelpTestUtil.java index f5c88e52a9d..01121935360 100644 --- a/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/util/HelpTestUtil.java +++ b/plugins/org.eclipse.osee.coverage.help.ui.test/src/org/eclipse/osee/coverage/help/ui/util/HelpTestUtil.java @@ -10,7 +10,7 @@ *******************************************************************************/ package org.eclipse.osee.coverage.help.ui.util; -import static junit.framework.Assert.assertEquals; +import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.File; import java.net.URL; -- cgit v1.2.3