You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2013/03/11 22:36:15 UTC

[1/41] git commit: RHEVM tests: have VCR match only on path and query, not full URI

RHEVM tests: have VCR match only on path and query, not full URI


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

Branch: refs/heads/master
Commit: 47bebc147f4865946eebf9c522f5964cc956c77a
Parents: f936f09
Author: David Lutterkort <lu...@redhat.com>
Authored: Thu Mar 7 09:41:16 2013 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Mon Mar 11 11:35:40 2013 -0700

----------------------------------------------------------------------
 server/tests/drivers/rhevm/common.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/47bebc14/server/tests/drivers/rhevm/common.rb
----------------------------------------------------------------------
diff --git a/server/tests/drivers/rhevm/common.rb b/server/tests/drivers/rhevm/common.rb
index 14a51f9..b3d3a63 100644
--- a/server/tests/drivers/rhevm/common.rb
+++ b/server/tests/drivers/rhevm/common.rb
@@ -22,5 +22,5 @@ VCR.configure do |c|
   # be sure to clear fixtures/*.yml files which can be done with "git checkout".
   # e.g.:
   # c.default_cassette_options = { :record => :all }
-  c.default_cassette_options = { :record => :none }
+  c.default_cassette_options = { :record => :none, :match_requests_on => [ :method, :path, :query ] }
 end