aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/primitives
diff options
context:
space:
mode:
authorLouis Wasserman <lowasser@google.com>2013-04-13 12:02:12 -0700
committerLouis Wasserman <lowasser@google.com>2013-04-15 09:01:39 -0700
commit31978328af5af66bc67bcbdda12b20710c2cfcad (patch)
treebbb8c8f3efcc6237aa14fc1e923afe7a6ca7a280 /guava-gwt/src/com/google/common/primitives
parentf03c9d816c1c5d149a983db8097543ad845dafff (diff)
downloadguava-31978328af5af66bc67bcbdda12b20710c2cfcad.tar.gz
Run "normal" GWT tests in public Guava.
We still don't run the suite-builder tests, so the run is incomplete, but at least it's fairly quick: Tests run: 6667, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 155.218 sec Among the steps of this process covered by this CL: - Export the generated GWTTestCase files into Guava. - Add dependencies in guava-gwt on the guava (and guava-testlib) test sources. - Treat the GWT portion of guava-testlib as though it is part of the guava-gwt tests (to sidestep the issue that we should really have a separate guava-testlib-gwt artifact analogous to the separate guava-gwt project). (Mainly this means putting its files under guava-gwt/tests.) ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=45160153
Diffstat (limited to 'guava-gwt/src/com/google/common/primitives')
-rw-r--r--guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
index 3966a5135..8688ffd34 100644
--- a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
+++ b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
@@ -2,7 +2,13 @@
<!-- semi-autogenerated module descriptor -->
<module>
- <source path=""/>
+ <source path="">
+
+ <!-- Hack to keep collect from hiding collect.testing supersource: -->
+
+ <exclude name="**/testing/**"/>
+
+ </source>
<super-source path="super"/>