Belden
unread,Jan 23, 2012, 4:01:14 PM1/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mxunit
Hello,
Does the latest version of MXUnit support ColdFusion 7? And if not,
where can I find the build that supports ColdFusion 7.
I tried to run a basic test case, however, I dropped my "mxunit"
folder not directly under the "wwwroot" folder, but further down the
directory tree. And in my CFC test case file I put the following in
the "extends" attribute for my "cfcomponent" tag: extends="[path from
root directory under wwwroot].mxunit.framework.TestCase". Is this
correct? Is there any other configuration setup I need if I don't put
the "mxunit" folder directly under the "wwwroot" folder.
Here is the error I got:
Message: Invalid token '!' found on line 445 at column 28.
Page Error Occurred at: /FSDSapp/Common/components/gateways/
FSBaseTest.cfc
Error Details:
Invalid token '!' found on line 445 at column 28.
The CFML compiler was processing:
a script statement beginning with "if" on line 445, column 25.
a cfscript tag beginning on line 444, column 18.
a cfscript tag beginning on line 444, column 18.
The error occurred on line -1.