}
@Test
public void testGetFeatures() throws Exception {
WFSDataStore wfs = getWFSDataStore(new TestHttpClient() {
@Override
public HTTPResponse get(URL url) throws IOException {
if (url.getQuery().contains("REQUEST=GetCapabilities")) {
return new TestHttpResponse(TestData.getResource(this, "MapServer/GetCapabilities_1_1_0.xml"), "text/xml");