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 2012/11/08 18:13:51 UTC

[11/15] git commit: CIMI Tests (test_helper): fix small bug in collections

CIMI Tests (test_helper): fix small bug in collections


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

Branch: refs/heads/master
Commit: c2d11a440cb4bba1b5162e29401393782f116172
Parents: f6fb0a9
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Nov 6 16:12:31 2012 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Thu Nov 8 09:11:01 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c2d11a44/tests/cimi/test_helper.rb
----------------------------------------------------------------------
diff --git a/tests/cimi/test_helper.rb b/tests/cimi/test_helper.rb
index 4f1ade2..2fe94d0 100644
--- a/tests/cimi/test_helper.rb
+++ b/tests/cimi/test_helper.rb
@@ -37,7 +37,7 @@ module CIMI
       end
 
       def collections
-        xml.xpath("/c:CloudEntryPoint/c:*[@href]", ns).map { |c| c.name }
+        xml.xpath("/c:CloudEntryPoint/c:*[@href]", ns).map { |c| c.name.to_sym }
       end
 
       def features