[jruby-joni] 26/194: disable property test supported by upcoming jcodings release

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:10 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 c9d5c9680f19c8553e4890e0f748637ed3b8d70d
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Sat Dec 23 19:18:12 2017 +0100

    disable property test supported by upcoming jcodings release
---
 test/org/joni/test/TestU8.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 1d2e7c7..09219f7 100755
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -160,7 +160,7 @@ public class TestU8 extends Test {
         x2s("\\A\\X\\X\\z", "\r\u0308", 0, 3);
         x2s("\\A\\X\\X\\z", "\n\u0308", 0, 3);
 
-        x2s("\\p{In_Unified_Canadian_Aboriginal_Syllabics_Extended}+", "\u18B0\u18FF", 0, 6);
+        // x2s("\\p{In_Unified_Canadian_Aboriginal_Syllabics_Extended}+", "\u18B0\u18FF", 0, 6);
         x2s("(?i)\u1ffc", "\u2126\u1fbe", 0, 6);
 
         super.test();

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