Issue 27: all tests fail
Status:  Fixed
Owner:
Closed:  Nov 2007
Cc:
Project Member Reported by marc.es...@gmail.com, Nov 16, 2007
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
(No comment was entered for this change.)
Owner: virtix
Nov 16, 2007
Project Member #2 marc.es...@gmail.com
(No comment was entered for this change.)
Cc: -virtix marc.esher
Labels: -Priority-Medium Priority-Critical
Nov 29, 2007
Project Member #3 marc.es...@gmail.com
fixed by removing the implements attribute
Status: Fixed