You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/06 22:43:11 UTC

[commons-vfs] branch master updated (46a67ef -> d73305a)

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

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


    from 46a67ef  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git
     add d73305a  [VFS-624] Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent (#93)

No new revisions were added by this update.

Summary of changes:
 .../local/LocalFileRandomAccessContent.java        |  4 +-
 .../provider/ram/RamFileRandomAccessContent.java   | 30 ++++++-----
 .../LocalFileRandomAccessContentTestCase.java      | 53 +++++++++++++++++++
 .../test/RamFileRandomAccessContentTestCase.java   | 61 ++++++++++++++++++++++
 .../src/test/resources/test-data/0xff_file.txt     |  1 +
 5 files changed, 134 insertions(+), 15 deletions(-)
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/local/LocalFileRandomAccessContentTestCase.java
 create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ram/test/RamFileRandomAccessContentTestCase.java
 create mode 100644 commons-vfs2/src/test/resources/test-data/0xff_file.txt