Greetings all,

I'm running into an error in the testSchema test of the JDBCViewTest 
class this test: assertFeatureTypesEqual(lakeViewSchema, ft) (the only 
in there :P) And I'm not quite sure what is actually happening. What I 
have been able to figure out is that it tests getMinOccurs() against two 
features and they do not agree. What I also found out with the debugger 
was that in JDBCTestSupport.assertFeatureTypesEqual is that something 
goes wrong on these lines:
             AttributeDescriptor expectedAttribute = 
expected.getDescriptor(i);
             AttributeDescriptor actualAttribute = actual.getDescriptor(i);
expected and actual have the same minOccurs and maxOccurs but 
expectedAttribute and actualAttribute do not. Is there an easier way to 
track down why this discrepancy happens? Thank you!

-- 
Alex
http://bit.ly/geodb


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to