Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86427 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-02 14:19:42 +00:00
parent 1e3e438a40
commit 6049de0f38
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ package org.gcube.portlets.user.td.gwtservice.shared.csv;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.gcube.portlets.user.td.gwtservice.shared.destination.Destination;
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;

View File

@ -162,7 +162,7 @@ public class TestService {
System.out.println(task.getStatus());
if (task.getStatus()== TaskStatus.FAILED)
task.getErrorCause().printStackTrace();
System.out.println("Failed: "+task.getErrorMessage());
Assert.assertEquals(TaskStatus.SUCCEDED, task.getStatus());