File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 });
You can’t perform that action at this time.
0 commit comments