Fixed test

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84081 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 14:43:40 +00:00
parent bc05f8e280
commit f9294d80a9
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ public class GwtTestCSVImportWizardTD extends GWTTestCase {
// Create the service that we will test.
TDGWTServiceAsync tdGXTService = GWT.create(TDGWTService.class);
ServiceDefTarget target = (ServiceDefTarget) tdGXTService;
System.out.println(GWT.getModuleBaseURL() + "TDGXTService");
target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGXTService");
System.out.println(GWT.getModuleBaseURL() + "TDGWTService");
target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGWTService");
// Since RPC calls are asynchronous, we will need to wait for a response
// after this test method returns. This line tells the test runner to wait