commit | 06d6c65aa257752b45137ec3bab2f445640eddf6 | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Oct 22 15:20:50 2009 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Oct 22 15:20:50 2009 +0000 |
tree | 16938b5f461d93b7999e0bbe812f48163fcedc78 | |
parent | 126c9a3e85e796a6765cf276f433653f7b0917de [diff] |
CompileStrategy now passes the user agents into JUnitShell#maybeCompileForWebMode to restrict the number of permutations. Patch by: jlabanca Review by: jat git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6445 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/CompileStrategy.java b/user/src/com/google/gwt/junit/CompileStrategy.java index abc2df8..b1417e9 100644 --- a/user/src/com/google/gwt/junit/CompileStrategy.java +++ b/user/src/com/google/gwt/junit/CompileStrategy.java
@@ -184,7 +184,8 @@ strategy.processModule(moduleDef); - junitShell.maybeCompileForWebMode(syntheticModuleName); + junitShell.maybeCompileForWebMode(syntheticModuleName, + JUnitShell.getRemoteUserAgents()); return moduleDef; }