[jruby-joni] 50/194: enable passing tests

Hideki Yamane henrich at moszumanska.debian.org
Thu Feb 1 12:04:25 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 218f41c600ddecded34843c5a7697f45e4616c08
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date:   Fri Dec 29 22:42:17 2017 +0100

    enable passing tests
---
 test/org/joni/test/TestU.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/org/joni/test/TestU.java b/test/org/joni/test/TestU.java
index fbd5065..5ceb829 100755
--- a/test/org/joni/test/TestU.java
+++ b/test/org/joni/test/TestU.java
@@ -787,9 +787,9 @@ public class TestU extends Test {
         x2s("\u001F\u00A0\000\000", "\u001F\u00A8\000\000", 0, 2, Option.IGNORECASE);
         // FIXME: Case folding for 'LATIN CAPITAL LETTER SHARP S' not supported
         // full case folding: u+1E9E and u+0073 u+0073
-        // x2s("\u001E\u009E\000\000", "\u0000\u0073\u0000\u0073\000\000", 0, 4, Option.IGNORECASE);
+        x2s("\u001E\u009E\000\000", "\u0000\u0073\u0000\u0073\000\000", 0, 4, Option.IGNORECASE);
         // simple case folding: u+1E9E and u+00DF
-        // x2s("\u001E\u009E\000\000", "\u0000\u00DF\000\000", 0, 2, Option.IGNORECASE);
+        x2s("\u001E\u009E\000\000", "\u0000\u00DF\000\000", 0, 2, Option.IGNORECASE);
 
         // Case fold exceeding Analyser#THRESHOLD_CASE_FOLD_ALT_FOR_EXPANSION (= 8)
         x2s("\u0000\u0041\u0000\u0041\u0000\u0041\u0000\u0041\000\000", "\u0000\u0061\u0000\u0061\u0000\u0061\u0000\u0061\000\000", 0, 8, Option.IGNORECASE);

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