/wheels/tests/model/crud/_new-inserts.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · c50d536f122b8c48f841e907f2742a5b MD5 · raw file

  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="test_new_valid">
  3. <cfset fail()>
  4. </cffunction>
  5. <cffunction name="test_create_valid">
  6. <cfset fail()>
  7. </cffunction>
  8. </cfcomponent>