Skip to content

Commit

Permalink
LDEV-1282 - improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 9, 2023
1 parent 08726f3 commit 94e1902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV4506.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="date" skip=false {
}).tothrow();
});

it( title=" '5 6' should not be treated as a date", body=function( currentSpec ) {
it( title=" '5 6' should not be treated as a date",skip=true, body=function( currentSpec ) { // MICHA: skiping this,because we wanna Lucee to convert this to a date
expect( isDate("5 6") ).toBeFalse();
});
});
Expand Down

0 comments on commit 94e1902

Please sign in to comment.