You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/08/23 20:27:09 UTC

[12/15] any23 git commit: ANY23-304 increase number of extractors found

ANY23-304 increase number of extractors found


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/6d5c39e5
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/6d5c39e5
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/6d5c39e5

Branch: refs/heads/master
Commit: 6d5c39e57b5e8a4dd29da27e3137c396dd1ffbd9
Parents: d4008bc
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Jul 26 14:19:37 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Jul 26 14:19:37 2017 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/any23/plugin/PluginIT.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/6d5c39e5/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java
----------------------------------------------------------------------
diff --git a/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java b/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java
index 4347c8b..1abeb2b 100644
--- a/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java
+++ b/plugins/integration-test/src/test/java/org/apache/any23/plugin/PluginIT.java
@@ -41,7 +41,7 @@ import static org.junit.Assert.assertTrue;
  */
 public class PluginIT {
 
-    private static final int NUM_OF_EXTRACTORS = 32;
+    private static final int NUM_OF_EXTRACTORS = 34;
 
     private static final String PLUGIN_DIR = "target/plugins-build/";