configuring cfcUnit on Linux
by Rolando on Apr.19, 2007, under ColdFusion
It works great, but as usual you have make a few modifications before getting it to work properly.
- Unzip your cfcUnit file.
- Place the inside folder content (cfcunit and org) in your webroot
- Modify the file cfcunit/index.cfm and change
<code><cfinclude template="machII/mach-ii.cfm"/></code> to:
<code><cfinclude template="machii/mach-ii.cfm"/></code> - Create a mapping to your org folder in coldfusion.
- That's it, now run the test as explained in their documentation and it should work!


