~stewart/dbd-drizzle/fixup-for-modern-perl

« back to all changes in this revision

Viewing changes to t/35limit.t

  • Committer: root
  • Date: 2011-02-25 19:57:15 UTC
  • Revision ID: root@domu-12-31-39-05-46-12-20110225195715-fcn0dehw2h96kjny
Release of 0.303

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
ok($sth->finish);
56
56
 
 
57
$dbh->{AutoCommit} = 1;
57
58
ok($dbh->do("DROP TABLE $table"));
58
59
 
59
60
ok($dbh->disconnect);