Return-Path: Delivered-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Received: (qmail 16049 invoked from network); 7 Dec 2010 15:35:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 15:35:30 -0000 Received: (qmail 41582 invoked by uid 500); 7 Dec 2010 15:35:30 -0000 Delivered-To: apmail-incubator-deltacloud-commits-archive@incubator.apache.org Received: (qmail 41559 invoked by uid 500); 7 Dec 2010 15:35:30 -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 41547 invoked by uid 99); 7 Dec 2010 15:35:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 15:35:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 07 Dec 2010 15:35:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6F33723889C5; Tue, 7 Dec 2010 15:35:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1043097 - in /incubator/deltacloud/trunk/tests: ec2/api.feature mock/api.feature Date: Tue, 07 Dec 2010 15:35:09 -0000 To: deltacloud-commits@incubator.apache.org From: mfojtik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101207153509.6F33723889C5@eris.apache.org> Author: mfojtik Date: Tue Dec 7 15:35:09 2010 New Revision: 1043097 URL: http://svn.apache.org/viewvc?rev=1043097&view=rev Log: Updated version checking in Cucumber features Modified: incubator/deltacloud/trunk/tests/ec2/api.feature incubator/deltacloud/trunk/tests/mock/api.feature Modified: incubator/deltacloud/trunk/tests/ec2/api.feature URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/api.feature?rev=1043097&r1=1043096&r2=1043097&view=diff ============================================================================== --- incubator/deltacloud/trunk/tests/ec2/api.feature (original) +++ incubator/deltacloud/trunk/tests/ec2/api.feature Tue Dec 7 15:35:09 2010 @@ -6,7 +6,7 @@ Feature: Accessing API entry points When client access this URI Then client should get root element 'api' And this element should have attribute 'driver' with value 'ec2' - And this element should have attribute 'version' with value '0.1' + And this element should have attribute 'version' with value '0.1.0' Scenario: List of entry points Given URI /api exists Modified: incubator/deltacloud/trunk/tests/mock/api.feature URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/api.feature?rev=1043097&r1=1043096&r2=1043097&view=diff ============================================================================== --- incubator/deltacloud/trunk/tests/mock/api.feature (original) +++ incubator/deltacloud/trunk/tests/mock/api.feature Tue Dec 7 15:35:09 2010 @@ -6,7 +6,7 @@ Feature: Accessing API entry points When client access this URI Then client should get root element 'api' And this element should have attribute 'driver' with value 'mock' - And this element should have attribute 'version' with value '0.1' + And this element should have attribute 'version' with value '0.1.0' Scenario: List of entry points Given URI /api exists