summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNathan Gass2020-08-27 15:32:05 +0200
committerNathan Gass2020-08-27 15:32:05 +0200
commitb038b45bd9df87fc3a22c8d3408ba62186ce0a91 (patch)
tree534c7a01894a9e18729a5cbde9d9884707777ff6 /test
parentf42d056812d4c1766d75bd8ab6d871e06a700302 (diff)
downloaditools-b038b45bd9df87fc3a22c8d3408ba62186ce0a91.tar.gz
itools-b038b45bd9df87fc3a22c8d3408ba62186ce0a91.tar.bz2
itools-b038b45bd9df87fc3a22c8d3408ba62186ce0a91.zip
test for automatic creation of table classes
Diffstat (limited to 'test')
-rwxr-xr-xtest/it_dbi.t1
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]);