You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2019/02/10 22:07:16 UTC

[any23] branch master updated: Fix integration test

This is an automated email from the ASF dual-hosted git repository.

hansbrende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new e1ff540  Fix integration test
e1ff540 is described below

commit e1ff5408a96b0279ceba28edad85b247a650aa8a
Author: Hans <fi...@gmail.com>
AuthorDate: Sun Feb 10 16:06:43 2019 -0600

    Fix integration test
---
 .../src/test/java/org/apache/any23/plugin/PluginIT.java               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 e8e4505..351280a 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,9 +41,9 @@ import static org.junit.Assert.assertTrue;
  */
 public class PluginIT {
 
-    private static final int NUM_OF_EXTRACTORS_INCL_OPENIE = 34;
+    private static final int NUM_OF_EXTRACTORS_INCL_OPENIE = 37;
     
-    private static final int NUM_OF_EXTRACTORS_EXCL_OPENIE = 33;
+    private static final int NUM_OF_EXTRACTORS_EXCL_OPENIE = 36;
 
     private static final String PLUGIN_DIR = "target/plugins-build/";