Decommission Encode::Tcl HZ testing for now.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Mar 2002 02:34:32 +0000 (02:34 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Mar 2002 02:34:32 +0000 (02:34 +0000)
p4raw-id: //depot/perl@15033

ext/Encode/t/Tcl.t

index cad5a01..17fcbf4 100644 (file)
@@ -126,7 +126,9 @@ my @ary_buff = (  # [ encoding, decoded, encoded ]
 );
 
 plan test => $n*@encodings + $n*@encodings*@greek
-  + $n*@encodings*@ideodigit + $num_esc + $n + @hz_txt + @ary_buff;
+  + $n*@encodings*@ideodigit + $num_esc +
+# + $n + @hz_txt
+  + @ary_buff;
 
 foreach my $enc (@encodings)
  {
@@ -211,6 +213,7 @@ foreach my $enc (@encodings)
    return encode($hz, pack 'U*', unpack 'n*', pack 'H*', shift);
   };
 
+ if(0){
  foreach my $enc ($hz)
   {
    my $tab = Encode->getEncoding($enc);
@@ -225,6 +228,7 @@ foreach my $enc (@encodings)
       "$enc mangled translating to Unicode");
     }
   }
+  }
 }
 
 for my $ary (@ary_buff) {