diff options
-rwxr-xr-x | test/it_dbi.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/it_dbi.t b/test/it_dbi.t index 2baf9e3..4b0c9a8 100755 --- a/test/it_dbi.t +++ b/test/it_dbi.t @@ -15,6 +15,7 @@ $dbi->query('create temporary table it_dbi_test ( );'); it_dbi::createclass(['table' => "it_dbi_test", 'forcecreate' => true]); +ok(new T_sl_accesscount, 'classes for tables exist'); $record = new it_dbi_test; $record->insert(['x' => 42, 'foo' => null]); |