I need to get GeoTools to build without testErrors. In my quest to do this I
have run into many test errors. I’m not sure if these are known errors or
if I am just totally screwing up the build process on my computer. One
particular error that I have run into is a test in ParametersTest.java.
I no longer have the XSQNameBindingTest Failure as of this morning after
checking the SVN. Thanks for you help. I am still getting the errors in
test3BandsByte_SLD and test4BandsUInt16_SLD in RasterSymbolizerTest.java.
I have narrowed the error down to getTiles() call in
testRasterSymbolizerH
I have narrowed this problem down to one line of code in the
XSQNameBinding.java file. For some reason if the variable 'value' does not
start with "foo" then the code crashes when the QName is initialized. Can
someone please assist me with this. I have pasted the function with the
crashing line