Skip to content
Snippets Groups Projects
Commit b308fde8 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

using folder that cannot be created because part of it is a file

parent 58dbe8f3
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!386Resolve "Continous integration tests"
Pipeline #6320 failed
......@@ -145,7 +145,7 @@ public class BigFileCacheTest extends AnnotationTestFunctions {
public void testSavingToInvalidDirectory() throws Exception {
try {
String url = httpUrl + "?invalid";
Configuration.setWebAppDir("/some-none-existing/path/");
Configuration.setWebAppDir("/dev/random/xxx");
bigFileCache.downloadFile(url, false, null);
fail("Exception expected");
} catch (IOException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment