You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/31 12:13:34 UTC

[incubator-hop] branch master updated: HOP-2358: re-enable XLS test

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new e834885  HOP-2358: re-enable XLS test
     new c658e48  Merge pull request #518 from hansva/HOP-2358
e834885 is described below

commit e8348857ef65f28491851903e38ae074426a81b3
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Dec 31 12:08:00 2020 +0100

    HOP-2358: re-enable XLS test
---
 .../pipeline/transforms/excelinput/ExcelInputContentParsingTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/transforms/excelinput/src/test/java/org/apache/hop/pipeline/transforms/excelinput/ExcelInputContentParsingTest.java b/plugins/transforms/excelinput/src/test/java/org/apache/hop/pipeline/transforms/excelinput/ExcelInputContentParsingTest.java
index df963c0..3746f15 100644
--- a/plugins/transforms/excelinput/src/test/java/org/apache/hop/pipeline/transforms/excelinput/ExcelInputContentParsingTest.java
+++ b/plugins/transforms/excelinput/src/test/java/org/apache/hop/pipeline/transforms/excelinput/ExcelInputContentParsingTest.java
@@ -26,7 +26,6 @@ import org.apache.hop.core.Const;
 import org.apache.hop.junit.rules.RestoreHopEngineEnvironment;
 import org.apache.poi.openxml4j.util.ZipSecureFile;
 import org.junit.ClassRule;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
@@ -51,7 +50,6 @@ public class ExcelInputContentParsingTest extends BaseExcelParsingTest {
     System.clearProperty( Const.HOP_ZIP_MIN_INFLATE_RATIO );
   }
 
-  @Ignore
   @Test
   public void testXLS() throws Exception {
     meta.setSpreadSheetType( SpreadSheetType.POI );