You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List<?> list = ESAPI.httpUtilities().getFileUploads(request4, home);
250
-
assertTrue( list.size() > 0 );
251
-
Iterator<?> i = list.iterator();
252
-
while ( i.hasNext() ) {
253
-
Filef = (File)i.next();
254
-
f.delete();
255
-
}
256
-
} catch (ValidationExceptione) {
257
-
// TODO: This test cases if failing when we upgrade to commons-fileupload;commons-fileupload:1.4 because of a duplicate file error. Need to figure out why.
258
-
System.out.println("ERROR in testGetFileUploads() request4: " + e.toString());
0 commit comments