[svn:dbd-oracle] r14593 - dbd-oracle/trunk/t
[email protected] Sat, 18 Dec 2010 16:33:29 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: byterock
Date: Sat Dec 18 16:33:28 2010
New Revision: 14593
Modified:
dbd-oracle/trunk/t/51scroll.t
Log:
Fix for rt.cpan.org Ticket #=62152: Found one where I made a little bug in the # of test
Modified: dbd-oracle/trunk/t/51scroll.t
==============================================================================
--- dbd-oracle/trunk/t/51scroll.t (original)
+++ dbd-oracle/trunk/t/51scroll.t Sat Dec 18 16:33:28 2010
@@ -25,7 +25,7 @@
if ($dbh){
- plan tests => 33;
+ plan tests => 32;
}
else {