himanshudixit / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

Run nested test classes under GWT once #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GWT doesn't support this right now, but I've submitted a fix on
http://code.google.com/p/google-web-toolkit/issues/detail?id=4116 for
review.  In addition to that, our internal test-case converter doesn't
support nested classes.  I have a CL for that, as well.  I need to find out
how to run the tests with a locally built version of GWT so that I can use
both patches together.  Failing that, I need to convince the GWT team to
review my CL.

Original issue reported on code.google.com by cpov...@google.com on 23 Oct 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Ideally for 1.0.

Original comment by cpov...@google.com on 23 Oct 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Done manually.  One failure -- GWT throws JavaScriptException instead of
NullPointerException -- which I have a CL to fix internally.

Original comment by cpov...@google.com on 26 Oct 2009 at 5:59