summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom-runtime/src/test/java/org
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:58:41 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:58:41 +0000
commit2446a15c8326d5b92c078d6e7b437e0f39b938b3 (patch)
tree8b746cd4845e45b470d9a87c2a8ae371d74b0f54 /java/sca/modules/binding-atom-runtime/src/test/java/org
parente51f64c6a9b8fc5804e4d55efe61f5f4e5b719ba (diff)
Removing local variables, as they were causing test case to fail
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-atom-runtime/src/test/java/org')
-rw-r--r--java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java b/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
index 0feb544eb7..8cb939e81b 100644
--- a/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
+++ b/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
@@ -24,14 +24,11 @@ import org.apache.abdera.Abdera;
import org.apache.abdera.model.Content;
import org.apache.abdera.model.Entry;
import org.apache.tuscany.sca.binding.atom.collection.Collection;
-import org.apache.tuscany.sca.node.Node;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
public class AtomGetTestCase extends AbstractProviderConsumerTestCase {
- private static Node scaProviderNode;
- private static Node scaConsumerNode;
protected static CustomerClient testService;
protected static Abdera abdera;