diff t/lib/hmdbTest.pm @ 4:6091a80df951 draft

planemo upload commit e2dfb6f7afeeb7767ef83e9e2c3a2d3e6a94ae98
author fgiacomoni
date Fri, 19 Jan 2018 09:38:17 -0500
parents 6d0a0f8f672a
children c32280662103
line wrap: on
line diff
--- a/t/lib/hmdbTest.pm	Mon Feb 20 09:55:54 2017 -0500
+++ b/t/lib/hmdbTest.pm	Fri Jan 19 09:38:17 2018 -0500
@@ -71,10 +71,10 @@
 
 ## sub
 sub parse_hmdb_csv_resultsTest {
-	my ($hmdb_pages, $mzs ) = @_ ;
+	my ($hmdb_pages, $mzs, $max ) = @_ ;
 	
 	my $oHmdb = lib::hmdb->new() ;
-	my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs) ; ## hash format result
+	my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max) ; ## hash format result
 
 	return($result) ;
 }