소스 검색

merge

tags/gwtquery-project-1.4.3
Manolo Carrasco 10 년 전
부모
커밋
a6e942e71c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java

+ 1
- 2
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java 파일 보기

@@ -26,7 +26,6 @@ import com.google.gwt.junit.client.GWTTestCase;
import com.google.gwt.query.client.builders.Name;
import com.google.gwt.query.client.builders.XmlBuilder;
import com.google.gwt.query.client.plugins.ajax.Ajax;
import com.google.gwt.query.client.plugins.ajax.Ajax.Settings;
import com.google.gwt.user.client.ui.HTML;
import com.google.gwt.user.client.ui.RootPanel;

@@ -173,7 +172,7 @@ public class GQueryAjaxTestGwt extends GWTTestCase {
String testJsonpUrl = "http://www.google.com";
Ajax.getJSONP(testJsonpUrl, null, new Function(){
public void f() {
Properties p = getDataProperties();
Properties p = arguments(0);
assertNull(p);
finishTest();
}

Loading…
취소
저장