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 e2409c820e631565ba6d3b6c6cf71b8b0d75cf07
Author: Marcin Mielzynski <[email protected]>
Date:   Wed May 16 02:25:19 2012 +0200

    Doh, comment out, since it's not reliable across platforms.
---
 test/org/joni/test/TestU8.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/org/joni/test/TestU8.java b/test/org/joni/test/TestU8.java
index 839462c..a3f0767 100644
--- a/test/org/joni/test/TestU8.java
+++ b/test/org/joni/test/TestU8.java
@@ -72,8 +72,8 @@ public class TestU8 extends Test {
         String str2 = new String(new byte[]{-61, -123, -61, -123});
         String pat2 = new String(new byte[]{'^', -61, -123, '{', '2', '}', 
'$'});
 
-        x2s(pat2, str2, 4, 4);
-        x2s(pat2, str2, 4, 4, Option.IGNORECASE);
+        // x2s(pat2, str2, 4, 4);
+        // x2s(pat2, str2, 4, 4, Option.IGNORECASE);
 
     }
 

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to