You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2017/04/26 01:16:18 UTC

[tika] branch 2.x updated: TIKA-2309 fixed tika-parser-crypto-bundle IT

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

grossws pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/tika.git

The following commit(s) were added to refs/heads/2.x by this push:
       new  e7ad4ec   TIKA-2309 fixed tika-parser-crypto-bundle IT
e7ad4ec is described below

commit e7ad4ec15618211362d7b803ff956c981761cf72
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Wed Apr 26 04:16:04 2017 +0300

    TIKA-2309 fixed tika-parser-crypto-bundle IT
---
 .../src/test/java/org/apache/tika/module/crypto/BundleIT.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parser-bundles/tika-parser-crypto-bundle/src/test/java/org/apache/tika/module/crypto/BundleIT.java b/tika-parser-bundles/tika-parser-crypto-bundle/src/test/java/org/apache/tika/module/crypto/BundleIT.java
index 46fba94..1e1de5b 100644
--- a/tika-parser-bundles/tika-parser-crypto-bundle/src/test/java/org/apache/tika/module/crypto/BundleIT.java
+++ b/tika-parser-bundles/tika-parser-crypto-bundle/src/test/java/org/apache/tika/module/crypto/BundleIT.java
@@ -91,6 +91,6 @@ public class BundleIT {
     @Test
     public void testServicesCreated() throws Exception {
         ServiceReference[] services = bc.getAllServiceReferences(Parser.class.getName(), null);
-        assertEquals("Not all Services have started", 1, services.length);
+        assertEquals("Not all Services have started", 2, services.length);
     }
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@tika.apache.org" <co...@tika.apache.org>'].