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 Apr 21, 2021
1 parent a6f2d96 commit 54d90e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import hbz.limetrans.util.Settings;

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

import java.io.IOException;
Expand Down Expand Up @@ -58,7 +57,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 54d90e3

Please sign in to comment.