commit | 931c665fc0c534e9459ee4cbc03f2fe2202f9246 | [log] [tgz] |
---|---|---|
author | spoon@google.com <spoon@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue May 04 15:54:13 2010 +0000 |
committer | spoon@google.com <spoon@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue May 04 15:54:13 2010 +0000 |
tree | 37c04aff86203d54331492a01bd497ec54436255 | |
parent | d770fa5b1e43fa806e93a87605084a830087e4f7 [diff] |
Undo the collapse-all-permutations in JUnit.gwt.xml for now. Review at http://gwt-code-reviews.appspot.com/457801 Review by: mmendez@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8042 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/JUnit.gwt.xml b/user/src/com/google/gwt/junit/JUnit.gwt.xml index c2ae43c..9fb985a 100644 --- a/user/src/com/google/gwt/junit/JUnit.gwt.xml +++ b/user/src/com/google/gwt/junit/JUnit.gwt.xml
@@ -41,7 +41,4 @@ <servlet path='/junithost/*' class='com.google.gwt.junit.server.JUnitHostImpl'/> <inherits name="com.google.gwt.benchmarks.Benchmarks"/> - - <!-- Speed up test compilations by producing one permutation --> - <collapse-all-properties /> </module>