Skip to content

Commit

Permalink
repair test cases #351
Browse files Browse the repository at this point in the history
  • Loading branch information
scahyono committed Sep 8, 2014
1 parent a0e95a4 commit d2883dc
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,6 +1,9 @@
<cfcomponent extends="standard_validations">

<cffunction name="setup">
<!--- pre-load models that will be called during test --->
<cfset model('users')>
<cfset model('post')>
<cfset oldDataSourceName = application.wheels.dataSourceName>
<cfset application.wheels.dataSourceName = "">
<cfset StructDelete(application.wheels.models, "UserTableless", false)>
Expand Down

0 comments on commit d2883dc

Please sign in to comment.