| If GeoTools sources are linked into the GeoServer classpath (happens with IntelliJ and Eclipse with Maven support, when both projects are loaded in the IDE) various tests fail because the entity resolver does not allow local file system resolution (happens in most tests doing schema validation, for example). Rather than allowing full fledged entity resolution during tests (which would require reworking the entity resolution tests) make a special exception for the well known GeoTools schema locations while running tests. |