@Test
public void testGetFeatureWithEastNorthAxisOrderOutputEPSG4326() throws Exception {
final InputStream dataStream = TestData.openStream(this, "axisorder/GetFeatureById4326.xml");
TestHttpResponse httpResponse = new TestHttpResponse("text/xml; subtype=gml/3.1.1",
"UTF-8", dataStream);
TestHttpProtocol mockHttp = new TestHttpProtocol(httpResponse);
createTestProtocol("axisorder/GetCapabilities.xml", mockHttp);
// override the describe feature type url so it loads from the test resource
URL describeUrl = TestData.getResource(this, "axisorder/DescribeFeatureType.xsd");
wfs.setDescribeFeatureTypeURLOverride(describeUrl);