/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
- <cfcomponent extends="wheelsMapping.Test">
-
- <cffunction name="test_new_valid">
- <cfset fail()>
- </cffunction>
-
- <cffunction name="test_create_valid">
- <cfset fail()>
- </cffunction>
- </cfcomponent>