Hi Ed,
I haven't seen too many posts about Selenium testing going wrong in GWT, but
from the issue report linked in the thread you mentioned above it seems that
developers who are writing Selenium tests and using GWT RPC would have
experienced the issue described therein.

According to the issue, however, the workaround was to use the -style PRETTY
or DETAILED flag when running the compiler, but it seems like that isn't
working in your case. In fact, it seems that the issue you're experiencing
has a different root cause all together (please correct me if I'm wrong).

In the output you pasted above, the line: "function BBc(a)" leads me to
believe that this is obfuscated code that is breaking when running the
Selenium tests. When you mentioned that using -style PRETTY didn't work, do
you mean that the error message still contained the garbled "function
BBc(a)" or that it was just the same error again? If it is the latter, the
output should be more humanly readable and I should be able to infer a bit
more about where this code is being called.

As it is, I'm not sure I have enough info to pass along to figure out what's
going on. Please let me know if you were able to get -PRETTY output and an
error message with meaningful function and variable names.

Hope that helps,
-Sumit Chandel

In your case, however, it seems like the issue has a different root cause
(please correct me if I'm wrong).

On Fri, Nov 28, 2008 at 10:22 AM, Ed <[EMAIL PROTECTED]> wrote:

>
> He Summit,
>
> Browser: FF 2 (latest update).
> I was trying this the last few days, but get the exact same error as
> in this issue, so pretty mode isn't an option yet till 1.6 comes out:
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5d6a9c448a82b916/af62e5877237b107?lnk=raot
>
> Can you give me some details why and when this method is called ? (I
> noticed it in the gwt source code, but it's a bit unclear when/how
> it's used).
> Is this a common error as far as you know ?
>
> -- Ed
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to