rpms/perl-PDL/devel perl-PDL-2.4.3-test_hdf.patch,NONE,1.1

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Feb 26 07:58:52 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-PDL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11104

Added Files:
	perl-PDL-2.4.3-test_hdf.patch 
Log Message:
Add the patch.


perl-PDL-2.4.3-test_hdf.patch:

--- NEW FILE perl-PDL-2.4.3-test_hdf.patch ---
diff -up PDL-2.4.3/t/hdf_sd.t.try PDL-2.4.3/t/hdf_sd.t
--- PDL-2.4.3/t/hdf_sd.t.try	2008-02-26 08:44:23.000000000 +0100
+++ PDL-2.4.3/t/hdf_sd.t	2008-02-26 08:40:45.000000000 +0100
@@ -20,7 +20,7 @@ BEGIN
     }  
     else
     {
-        plan tests => 32;
+        plan tests => 30;
     }
 }
 
@@ -295,7 +295,16 @@ foreach my $dataset ( $$H{SD}->SDgetvari
     }
 }
 
-print ">>VData :\n";
+# TEST 32:
+$H->close();
+ok( 1 );
+
+# Remove the testfile:
+unlink( $testfile );
+
+exit(0);
+
+=print ">>VData :\n";
 foreach my $Vname ( $$H{VS}->VSgetnames() )
 {
     if( !$$H{VS}->VSisattr($Vname) )
@@ -316,12 +325,3 @@ foreach my $Vname ( $$H{VS}->VSgetnames(
 	}
 }
 
-# TEST 32:
-$H->close();
-ok( 1 );
-
-
-# Remove the testfile:
-unlink( $testfile );
-
-exit(0);




More information about the fedora-extras-commits mailing list