Skip to content
Snippets Groups Projects

Resolve "allow to archive project"

Merged Piotr Gawron requested to merge 1949-allow-to-archive-project into master
@@ -917,7 +917,7 @@ public class MapControllerIntegrationTest extends ControllerIntegrationTest {
String content = mockMvc.perform(elementRequest).andReturn().getResponse().getContentAsString();
RequestBuilder request = get("/api/projects/{projectId}/models/{mapId}:downloadImage?"
+ "handlerClass=" + PngImageGenerator.class.getCanonicalName()
+ "handlerClass=" + PdfImageGenerator.class.getCanonicalName()
+ "&polygonString=10000,10000;10001,10000;10000,10001",
TEST_PROJECT, map.getId())
.session(session);
Loading