[libinline-java-perl] 207/398: Removed foreign characters test
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:43:04 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 5705c17beaa760c8e9d32c1404d76eaa603a7e39
Author: patrick_leb <>
Date: Thu Jul 11 16:39:43 2002 +0000
Removed foreign characters test
---
t/02_primitives.t | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/t/02_primitives.t b/t/02_primitives.t
index 40b298a..ea39c70 100644
--- a/t/02_primitives.t
+++ b/t/02_primitives.t
@@ -10,7 +10,7 @@ use Inline (
BEGIN {
- plan(tests => 109) ;
+ plan(tests => 108) ;
}
@@ -147,9 +147,6 @@ my $t = new types2() ;
my $str = "\r\n&&&\r\n\ntre gfd gf$$ b F D&a;t% R f &p;vf\r\r" ;
ok($t->_String($str), $str) ;
- $str = "����" ;
- ok($t->_String($str), $str) ;
-
ok($t->_StringBuffer(undef), undef) ;
ok($t->_StringBuffer(0), "0") ;
ok($t->_StringBuffer("stringbuffer"), 'stringbuffer') ;
--
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