You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2011/12/20 21:31:50 UTC

svn commit: r1221481 - /incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java

Author: heshan
Date: Tue Dec 20 20:31:49 2011
New Revision: 1221481

URL: http://svn.apache.org/viewvc?rev=1221481&view=rev
Log:
Fix for AIRAVATA-245

Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java?rev=1221481&r1=1221480&r2=1221481&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/test/java/org/apache/airavata/xbaya/interpreter/WorkflowTrackingTest.java Tue Dec 20 20:31:49 2011
@@ -21,26 +21,16 @@
 package org.apache.airavata.xbaya.interpreter;
 
 
-import com.sun.xml.internal.bind.v2.schemagen.xmlschema.List;
 import junit.framework.Assert;
-import junit.framework.TestCase;
 import org.apache.airavata.wsmg.client.ConsumerNotificationHandler;
 import org.apache.airavata.wsmg.client.WseMsgBrokerClient;
 import org.apache.airavata.xbaya.interpreter.utils.ConfigKeys;
 import org.apache.airavata.xbaya.interpreter.utils.TestUtilServer;
 import org.apache.axiom.soap.SOAPEnvelope;
-import org.apache.axis2.AxisFault;
-
-import org.apache.airavata.wsmg.client.msgbox.MessagePuller;
-import org.apache.axis2.addressing.EndpointReference;
+import org.junit.Test;
 
-import java.io.IOException;
 import java.util.Properties;
 
-import java.io.*;
-
-import org.junit.Test;
-
 public class WorkflowTrackingTest implements ConsumerNotificationHandler{
 
        public void handleNotification(SOAPEnvelope msgEnvelope) {