/wheels/tests/view/forms/fileField.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 7194be26c3f2d7ac931962156ed02dfe MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="ControllerWithModel")>
- </cffunction>
- <cffunction name="test_x_fileField_valid">
- <cfset loc.controller.fileField(objectName="user", property="firstname")>
- </cffunction>
- </cfcomponent>