/wheels/tests/model/properties/columns.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 5438d87a8849e3456150f848f9126b36 MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
-
- <cffunction name="test_columns_returns_array">
- <cfset loc.columns = model("author").columns() />
- <cfset assert('IsArray(loc.columns) eq true') />
- </cffunction>
-
- </cfcomponent>