[libinline-java-perl] 238/398: change the specified PORT to a different one than the one used for SHARED_JVM

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 6af599c6190186d5f9c78a70f8a363bab336dc39
Author: patrick_leb <>
Date:   Thu Sep 25 01:51:41 2003 +0000

    change the specified PORT to a different one than the one used for
    SHARED_JVM
---
 t/12_callbacks.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/12_callbacks.t b/t/12_callbacks.t
index a8616a9..eaebcd4 100755
--- a/t/12_callbacks.t
+++ b/t/12_callbacks.t
@@ -6,7 +6,7 @@ use Inline Config =>
 
 use Inline (
 	Java => 'DATA',
-	PORT => 7891,
+	PORT => 17890,
 	STARTUP_DELAY => 20,	
 ) ;
 
@@ -301,4 +301,4 @@ class t15 extends InlineJavaPerlCaller {
 	public Object perldummy() throws InlineJavaException, InlineJavaPerlException, OwnException {
 		return CallPerl("main", "dummy", null) ;
 	}
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list