PageRenderTime 24ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/model/_callbacks/afterNew.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 42326d7d1309af3c2a9fbf1921d58d69 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="setup">
  3. <cfset loc.controller = controller(name="dummy")>
  4. </cffunction>
  5. <cffunction name="test_afterNew_valid">
  6. <cfset fail()>
  7. </cffunction>
  8. </cfcomponent>