[DBD::Pg] Make sure we rewrite the new done_testing bit

dbdpg-commits-gENoVmVU/[email protected] Wed, 27 Nov 2013 23:36:35 -0500
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]>

Make sure we rewrite the new done_testing bit

---
 types.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/types.c b/types.c
index 4234077..f218eee 100644
--- a/types.c
+++ b/types.c
@@ -587,7 +587,7 @@ while (<$oldfh>) {
 				printf $newfh qq{is (%-*s, %5s, '%s returns correct value');\n},
 					3+$maxlen, $pgtype{$_}{define}, $pgtype{$_}{oid}, $pgtype{$_}{define};
 			}
-			print $newfh "\n";
+			print $newfh "\ndone_testing();\n";
 			$step = 1;
 			last;
 		}
-- 
1.8.4