Ant changes in response to a stable htmlUnit. Patch by: amitmanjhi Review by: jlabanca Review at http://gwt-code-reviews.appspot.com/269801 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7787 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml index ddef745..33cdb78 100755 --- a/user/build.xml +++ b/user/build.xml
@@ -490,12 +490,11 @@ <antcall target="test.draft.selenium"/> <antcall target="test.nometa.selenium"/> <antcall target="test.noserver"/> - <!-- TODO(jlabanca): Enable htmlunit tests when they are stable. --> - <!-- <antcall target="test.dev.htmlunit"/> --> - <!-- <antcall target="test.emma.htmlunit"/> --> - <!-- <antcall target="test.web.htmlunit"/> --> - <!-- <antcall target="test.draft.htmlunit"/> --> - <!-- <antcall target="test.nometa.htmlunit"/> --> + <antcall target="test.dev.htmlunit"/> + <antcall target="test.emma.htmlunit"/> + <antcall target="test.web.htmlunit"/> + <antcall target="test.draft.htmlunit"/> + <antcall target="test.nometa.htmlunit"/> </parallel> </limit> </target>