You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by dk...@apache.org on 2013/07/01 10:20:28 UTC

git commit: CIMI: Changed assertion in machine test to unequality

Updated Branches:
  refs/heads/master cab5d6964 -> ed711069f


CIMI: Changed assertion in machine test to unequality


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

Branch: refs/heads/master
Commit: ed711069f30a06fe225f91c8447addf4afb4d398
Parents: cab5d69
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Mon Jul 1 16:20:01 2013 +1000
Committer: Dies Koper <di...@fast.au.fujitsu.com>
Committed: Mon Jul 1 18:18:27 2013 +1000

----------------------------------------------------------------------
 server/tests/cimi/collections/machines_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/ed711069/server/tests/cimi/collections/machines_test.rb
----------------------------------------------------------------------
diff --git a/server/tests/cimi/collections/machines_test.rb b/server/tests/cimi/collections/machines_test.rb
index 9c411b1..7b3075d 100644
--- a/server/tests/cimi/collections/machines_test.rb
+++ b/server/tests/cimi/collections/machines_test.rb
@@ -113,7 +113,7 @@ describe CIMI::Collections::Machines do
       (xml/'Collection/Machine').wont_be_empty
       (xml/'Collection/Machine').size.must_equal 3
       xml.at('Collection/count').text.must_equal '3'
-      xml.at('Collection/Machine/name').text.must_equal 'Mock Instance With Profile Change'
+      xml.at('Collection/Machine/name').text.wont_equal 'MockUserInstance'
     end
 
   end