Skip to content

Commit

Permalink
Update dbInfo.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 3, 2025
1 parent 68b20bc commit 905395c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tags/dbInfo.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
var datasources = variables._datasources;
loop collection=datasources key="local.dbType" value="local.ds" {

systemOutput( dbtype, true);
createSchema( ds, dbtype, prefix );

describe( title="Test suite for DBINFO, db: [#dbType#]", body=function() {

it(title = "dbinfo columns [#dbType#]",
data = { prefix: prefix, ds: ds, dbtype: dbtype },
body = function( data ) {
Expand Down

0 comments on commit 905395c

Please sign in to comment.