Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@86547 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-04 13:33:33 +00:00
parent 21c6709401
commit 987fa8f2b1
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ public class GwtTestCSVExportWizardTD extends GWTTestCase {
*/
public void testResource() {
// Create the service that we will test.
TDGWTServiceAsync tdGXTService = GWT.create(TDGWTService.class);
ServiceDefTarget target = (ServiceDefTarget) tdGXTService;
TDGWTServiceAsync tdGWTService = GWT.create(TDGWTService.class);
ServiceDefTarget target = (ServiceDefTarget) tdGWTService;
System.out.println(GWT.getModuleBaseURL() + "TDGWTService");
target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGWTService");
@ -46,7 +46,7 @@ public class GwtTestCSVExportWizardTD extends GWTTestCase {
delayTestFinish(7000);
// Send a request to the server.
tdGXTService.getTabularResources(new AsyncCallback<ArrayList<TabResource>>() {
tdGWTService.getTabularResources(new AsyncCallback<ArrayList<TabResource>>() {
@Override
public void onFailure(Throwable caught) {