diff options
Diffstat (limited to 't/02_commitratio.t')
-rw-r--r-- | t/02_commitratio.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/02_commitratio.t b/t/02_commitratio.t index 6daad1e5e..018d33a79 100644 --- a/t/02_commitratio.t +++ b/t/02_commitratio.t @@ -1,6 +1,6 @@ #!perl -## Test the "database_size" action +## Test the "commitratio" action use 5.006; use strict; @@ -12,12 +12,12 @@ use CP_Testing; use vars qw/$dbh $dbh2 $SQL $count $host $t $result $user/; -my $cp = CP_Testing->new({default_action => 'database_commitratio'}); +my $cp = CP_Testing->new({default_action => 'commitratio'}); $dbh = $cp->test_database_handle(); -my $S = q{Action 'database_commitratio'}; -my $label = 'POSTGRES_DATABASE_COMMITRATIO'; +my $S = q{Action 'commitratio'}; +my $label = 'POSTGRES_COMMITRATIO'; $cp->drop_all_tables(); |