mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion <=1.6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e0fcc7d61
commit
b33735cf08
@ -223,6 +223,7 @@ public class TestAllFiles {
|
||||
public static Iterable<Object[]> files() {
|
||||
DirectoryScanner scanner = new DirectoryScanner();
|
||||
scanner.setBasedir(new File("test-data"));
|
||||
scanner.setExcludes(new String[] { "**/.svn" });
|
||||
|
||||
scanner.scan();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user