diff t/lib/hmdbTest.pm @ 9:c32280662103 draft

Master branch Updating - - Fxx
author fgiacomoni
date Wed, 19 Sep 2018 11:09:30 -0400
parents 6091a80df951
children 4eb2de7c24d1
line wrap: on
line diff
--- a/t/lib/hmdbTest.pm	Sat Jan 20 17:36:51 2018 -0500
+++ b/t/lib/hmdbTest.pm	Wed Sep 19 11:09:30 2018 -0400
@@ -75,7 +75,7 @@
 	
 	my $oHmdb = lib::hmdb->new() ;
 	my $result = $oHmdb->parse_hmdb_csv_results($hmdb_pages, $mzs, $max) ; ## hash format result
-
+	print Dumper $result ;
 	return($result) ;
 }