You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/01/21 11:42:41 UTC

git commit: Tests: Set RACK_ENV value to non-empty string (MRI1.8 issue)

Updated Branches:
  refs/heads/master c06f3d2fd -> 8be51e5d6


Tests: Set RACK_ENV value to non-empty string (MRI1.8 issue)


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/8be51e5d
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/8be51e5d
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/8be51e5d

Branch: refs/heads/master
Commit: 8be51e5d68897582cc6b897fc0dc1a87dfb230a4
Parents: c06f3d2
Author: Michal Fojtik <mf...@redhat.com>
Authored: Mon Jan 21 11:42:00 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Jan 21 11:42:00 2013 +0100

----------------------------------------------------------------------
 server/tests/cimi/db/db_helper.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/8be51e5d/server/tests/cimi/db/db_helper.rb
----------------------------------------------------------------------
diff --git a/server/tests/cimi/db/db_helper.rb b/server/tests/cimi/db/db_helper.rb
index 56190c6..bc8bf32 100644
--- a/server/tests/cimi/db/db_helper.rb
+++ b/server/tests/cimi/db/db_helper.rb
@@ -5,7 +5,7 @@ else
   ENV['DATABASE_LOCATION'] = 'sqlite:/'
 end
 
-ENV['RACK_ENV'] = ''
+ENV['RACK_ENV'] = 'development'
 
 require_relative '../../../lib/db'