David Gilbert wrote: > Fabien DUMINY wrote: > >> Hi all, >> gnu.testlet.java.text.DecimalFormat.toPattern.java is conflicting >> with gnu.testlet.java.text.DecimalFormat.topattern.java are >> conflicting under Windows >> They seems to test the same thing : the DecimalFormat.toPattern method. >> >> Could the writer(s) of this 2 tests merge the 2 testlets ? Thanks. >> >> Fabien >> > Hi Fabien, > > I wrote the toPattern variant - I'll take a look at merging the two. > > Regards, > > Dave Gilbert I committed this patch: 2005-09-14 David Gilbert * gnu/testlet/java/text/DecimalFormat/toPattern.java (test): now calls test1() and test2(), (test1): new method, copied code from topattern.java, (test2): new method, code from original test() method, * gnu/testlet/java/text/DecimalFormat/topattern.java. Regards, Dave