[jruby-joni] 14/31: remove dupped test

Hideki Yamane henrich at moszumanska.debian.org
Sat Feb 24 10:44:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository jruby-joni.

commit 9f9939f6f997476e00127c7b1ed013542795822c
Author: lopex <lopx at gazeta.pl>
Date:   Fri Feb 2 11:51:17 2018 +0100

    remove dupped test
---
 test/org/joni/test/TestU8.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 6500930..ba2bdd6 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -188,8 +188,6 @@ public class TestU8 extends Test {
         x2s("(?i)(?<=\u0149)a", "\u02bcna", 3, 4);
 
         x2s("(?<=(?i)ab)cd", "ABcd", 2, 4);
-
-        x2s("(?<=(?i)ab)cd", "ABcd", 2, 4);
         x2s("(?<=(?i:ab))cd", "ABcd", 2, 4);
         ns("(?<=(?i)ab)cd", "ABCD");
         ns("(?<=(?i:ab))cd", "ABCD");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git



More information about the pkg-java-commits mailing list