Re: [Geotools-devel] Moving on from BufferedAuthorityFactory and back to the BUG

2007-06-22 Thread Martin Desruisseaux
Jody Garnett a écrit : > Thanks Martin ... so back to the actual bug then? It seems you fixed the > problem at line 576: >> assertSame(((Conversion) operation).getMethod(), ((Conversion) >> projection).getMethod()); > What was the fix? What did I mess up - was it hints like I suspected? It was n

[Geotools-devel] Moving on from BufferedAuthorityFactory and back to the BUG

2007-06-21 Thread Jody Garnett
Thanks Martin ... so back to the actual bug then? It seems you fixed the problem at line 576: > assertSame(((Conversion) operation).getMethod(), ((Conversion) > projection).getMethod()); What was the fix? What did I mess up - was it hints like I suspected? Jody > Jody Garnett a écrit : >> Okay