[jruby-joni] 68/194: disable tests for upcoming jcodings release

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:28 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 133b85eab5d64ea9b1903ac27ed8dc8bd16accbf
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Sat Dec 30 18:18:03 2017 +0100

    disable tests for upcoming jcodings release
---
 test/org/joni/test/TestU8.java | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 5f28761..77a6f13 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -240,14 +240,14 @@ public class TestU8 extends Test {
         ns("(?ia)[\\w]+", "\u212a\u017f");
         ns("(?ia)[^\\W]+", "\u212a\u017f");
         x2s("(?ia)[^\\W]+", "ks", 0, 2);
-        ns("(?iu)\\p{ASCII}", "\u212a");
-        ns("(?iu)\\P{ASCII}", "s");
-        ns("(?iu)[\\p{ASCII}]", "\u212a");
-        ns("(?iu)[\\P{ASCII}]", "s");
-        ns("(?ia)\\p{ASCII}", "\u212a");
-        ns("(?ia)\\P{ASCII}", "s");
-        ns("(?ia)[\\p{ASCII}]", "\u212a");
-        ns("(?ia)[\\P{ASCII}]", "s");
+//        ns("(?iu)\\p{ASCII}", "\u212a");
+//        ns("(?iu)\\P{ASCII}", "s");
+//        ns("(?iu)[\\p{ASCII}]", "\u212a");
+//        ns("(?iu)[\\P{ASCII}]", "s");
+//        ns("(?ia)\\p{ASCII}", "\u212a");
+//        ns("(?ia)\\P{ASCII}", "s");
+//        ns("(?ia)[\\p{ASCII}]", "\u212a");
+//        ns("(?ia)[\\P{ASCII}]", "s");
         x2s("(?iu)[s]+", "Ss\u017f ", 0, 4);
         x2s("(?ia)[s]+", "Ss\u017f ", 0, 4);
         x2s("(?iu)[^s]+", "Ss\u017f ", 4, 5);

-- 
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