It has all the attributes coming into the fuse and then calls the intended
fuse. It also resets the alias "self" from its normal "index.cfm" to
"ShowVariables.cfm" -- a file I wrote that just spits out whatever variables
are being passed once the fuse executes. Here's an example...

<cfscript>
  self = 'ShowVariables.cfm';'
  userID = '';
  attributes.RFA.submitForm = '';
</cfscript>

<cfinclude template="fuseName.cfm">



-----Original Message-----
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 26, 2000 12:57 PM
To: [EMAIL PROTECTED]
Subject: RE: Documentation System for Cold Fusion


Thanks for the detailed reply!
What a great list!  Best "CF Feature"

What does a typical "test harness" look like?

best,  paul


At 03:20 PM 8/26/00 -0700, you wrote:
>along with a test harness to allow
>me to unit test each fuse individually.

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to