Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 17, 2017
1 parent aeb12a9 commit 94d7fb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/tickets/LDEV1214.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase"{
local.result=_InternalRequest(
template:uri
);
systemOutput(result.filecontent,1,1);
assertEquals("Random Entity",unwrap(result.filecontent));

});
});
}
Expand Down
2 changes: 0 additions & 2 deletions test/tickets/LDEV1214/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@
result = OrmExecuteQuery( "FROM RandomEntity where name=:name",{name='Random Entity'}, true );
echo(serialize(result.getName()));
//echo(entityLoadByPK( 'RandomEntity', 1 ).getId());
</cfscript>

0 comments on commit 94d7fb9

Please sign in to comment.