Return-Path: X-Original-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF9F69D3B for ; Fri, 21 Oct 2011 16:11:19 +0000 (UTC) Received: (qmail 93842 invoked by uid 500); 21 Oct 2011 16:11:19 -0000 Delivered-To: apmail-incubator-deltacloud-commits-archive@incubator.apache.org Received: (qmail 93818 invoked by uid 500); 21 Oct 2011 16:11:19 -0000 Mailing-List: contact deltacloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-commits@incubator.apache.org Received: (qmail 93809 invoked by uid 99); 21 Oct 2011 16:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 16:11:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 16:11:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4BE4C238897D; Fri, 21 Oct 2011 16:10:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1187438 - /incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb Date: Fri, 21 Oct 2011 16:10:58 -0000 To: deltacloud-commits@incubator.apache.org From: marios@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111021161058.4BE4C238897D@eris.apache.org> Author: marios Date: Fri Oct 21 16:10:57 2011 New Revision: 1187438 URL: http://svn.apache.org/viewvc?rev=1187438&view=rev Log: Typo in rhevm api unit test Signed-off-by: marios Modified: incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb Modified: incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb?rev=1187438&r1=1187437&r2=1187438&view=diff ============================================================================== --- incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb (original) +++ incubator/deltacloud/trunk/server/tests/drivers/rhevm/api_test.rb Fri Oct 21 16:10:57 2011 @@ -21,7 +21,7 @@ module RHEVMTest features = (last_xml_response/'/api/link[@rel="instances"]/feature').collect { |f| f[:name] } features.include?('user_name').should == true features.include?('hardware_profiles').should == true - features.length.should == 2 + features.length.should == 3 end def test_03_it_has_rhevm_collections