You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2019/03/25 14:10:18 UTC

[commons-fileupload] branch master updated (4938b9c -> 88273eb)

This is an automated email from the ASF dual-hosted git repository.

jochen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git.


    from 4938b9c  This closes 18
     add 41694d5  Use Apache Commons I/O in tests
     new 88273eb  This closes 16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/test/java/org/apache/commons/fileupload2/DefaultFileItemTest.java | 1 +
 1 file changed, 1 insertion(+)


[commons-fileupload] 01/01: This closes 16

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 88273eb84d6da9c1c0f584f7700da0cb499deafb
Merge: 4938b9c 41694d5
Author: Jochen Wiedmann (jwi) <jo...@softwareag.com>
AuthorDate: Mon Mar 25 15:09:43 2019 +0100

    This closes 16

 src/test/java/org/apache/commons/fileupload2/DefaultFileItemTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --cc src/test/java/org/apache/commons/fileupload2/DefaultFileItemTest.java
index 77b5c01,0855cb5..07fc2ec
--- a/src/test/java/org/apache/commons/fileupload2/DefaultFileItemTest.java
+++ b/src/test/java/org/apache/commons/fileupload2/DefaultFileItemTest.java
@@@ -27,13 -27,8 +27,14 @@@ import java.io.File
  import java.io.IOException;
  import java.io.OutputStream;
  import java.util.Arrays;
+ import org.apache.commons.io.FileUtils;
  
 +import org.apache.commons.fileupload2.DefaultFileItem;
 +import org.apache.commons.fileupload2.DefaultFileItemFactory;
 +import org.apache.commons.fileupload2.FileItem;
 +import org.apache.commons.fileupload2.FileItemFactory;
 +import org.apache.commons.io.FileUtils;
 +
  import org.junit.Test;
  
  /**