-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ClassCastException: com.google.gwt.user.client.Element$$EnhancerByMockitoWithCGLIB$$4fca3809 cannot be cast to com.google.gwt.dom.client.TableElement #32
Comments
I've fixed a few issues lately related to CellTable support, probably after 1.1.3 was released. Can you try running against the latest snapshot to see if you're still having trouble? |
Hello, I can confirm with 1.1.4-SNAPSHOT built from source the problem has gone :) Do you have a time-frame for releasing 1.1.4 (we can't use SNAPSHOTs in our non-SNAPSHOT releases). Thanks, Mike |
I'll try to push out the next version in another week or so if I don't hear any other feedback before then. |
Thank-you Erik. I will keep an eye open for it. |
Hello Erik, Are you able to release the next version yet? Thanks, Mike |
Yep, new version should be coming in the next couple of days. On Mon Jul 07 2014 at 2:16:09 AM, Michael Anstis [email protected]
|
I just pushed v1.1.4 to Maven Central - should be available in a few hours. Let me know if you have any issues with it. |
Thanks Erik. Works like a charm. With kind regards, Mike On 11 July 2014 08:16, Erik Kuefler [email protected] wrote:
|
I found #4 when Googling for help. I suspect this could be related.
I am trying to run a test that includes a CellTable and hit the following error.
The Widget I'm attempt to test looks like this.
The test code looks like this.
I've tried with 1.1.3 but to no avail.
I could be doing something wrong; to be honest I'm new to GwtMockito, so wouldn't put user error out of the question.
The text was updated successfully, but these errors were encountered: