/wheels/tests/model/crud/_keys.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 13 lines · 9 code · 4 blank · 0 comment · 0 complexity · 8def904dd109eebe828638db52b74738 MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
- <cfset global.user = createobject("component", "wheelsMapping.Model").$initModelClass("Users")>
-
- <cffunction name="test_primaryKey_valid">
- <cfset fail()>
- </cffunction>
-
- <cffunction name="test_key_valid">
- <cfset fail()>
- </cffunction>
- </cfcomponent>