You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2010/12/07 16:35:09 UTC

svn commit: r1043097 - in /incubator/deltacloud/trunk/tests: ec2/api.feature mock/api.feature

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