/wheels/tests/model/_query/page.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · b03227c2ac60ac32340565690c0cf3fc MD5 · raw file

  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="setup">
  3. <cfset loc.profileModel = model("profile")>
  4. </cffunction>
  5. <cffunction name="test_set_page">
  6. <cfset loc.profileModel.page(1)>
  7. <cfset assert('loc.profileModel.toQuery().page eq 1')>
  8. </cffunction>
  9. </cfcomponent>