After r658, GWTCompiler.main always exits with a call to System.exit making
it impossible to call from within unit tests. PublicTagTest was calling main
directly which prevented the test from finishing properly. This patch fixes
that by invoking the compiler through the appropriate instance methods.

Review by: mmendez



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@669 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed