I added to the test javax.swing.InputMap.newMapNullKeys to check that allKeys() returns null for new InputMaps. A new test is pretty much the exact same as this test except for ActionMaps, and I committed this. 2005-11-14 Anthony Balkissoon * gnu/testlet/javax/swing/InputMap/newMapKeysNull.java: Added a check for allKeys() in addition to existing check for keys(). * gnu/testlet/javax/swing/ActionMap/newMapKeysNull.java: New test. --Tony