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 005b574f7c9bcf156f587b587495626083633fe5 Author: Marcin Mielzynski <[email protected]> Date: Mon Mar 16 21:25:46 2015 +0100 Fix the test --- test/org/joni/test/TestA.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/joni/test/TestA.java b/test/org/joni/test/TestA.java index bd95f3e..2a69222 100644 --- a/test/org/joni/test/TestA.java +++ b/test/org/joni/test/TestA.java @@ -501,7 +501,7 @@ public class TestA extends Test { x2s("(?<=\\babc)d", " abcd", 4, 5); x2s("(?<=\\Babc)d", "aabcd", 4, 5); x2s("([^\\s]+),(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 1, 62); - x2s(",(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 5, 52); + x2s(",(.*)+", " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx ", 5, 62); } public static void main(String[] args) throws Throwable{ -- 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

