Details
Description
GeronimoPropertiesFileMappedPasswordCredentialLoginModuleTest fails with Java 1.6 because it assumes that an Iterator over a Set will have a specific ordering. Evidently Java 1.6's HashSet is different enough than 1.5's that it orders its contents differently.