From 70f7ff14dacf6f4b7a7a17764d0a53d0337c143a Mon Sep 17 00:00:00 2001 From: mcombellack Date: Wed, 3 Dec 2008 15:27:31 +0000 Subject: Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style imports (org.junit) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722930 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/sca/modules/node-launcher-equinox') diff --git a/java/sca/modules/node-launcher-equinox/src/test/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java b/java/sca/modules/node-launcher-equinox/src/test/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java index cd3f1e294e..8988a91b34 100644 --- a/java/sca/modules/node-launcher-equinox/src/test/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java +++ b/java/sca/modules/node-launcher-equinox/src/test/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java @@ -22,8 +22,7 @@ package org.apache.tuscany.sca.node.equinox.launcher; import java.util.Dictionary; import java.util.Enumeration; -import junit.framework.Assert; - +import org.junit.Assert; import org.junit.Test; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; -- cgit v1.2.3