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 fe534c4 Start converting from JUnit 3 to 4.
new d964132 Fails randomly on Windows, so skip it on Windows.
new b4d6fc0 More converting from JUnit 3 to 4: Add @Test and minor
formatting.
The 2 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:
.../provider/webdav/test/WebdavVersioningTests.java | 8 ++++----
.../webdav4/test/Webdav4VersioningTests.java | 8 ++++----
.../vfs2/cache/AbstractFilesCacheTestsBase.java | 4 ++++
.../commons/vfs2/cache/DefaultFilesCacheTests.java | 3 +++
.../commons/vfs2/cache/LRUFilesCacheTests.java | 4 ++++
.../commons/vfs2/cache/NullFilesCacheTests.java | 5 +++++
.../commons/vfs2/cache/SoftRefFilesCacheTests.java | 4 ++++
.../commons/vfs2/cache/WeakRefFilesCacheTests.java | 4 ++++
.../vfs2/impl/test/DefaultFileMonitorTest.java | 4 +++-
.../commons/vfs2/impl/test/VfsClassLoaderTests.java | 6 ++++++
.../vfs2/provider/local/test/FileNameTests.java | 2 ++
.../commons/vfs2/provider/local/test/UrlTests.java | 4 ++++
.../provider/local/test/WindowsFileNameTests.java | 6 ++++++
.../vfs2/provider/res/test/Vfs444TestCase.java | 14 +++++++++++---
.../sftp/test/SftpMultiThreadWriteTests.java | 2 ++
.../commons/vfs2/provider/test/JunctionTests.java | 4 ++++
.../vfs2/test/AbstractProviderTestConfig.java | 2 ++
.../org/apache/commons/vfs2/test/ContentTests.java | 21 +++++++++++++++++++++
.../apache/commons/vfs2/test/LastModifiedTests.java | 7 +++++++
.../org/apache/commons/vfs2/test/NamingTests.java | 10 ++++++++++
.../org/apache/commons/vfs2/test/PathTests.java | 1 +
.../apache/commons/vfs2/test/PermissionsTests.java | 4 ++++
.../vfs2/test/ProviderCacheStrategyTests.java | 4 ++++
.../commons/vfs2/test/ProviderDeleteTests.java | 7 +++++++
.../commons/vfs2/test/ProviderRandomReadTests.java | 3 +++
.../vfs2/test/ProviderRandomReadWriteTests.java | 2 ++
.../vfs2/test/ProviderRandomSetLengthTests.java | 2 ++
.../apache/commons/vfs2/test/ProviderReadTests.java | 17 +++++++++++++++++
.../commons/vfs2/test/ProviderRenameTests.java | 4 ++++
.../commons/vfs2/test/ProviderWriteAppendTests.java | 2 ++
.../commons/vfs2/test/ProviderWriteTests.java | 16 ++++++++++++++++
.../java/org/apache/commons/vfs2/test/UriTests.java | 1 +
.../apache/commons/vfs2/test/UrlStructureTests.java | 2 ++
.../java/org/apache/commons/vfs2/test/UrlTests.java | 7 +++++--
34 files changed, 180 insertions(+), 14 deletions(-)