Run the hosted mode user tests through the emma code path.
Patch by: amitmanjhi
Review by: fabbott
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5275 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 9b150ed..5d96a0f 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -178,6 +178,7 @@
<!-- remoteweb-test is a no-op unless gwt.remote.browsers is defined -->
<antcall target="remoteweb-test"/>
<antcall target="test.hosted"/>
+ <antcall target="test.hosted.emma"/>
<antcall target="test.noserver"/>
<antcall target="test.web"/>
<antcall target="test.web.disableClassMetadata"/>