Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 1, 2024
1 parent fc53116 commit 672ba6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/tickets/LDEV4753.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="mssql" {
query name="local.q" datasource=variables.datasource params=params {
echo("select * from LDEV4753 where id = :id");
}
systemOutput( q, true );
expect ( q.recordcount ).toBe( 1, "recordcount" );
loop list="id,myvalue,seqno" item="local.c"{
expect( q[ c ] ).toBe( form[ c ] );
Expand Down
1 change: 0 additions & 1 deletion test/tickets/LDEV4753_mysql.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="mysql" {
echo("select * from LDEV4753 where id = :id");
}
systemOutput( q, true );
expect ( q.recordcount ).toBe( 1 );
loop list="id,myvalue,seqno" item="local.c"{
expect( q[ c ] ).toBe( form[ c ] );
}
Expand Down

0 comments on commit 672ba6e

Please sign in to comment.