You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/08 08:00:00 UTC

svn commit: r823046 - /tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomDeleteTestCase.java

Author: lresende
Date: Thu Oct  8 05:59:59 2009
New Revision: 823046

URL: http://svn.apache.org/viewvc?rev=823046&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/AtomDeleteTestCase.java

Modified: tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomDeleteTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomDeleteTestCase.java?rev=823046&r1=823045&r2=823046&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomDeleteTestCase.java (original)
+++ tuscany/java/sca/modules/binding-atom-runtime/src/test/java/org/apache/tuscany/sca/binding/atom/AtomDeleteTestCase.java Thu Oct  8 05:59:59 2009
@@ -26,15 +26,12 @@
 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 AtomDeleteTestCase extends AbstractProviderConsumerTestCase {
-    private static Node scaProviderNode;
-    private static Node scaConsumerNode;
-
+    
     protected static CustomerClient testService;
     protected static Abdera abdera;