Skip to content

Commit

Permalink
Removed references to pptx as support was removed earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Nov 30, 2016
1 parent 96976a3 commit 99c710e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,6 @@ public void testGeojsPrintTestJsonAsPDF() throws FactoryConfigurationError,

}

@Test
public void testGeojsPrintTestJsonAsPPTX()
throws NoSuchAuthorityCodeException, IOException,
GeoWebCacheException, FactoryException, ParseException,
XMLStreamException, FactoryConfigurationError,
RequestFilterException, TransformException,
com.vividsolutions.jts.io.ParseException, InterruptedException,
org.json.simple.parser.ParseException, URISyntaxException,
Exception {
runner.setResource(WebServiceMapProducerResourceTest.acquire());
runner.run("geojsPrintTest-pptx",
WebServiceMapProducerResourceTestFileType.GEOJSON,
WebServiceMapProducerResourceTestFileType.PPTX);

}

@Test
public void testGeojsPrintTestJsonAsPNG()
throws NoSuchAuthorityCodeException, IOException,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public WebServiceMapProducerResource getResource() {
void run(final String testname,
WebServiceMapProducerResourceTestFileType input,
WebServiceMapProducerResourceTestFileType output)
throws NoSuchAuthorityCodeException, IOException,
throws IOException,
GeoWebCacheException, FactoryException,
com.vividsolutions.jts.io.ParseException, ParseException,
XMLStreamException, FactoryConfigurationError,
Expand Down Expand Up @@ -73,15 +73,6 @@ void run(final String testname,
throw new IOException("Invalid args for PDF test");
}
break;
// case PPTX:
// switch (input) {
// case GEOJSON:
// result = resource.getGeoJsonMapPPTX(inp, xClientInfo);
// break;
// default:
// throw new IOException("Invalid args for PPTX test");
// }
// break;
default:
throw new IOException("Invalid args for test");
}
Expand Down

0 comments on commit 99c710e

Please sign in to comment.