Change mk_tool::main() to pt_tool::main() in all tests.

This commit is contained in:
Daniel Nichter
2011-06-29 11:56:49 -06:00
parent fd0941534a
commit 8e11cd85b3
112 changed files with 357 additions and 357 deletions

View File

@@ -24,7 +24,7 @@ sub verify {
my ( $mode, $time ) = @_;
my $boundary;
eval {
$boundary = mk_query_digest::verify_run_time(
$boundary = pt_query_digest::verify_run_time(
run_mode => $mode,
run_time => $time,
);