Switch to side-by-side view

--- a/test/net/timbusproject/dpes/alternative/ReasonerClient/SOAP/DependencyReasonerClientTest.java
+++ b/test/net/timbusproject/dpes/alternative/ReasonerClient/SOAP/DependencyReasonerClientTest.java
@@ -21,7 +21,6 @@
 import net.timbusproject.dpes.alternative.ReasonerClient.common.ResponseData;
 import net.timbusproject.dpes.alternative.ReasonerClient.common.ReasonerClientException;
 import net.timbusproject.dpes.alternative.ReasonerClient.common.TestHelper;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
@@ -32,7 +31,6 @@
 public class DependencyReasonerClientTest {
 
     @Test
-    @Ignore("TODO: response is currently invalid")
     public void testRequest_validRequest_shouldReturnValidResponse() throws IOException, InterruptedException, ReasonerClientException {
         DependencyReasonerClient dependencyReasonerClient = new net.timbusproject.dpes.alternative.ReasonerClient.SOAP.DependencyReasonerClient();
         ResponseData actual = dependencyReasonerClient.request(TestHelper.createWorkingTestRequest());