Revision: 5855 Author: [email protected] Date: Fri Jul 31 10:47:37 2009 Log: Temporarily commented out test.web.htmlunit target
http://code.google.com/p/google-web-toolkit/source/detail?r=5855 Modified: /trunk/user/build.xml ======================================= --- /trunk/user/build.xml Thu Jul 30 22:46:46 2009 +++ /trunk/user/build.xml Fri Jul 31 10:47:37 2009 @@ -234,7 +234,8 @@ <antcall target="test.noserver"/> <antcall target="test.web"/> <antcall target="test.web.disableClassMetadata"/> - <antcall target="test.web.htmlunit"/> + <!-- TODO(amitmanjhi): uncomment it after fixing the xerces issue --> + <!-- <antcall target="test.web.htmlunit"/> --> <antcall target="test.web.draft"/> </parallel> </limit> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
