summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2008-12-03 15:27:31 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2008-12-03 15:27:31 +0000
commit70f7ff14dacf6f4b7a7a17764d0a53d0337c143a (patch)
treefb0e9ccb699a937ffa418bc1803b73b3d0d2b54c /java/sca/modules/node-launcher-equinox
parente4593758eee048b1a6384c864cd6b420b99657e9 (diff)
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
Diffstat (limited to 'java/sca/modules/node-launcher-equinox')
-rw-r--r--java/sca/modules/node-launcher-equinox/src/test/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxOSGiHostTestCase.java3
1 files changed, 1 insertions, 2 deletions
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;