gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

Make it gwt-2.7 compatible #113

Closed anthonime closed 9 years ago

anthonime commented 9 years ago

Upgrading to gwt2.7 make some unit test broken due to Value.asString() returning a new String() instead of a primitive string. see http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0 :

"Boxed JavaScript strings (created in JavaScript using new String(...)) are no longer considered equivalent to Java strings. They should be unboxed before being passed to Java."