always, always cleanup after myself in tests. sigh.
This commit is contained in:
parent
57ff4405a6
commit
175304e915
1 changed files with 5 additions and 0 deletions
5
t/SQL.t
5
t/SQL.t
|
|
@ -262,3 +262,8 @@ $hrefHref = $session->db->buildHashRefOfHashRefs('select message, myIndex from t
|
|||
'myIndex' => $_->[0] } }
|
||||
grep { $_->[2] eq 'B' } @tableData;
|
||||
cmp_deeply($hrefHref, \%expected, 'buildHashRefOfHashRefs, 2 columns, 1 param');
|
||||
|
||||
|
||||
END: {
|
||||
$session->db->dbh->do('DROP TABLE IF EXISTS testTable');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue