Преглед изворни кода

Added basic test for parse_headers()

Alois Mahdal пре 11 година
родитељ
комит
ab194ce31b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      t/Repo.t

+ 1
- 0
t/Repo.t Прегледај датотеку

@@ -14,5 +14,6 @@ my $stm = $repo->load_stm(stm=>'/release/rc.stm');
14 14
 &helper::dmup(stm=>$stm);
15 15
 ok($stm,            "stm is true");
16 16
 
17
+ok($stm->parse_headers(), "parse_headers() returns true");
17 18
 
18 19
 done_testing();