Skip to content

Commit

Permalink
Unignore regexp filter test.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Jan 25, 2021
1 parent 0b1fff5 commit 762d967
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import hbz.limetrans.util.Helpers;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import java.io.IOException;
Expand Down Expand Up @@ -92,7 +91,6 @@ public void testAnyEquals() throws IOException {
testEqualsReference("any-equals", "Print version:");
}

@Ignore("org.metafacture.metamorph.functions.Regexp can't handle null values")
@Test
public void testAnyRegexp() throws IOException {
testEqualsReference("any-regexp", "~Science");
Expand Down

0 comments on commit 762d967

Please sign in to comment.