-
Running tests in HTML mode throws the error:
The argument ERRORHELPER passed to function init() is not of type component.
This has happened regardless of the actual test component, and comes from org/cfcunit/service/TestListener.cfc (34) . In the , I don't think type="component" is a valid type:
http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pa4.htm
Removing the...
2008-04-20 18:26:57 UTC by nobody
-
After unpacking cfcunit/ and org/ to the web root of a Linux server, visiting http://example.com/cfcunit/ gives the CF error:
Could not find the included template machII/mach-ii.cfm.
This seems to be caused by line 27 in cfcunit/index.cfm. The file is actually at machii/mach-ii.cfm (note case change) and editing it to that gives me the correct cfcunit index page.
From jp.stacey...
2008-04-20 17:40:40 UTC by nobody
-
[taskdef] Could not load definitions from resource org/cfunit/ant/antlib.xml. It could not be found.
2007-07-09 20:47:19 UTC by nobody
-
The init() method org.cfcunit.service.TestListener.cfc:36 has:
However there is no component called component.cfc. Instead this should be:
This prevents cfcUnit from running any test correctly.
2007-06-05 21:03:32 UTC by nobody
-
When class does not match the loop for a component will loop forever.
org.cfcunit.framework.Assert.cfc:144
This should be:
To ensure the loop breaks successfully.
2007-06-05 21:00:41 UTC by nobody
-
2007-04-05 07:56:59 UTC by nobody
-
paulkenney committed patchset 122 of module cfcUnit to the OpenXCF CVS repository, changing 1 files.
2007-03-11 08:30:17 UTC by paulkenney
-
paulkenney committed patchset 121 of module cfcUnit to the OpenXCF CVS repository, changing 2 files.
2007-03-11 06:03:38 UTC by paulkenney
-
paulkenney committed patchset 120 of module cfcUnit to the OpenXCF CVS repository, changing 3 files.
2007-03-11 05:54:22 UTC by paulkenney
-
paulkenney committed patchset 119 of module cfcUnit to the OpenXCF CVS repository, changing 3 files.
2007-03-11 04:45:20 UTC by paulkenney