Updated Branches: refs/heads/master 0ec3e91ee -> 187eb0187
another tmp commit for ANY23-140 - Revise Any23 tests to remove fetching of web content Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/187eb018 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/187eb018 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/187eb018 Branch: refs/heads/master Commit: 187eb01870929280941321e531b508a91f107558 Parents: 0ec3e91 Author: lewismc <[email protected]> Authored: Wed Apr 24 12:34:13 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed Apr 24 12:34:13 2013 -0700 ---------------------------------------------------------------------- core/src/test/java/org/apache/any23/Any23Test.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/187eb018/core/src/test/java/org/apache/any23/Any23Test.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/any23/Any23Test.java b/core/src/test/java/org/apache/any23/Any23Test.java index a6aa9f4..ce771c9 100644 --- a/core/src/test/java/org/apache/any23/Any23Test.java +++ b/core/src/test/java/org/apache/any23/Any23Test.java @@ -459,6 +459,7 @@ public class Any23Test extends Any23OnlineTestBase { * @throws IOException * @throws ExtractionException */ + @Ignore("ANY23-140 - Revise Any23 tests to remove fetching of web content") @Test public void testXMLMimeTypeManagementViaURL() throws IOException, ExtractionException { assumeOnlineAllowed(); @@ -471,6 +472,7 @@ public class Any23Test extends Any23OnlineTestBase { Assert.assertEquals(0, cth.getCount()); } + @Ignore("ANY23-140 - Revise Any23 tests to remove fetching of web content") @Test public void testBlankNodesViaURL() throws IOException, ExtractionException { assumeOnlineAllowed();
