This closes #32
Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/90274e10 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/90274e10 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/90274e10 Branch: refs/heads/master Commit: 90274e109c9bdd901cf7e9f5ae260eb2d1d1fbe2 Parents: c2abba8 fbbf092 Author: Nicolas LaleveÌe <[email protected]> Authored: Fri May 26 18:42:26 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Fri May 26 18:42:26 2017 +0200 ---------------------------------------------------------------------- .../test/filter/AbstractTestFilter.java | 59 +++++++++----------- test/java/org/apache/ivy/TestFixture.java | 2 +- test/java/org/apache/ivy/TestHelper.java | 4 +- .../org/apache/ivy/ant/AntCallTriggerTest.java | 8 +-- .../org/apache/ivy/ant/BuildOBRTaskTest.java | 2 + .../java/org/apache/ivy/ant/IvyResolveTest.java | 6 +- .../ivy/ant/testutil/AntTestListener.java | 12 ++-- .../DefaultRepositoryCacheManagerTest.java | 5 +- .../apache/ivy/core/resolve/ResolveTest.java | 28 +++++----- .../core/settings/XmlSettingsParserTest.java | 2 +- .../java/org/apache/ivy/core/sort/SortTest.java | 2 +- .../IgnoreCircularDependencyStrategyTest.java | 5 +- .../xml/XmlModuleDescriptorWriterTest.java | 8 +-- .../apache/ivy/plugins/parser/xml/test-info.xml | 2 +- .../ivy/plugins/parser/xml/test-write-info.xml | 2 +- .../repository/vfs/VfsRepositoryTest.java | 10 ++-- .../plugins/repository/vfs/VfsResourceTest.java | 2 +- .../plugins/repository/vfs/VfsTestHelper.java | 2 +- .../ivy/plugins/repository/vfs/VfsURI.java | 6 +- .../plugins/resolver/BintrayResolverTest.java | 1 - .../resolver/FileSystemResolverTest.java | 2 +- .../plugins/resolver/IBiblioResolverTest.java | 2 +- .../plugins/resolver/ResolverTestHelper.java | 3 +- .../version/PatternVersionMatcherTest.java | 4 +- .../ivy/util/url/ApacheURLListerTest.java | 5 +- 25 files changed, 91 insertions(+), 93 deletions(-) ----------------------------------------------------------------------
