projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333c0cc
)
Remove unused variables.
author
Jeff Boes
<jeff@endpoint.com>
Fri, 24 Apr 2009 17:43:59 +0000
(13:43 -0400)
committer
Jeff Boes
<jeff@endpoint.com>
Fri, 24 Apr 2009 18:49:56 +0000
(14:49 -0400)
t/02_settings_checksum.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_settings_checksum.t
b/t/02_settings_checksum.t
index a472bcb41b5cf94dcf6b8157b785d8695f8da65a..24977dd40ddebf9172d9a30db711ce87a5bc5fe1 100644
(file)
--- a/
t/02_settings_checksum.t
+++ b/
t/02_settings_checksum.t
@@
-12,9
+12,6
@@
use CP_Testing;
use vars qw/$dbh $result $t $host $dbname $testtbl $testtrig_prefix/;
-$testtbl = 'test_settings_checksum';
-$testtrig_prefix = 'test_settings_checksum_';
-
my $cp = CP_Testing->new( {default_action => 'settings_checksum'} );
$dbh = $cp->test_database_handle();