Jeff,

 <!--- define base parameters --->
 <cfset variables.dsn = 'listManager_mySQL' />
 
 <!--- define bean data structure --->
 <cfset variables.testData = structNew() />
 <cfset variables.testData.id = '' />
 <cfset variables.testData.name = 'Test Property'/>
 <cfset variables.testData.dataType = 'String' />
 <cfset variables.testData.required = true />
 <cfset variables.testData.defaultValue = '' />
 <cfset variables.testData.currentValue = '' />

One thing I noticed right away is that this code should go inside the setUp() method. Didn't have a chance to look at the rest too closely.

--
Paul Kenney
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.pjk.us ----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).

An archive of the CFCDev list is available at www.mail-archive.com/[email protected]

Reply via email to