Skip to content

Commit 5f1731b

Browse files
committed
LDEV-4772 - fix test case
1 parent 700683c commit 5f1731b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/artifacts/lars/lucee-5.lar

-70.3 KB
Binary file not shown.

test/tickets/LDEV4772.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase"{
1010

1111
function run( testResults , testBox ) {
1212
describe( title="Test suite for LDEV-4772", body=function() {
13-
it(title = "Checking evaluate() with datetime", body = function( currentSpec ) {
13+
it(title = "checking if we can load a component from an old lar file", body = function( currentSpec ) {
1414

1515
// set old archive as mapping
1616
var curr=getDirectoryFromPath(getCurrentTemplatePath());
@@ -27,8 +27,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase"{
2727
archive=art;
2828

2929

30-
var ss=new org.cfpoi.spreadsheet.Spreadsheet();
31-
30+
var test=new org.lucee.test.Test();
31+
expect( test.foo() ).toBe("bar");
3232
});
3333

3434
});

0 commit comments

Comments
 (0)