Committed by Greg Sabino Mullane <[email protected]>
Subject: [DBD::Pg 3/4] Spellchecking updates
---
t/04misc.t | 2 +-
t/99_spellcheck.t | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/t/04misc.t b/t/04misc.t
index a90252f..b9de2bf 100644
--- a/t/04misc.t
+++ b/t/04misc.t
@@ -381,7 +381,7 @@ for my $ph (1..13) {
$t = "prepare/execute works with $total placeholders";
my $sql = 'SELECT count(*) FROM pg_class WHERE relpages IN (' . ('?,' x
$total);
$sql =~ s/.$/\)/;
- my $sth = $dbh->prepare($sql);
+ $sth = $dbh->prepare($sql);
my @arr = (1..$total);
my $count = $sth->execute(@arr);
is $count, 1, $t;
diff --git a/t/99_spellcheck.t b/t/99_spellcheck.t
index 7670641..c3cc051 100644
--- a/t/99_spellcheck.t
+++ b/t/99_spellcheck.t
@@ -558,6 +558,7 @@ YAML
yml
## TODO:
+cpantesters
hashrefs
rowtypes
struct
@@ -832,7 +833,16 @@ uc
Nothing
## Pg.h:
+DBILOGFP
+DBIS
+PGfooBar
+PYTHIAN
+THEADER
+cpansearch
+ocitrace
preprocessors
+src
+xxh
## Makefile.PL:
prereqs
--
1.7.1