From b038b45bd9df87fc3a22c8d3408ba62186ce0a91 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 27 Aug 2020 15:32:05 +0200 Subject: test for automatic creation of table classes --- test/it_dbi.t | 1 + 1 file changed, 1 insertion(+) (limited to 'test/it_dbi.t') 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]); -- cgit v1.2.3