PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cfset global.user = createobject("component", "wheelsMapping.Model").$initModelClass("Users")>
  3. <cffunction name="test_primaryKey_valid">
  4. <cfset fail()>
  5. </cffunction>
  6. <cffunction name="test_key_valid">
  7. <cfset fail()>
  8. </cffunction>
  9. </cfcomponent>