You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2012/05/21 12:07:10 UTC

[PATCH core 29/51] Test: Fixed Ruby 1.9 compatibility issue with 'case' statement.

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@redhat.com>
---
 server/tests/drivers/mock/common.rb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/tests/drivers/mock/common.rb b/server/tests/drivers/mock/common.rb
index 2b96711..2610965 100644
--- a/server/tests/drivers/mock/common.rb
+++ b/server/tests/drivers/mock/common.rb
@@ -1,3 +1,6 @@
+ENV['API_USERNAME'] = 'mockuser'
+ENV['API_PASSWORD'] = 'mockpassword'
+
 load File.join(File.dirname(__FILE__), '..', '..', '..', 'lib', 'deltacloud_rack.rb')
 
 Deltacloud::configure do |server|
-- 
1.7.10.1