Author: lresende
Date: Thu Oct 8 05:58:41 2009
New Revision: 823045
URL: http://svn.apache.org/viewvc?rev=823045&view=rev
Log:
Removing local variables, as they were causing test case to fail
Modified:
tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
Modified:
tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java?rev=823045&r1=823044&r2=823045&view=diff
==============================================================================
---
tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
(original)
+++
tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomGetTestCase.java
Thu Oct 8 05:58:41 2009
@@ -24,14 +24,11 @@
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;