Created
February 6, 2013 20:30
-
-
Save cancerberoSgx/4725531 to your computer and use it in GitHub Desktop.
a very negative gwt JRe emulation bug dedicated to niloc132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AbtractMapImpl1 ehm = buildAM(); | |
| Set s = ehm.keySet(); | |
| ehm.put(null,"test"); | |
| th.check( s == ehm.keySet() , "same Set is returned"); //I think this fails because of javadoc keySet() sentence : The set is backed by the map, so changes to the map are reflected in the set, and vice-versa. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment