Open GoogleCodeExporter opened 8 years ago
i.e.: Calendar, is(equatTo(Calendar)) --> works fine
SimpleDateFormat.format(calendar.time),
is(equalTo(SimpleDateFormat(calendar.time)) --> humm, Resource not found
exception
the way the patch was implemented, all compared strings should be i18ned
because the
ResourceBundle will complain about not finding the key... if the patch is
useful, the
ResourceBundleDescription should write the key itself if its value is not found
in
the bundle... its just a try/catch block within the appendText method.
(the containsKey method was only implemented in java 1.6)
Original comment by guilherm...@gmail.com
on 11 May 2009 at 12:07
Original comment by t.denley
on 12 May 2012 at 10:57
Original issue reported on code.google.com by
guilherm...@gmail.com
on 10 May 2009 at 10:52Attachments: