Menu

#3 Constructor of TestListener has incorrect parameter type

open
nobody
None
5
2007-06-05
2007-06-05
Anonymous
No

The init() method org.cfcunit.service.TestListener.cfc:36 has:

<cfargument name="errorHelper" type="component" required="true"/>

However there is no component called component.cfc. Instead this should be:

<cfargument name="errorHelper" type="WEB-INF.cftags.component" required="true"/>

This prevents cfcUnit from running any test correctly.

Discussion


Log in to post a comment.