Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@86545 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-04 13:33:01 +00:00 committed by Giancarlo Panichi
parent fa9bff6bf9
commit 1be06e6fb5
1 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ public class GwtTestTDOpen extends GWTTestCase {
*/
public void testResource() {
// Create the service that we will test.
TDGWTServiceAsync tdGXTService = TDGWTServiceAsync.INSTANCE;
ServiceDefTarget target = (ServiceDefTarget) tdGXTService;
TDGWTServiceAsync tdGWTService = TDGWTServiceAsync.INSTANCE;
ServiceDefTarget target = (ServiceDefTarget) tdGWTService;
System.out.println(GWT.getModuleBaseURL() + "TDGWTService");
target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGWTService");
@ -45,7 +45,7 @@ public class GwtTestTDOpen 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) {