Hi,
We are trying to test the view of an MVP application, by running GWT-
Test. Our MVP application is composed of a Main project that refers to
another project.

We get a java.lang.RuntimeException: Remote test failed.
It is mentioned that the Exception is "Caused by:
java.lang.AssertionError: CSS widths should not be negative".

Looking at the source code we see the following line
"fPrimEmail.setWidth("14em");" where fPrimEmail is a TextBox and
clearly "14" is not a negative number.
It seems that for some reason CSS units (like the "em" in our case)
are not acceptable and cause this failer.

Waiting for any help,
Thanks in advance,
Amit.

-- 
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