浏览代码

less verbose testing

George S. Baugh 10 年之前
父节点
当前提交
c95446dcdc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      t/TestRail-Utils.t

+ 0 - 2
t/TestRail-Utils.t

@@ -34,7 +34,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),2,"Detects # of filenames correctly in TAP");
 
 $fcontents = '';
@@ -49,7 +48,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),7,"Detects # of filenames correctly in TAP");