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 2014/04/08 01:03:18 UTC

git commit: fix number of identified extractors

Repository: any23
Updated Branches:
  refs/heads/master 37eb9b839 -> 101dc0ec6


fix number of identified extractors


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

Branch: refs/heads/master
Commit: 101dc0ec66c52bf948a705614bc6b9c56b07e866
Parents: 37eb9b8
Author: lewismc <le...@apache.org>
Authored: Mon Apr 7 22:47:48 2014 +0000
Committer: lewismc <le...@apache.org>
Committed: Mon Apr 7 22:47:48 2014 +0000

----------------------------------------------------------------------
 .../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/101dc0ec/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 bf14078..cbb9c32 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 = 29;
+    private static final int NUM_OF_EXTRACTORS = 30;
 
     private static final String PLUGIN_DIR = "target/plugins-build/";