[libinline-java-perl] 163/398: *** empty log message ***

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:00 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 25835d99968b55f7faaef1d083b002ceb82e621f
Author: patrick_leb <>
Date:   Tue Jan 29 22:09:01 2002 +0000

    *** empty log message ***
---
 t/10_2_shared_start.t | 7 ++++++-
 t/10_3_shared_use.t   | 5 +++++
 t/10_4_shared_stop.t  | 5 +++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/t/10_2_shared_start.t b/t/10_2_shared_start.t
index dc26382..74a5f2d 100755
--- a/t/10_2_shared_start.t
+++ b/t/10_2_shared_start.t
@@ -5,11 +5,16 @@ use Test ;
 
 
 BEGIN {
+	require Inline::Java::Portable ;
 	if ($ENV{PERL_INLINE_JAVA_JNI}){
 		plan(tests => 0) ;
 		exit ;
 	}
-	else{
+	elsif (! Inline::Java::Portable::portable("DETACH_OK")){
+		plan(tests => 0) ;
+		exit ;
+	}
+	else{		
 		plan(tests => 4) ;
 	}
 }
diff --git a/t/10_3_shared_use.t b/t/10_3_shared_use.t
index c6fc169..34f64d7 100755
--- a/t/10_3_shared_use.t
+++ b/t/10_3_shared_use.t
@@ -5,10 +5,15 @@ use Test ;
 
 
 BEGIN {
+	require Inline::Java::Portable ;
 	if ($ENV{PERL_INLINE_JAVA_JNI}){
 		plan(tests => 0) ;
 		exit ;
 	}
+	elsif (! Inline::Java::Portable::portable("DETACH_OK")){
+		plan(tests => 0) ;
+		exit ;
+	}
 	else{
 		plan(tests => 3) ;
 	}
diff --git a/t/10_4_shared_stop.t b/t/10_4_shared_stop.t
index 8441237..72ff4fc 100755
--- a/t/10_4_shared_stop.t
+++ b/t/10_4_shared_stop.t
@@ -5,10 +5,15 @@ use Test ;
 
 
 BEGIN {
+	require Inline::Java::Portable ;
 	if ($ENV{PERL_INLINE_JAVA_JNI}){
 		plan(tests => 0) ;
 		exit ;
 	}
+	elsif (! Inline::Java::Portable::portable("DETACH_OK")){
+		plan(tests => 0) ;
+		exit ;
+	}
 	else{
 		plan(tests => 4) ;
 	}

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