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:
parent
1e3e438a40
commit
6049de0f38
|
@ -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;
|
||||
|
|
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue