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 2c2a2a231e47c99809ecf8ba037051c3d08f6ba9 Author: Marcin Mielzynski <[email protected]> Date: Tue Apr 7 23:26:32 2015 +0200 Enable test perl stub --- test/org/joni/test/TestJoni.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/org/joni/test/TestJoni.java b/test/org/joni/test/TestJoni.java index b7d5744..d10924d 100644 --- a/test/org/joni/test/TestJoni.java +++ b/test/org/joni/test/TestJoni.java @@ -30,6 +30,7 @@ public class TestJoni extends TestCase { private Test testLookBehind; private Test testu8; private Test testInterrupt; + private Test testPerl; protected void setUp() { testa = new TestA(); @@ -39,6 +40,7 @@ public class TestJoni extends TestCase { testu8 = new TestU8(); testLookBehind = new TestLookBehind(); testInterrupt = new TestInterrupt(); + testPerl = new TestPerl(); } protected void tearDown() { @@ -71,4 +73,9 @@ public class TestJoni extends TestCase { public void testInterrupt() { testJoniTest(testInterrupt); } + + public void testPerl() { + testJoniTest(testPerl); + } + } -- 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

