Skip to content

Commit

Permalink
LDEV-4835 - clean test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Feb 3, 2025
1 parent 3bca038 commit 7702919
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tickets/LDEV4835.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ component extends="org.lucee.cfml.test.LuceeTestCase" skip="true" {
if(m.getVirtual()=='/'&name) has=true;
dump(m.getVirtual()&":"&m.getPhysical());
}
dump(has);
}
finally {
if(directoryExists(dir)) directoryDelete(dir, true);
}


expect(has).toBeTrue();
});

Expand Down

0 comments on commit 7702919

Please sign in to comment.