Skip to content

Commit

Permalink
Merge branch '6.2' of https://github.com/lucee/Lucee into 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 10, 2024
2 parents f0909a7 + 7480514 commit 1247514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/tickets/LDEV5181.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends = "org.lucee.cfml.test.LuceeTestCase" skip="true" {
component extends = "org.lucee.cfml.test.LuceeTestCase" {

function run( testResults, testBox ){
describe( "LDEV5181", function(){
Expand Down
2 changes: 1 addition & 1 deletion test/tickets/LDEV5185.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="org.lucee.cfml.test.LuceeTestCase" skip="true" {
component extends="org.lucee.cfml.test.LuceeTestCase" {


function run( testResults , testBox ) {
Expand Down
2 changes: 1 addition & 1 deletion test/tickets/LDEV5186.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="org.lucee.cfml.test.LuceeTestCase" skip=true {
component extends="org.lucee.cfml.test.LuceeTestCase" {
function run( testResults , testBox ) {
describe( title = "Testcase for LDEV-5186", body = function() {
it( title = "check to get some classes and instances", body = function( currentSpec ) {
Expand Down

0 comments on commit 1247514

Please sign in to comment.