From: David Lutterkort <[email protected]>

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

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
-- 
1.7.7.6

Reply via email to