Skip to content
Snippets Groups Projects

F junit5

Merged Timm Fitschen requested to merge f-junit5 into dev
38 files
+ 649
703
Compare changes
  • Side-by-side
  • Inline
Files
38
@@ -170,7 +170,7 @@ public class ServerSideScriptingCaller {
@@ -170,7 +170,7 @@ public class ServerSideScriptingCaller {
// create files dir
// create files dir
if (!getUploadFilesDir().mkdir()) {
if (!getUploadFilesDir().mkdir()) {
throw new FileNotFoundException("Could not crete the FILE_UPLOAD_DIR.");
throw new FileNotFoundException("Could not create the FILE_UPLOAD_DIR.");
}
}
for (final FileProperties f : files) {
for (final FileProperties f : files) {
if (f.getPath() == null || f.getPath().isEmpty()) {
if (f.getPath() == null || f.getPath().isEmpty()) {
Loading