diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-09 20:26:05 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-09 20:26:05 +0000 |
commit | 7f138f934fe640dc29e5427b2db9b1ce54268ccc (patch) | |
tree | 48cfe8046830bb0a9399048aea027c4faf8659f8 /java/sca/itest | |
parent | a2059b7a7e3f6fe10db5cffd66fc588a7ad7ff37 (diff) |
Converted test cases to JUnit 4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r-- | java/sca/itest/wires/src/test/java/org/apache/tuscany/sca/itest/WireTestCase.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/sca/itest/wires/src/test/java/org/apache/tuscany/sca/itest/WireTestCase.java b/java/sca/itest/wires/src/test/java/org/apache/tuscany/sca/itest/WireTestCase.java index cd1b22ba91..2a0095cabc 100644 --- a/java/sca/itest/wires/src/test/java/org/apache/tuscany/sca/itest/WireTestCase.java +++ b/java/sca/itest/wires/src/test/java/org/apache/tuscany/sca/itest/WireTestCase.java @@ -19,8 +19,6 @@ package org.apache.tuscany.sca.itest; -import junit.framework.TestCase; - import org.apache.tuscany.sca.node.Contribution; import org.apache.tuscany.sca.node.ContributionLocationHelper; import org.apache.tuscany.sca.node.Node; @@ -33,7 +31,7 @@ import org.junit.Test; /** * This test case will attempt to use a wire */ -public class WireTestCase extends TestCase { +public class WireTestCase { /** * The Node we are using |