| Issue 27: | all tests fail | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. attempt to open any mxunit test in eclipse test runner 2. 3. I get "Component cannot implement component". seems that the problem is this, in TestCase.cfc: <cfcomponent displayname="TestCase" extends="Assert" implements="TestCase"> removing implements="TestCase" fixes the problem.
Nov 16, 2007
Project Member
#1
marc.es...@gmail.com
Owner:
virtix
Nov 16, 2007
(No comment was entered for this change.)
Cc:
-virtix marc.esher
Labels: -Priority-Medium Priority-Critical
Nov 29, 2007
fixed by removing the implements attribute
Status:
Fixed
|