[DRE-commits] [ruby-fog-core] 03/05: require fog/core for tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 18 08:36:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-fog-core.

commit 18979504c8bd4ea0ce10319a64034ce6f54e571a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Nov 18 00:04:28 2014 +0530

    require fog/core for tests
---
 debian/patches/add-fog-core-require.patch | 12 ++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/add-fog-core-require.patch b/debian/patches/add-fog-core-require.patch
new file mode 100644
index 0000000..0d423b2
--- /dev/null
+++ b/debian/patches/add-fog-core-require.patch
@@ -0,0 +1,12 @@
+Description: add require 'fog/core' to fix tests
+ Tests fail otherwise.
+Author: Pirate Praveen <praveen at debian.org>
+Last-Update: <2014-11-17>
+
+--- ruby-fog-core-1.24.0.orig/tests/core/whitelist_keys_tests.rb
++++ ruby-fog-core-1.24.0/tests/core/whitelist_keys_tests.rb
+@@ -1,3 +1,4 @@
++require 'fog/core'
+ input_hash = {
+   :name => 'test-server',
+   :flavor => '123',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1abae57
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-fog-core-require.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-core.git



More information about the Pkg-ruby-extras-commits mailing list