You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-mobile-webkit-users
Hi!
First of all I want to thank al contributors for this wonderful
project!
I have setup Gwt with Maven and I use the Storage and Geo api's at the
moment. The only problem I have is that I can't get my GWT Testcase
tests to work with the Storage. I know HtlmUnit supports Storage but
the Storage API says the browser is not supported. Is there a way to
fix this? I thought about stubbing the Storage class but there's also
no interface or stub available right?
I noticed that storage is tested with ant + selenium but I can't seem
te reproduce those test using my Maven setup.