You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2012/01/23 10:16:04 UTC

svn commit: r1234713 - in /deltacloud/trunk/tests: ec2/instances.feature mock/api.feature

Author: marios
Date: Mon Jan 23 09:16:04 2012
New Revision: 1234713

URL: http://svn.apache.org/viewvc?rev=1234713&view=rev
Log:
Minor fixes for failing cucumber tests

Modified:
    deltacloud/trunk/tests/ec2/instances.feature
    deltacloud/trunk/tests/mock/api.feature

Modified: deltacloud/trunk/tests/ec2/instances.feature
URL: http://svn.apache.org/viewvc/deltacloud/trunk/tests/ec2/instances.feature?rev=1234713&r1=1234712&r2=1234713&view=diff
==============================================================================
--- deltacloud/trunk/tests/ec2/instances.feature (original)
+++ deltacloud/trunk/tests/ec2/instances.feature Mon Jan 23 09:16:04 2012
@@ -62,6 +62,7 @@ Feature: Managing instances
     | actions |
     | public_addresses |
     | private_addresses |
+    | storage_volumes |
     And each instance should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 
@@ -94,6 +95,7 @@ Feature: Managing instances
     | actions |
     | public_addresses |
     | private_addresses |
+    | storage_volumes |
     | authentication |
     | launch_time |
 

Modified: deltacloud/trunk/tests/mock/api.feature
URL: http://svn.apache.org/viewvc/deltacloud/trunk/tests/mock/api.feature?rev=1234713&r1=1234712&r2=1234713&view=diff
==============================================================================
--- deltacloud/trunk/tests/mock/api.feature (original)
+++ deltacloud/trunk/tests/mock/api.feature Mon Jan 23 09:16:04 2012
@@ -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.4.1'
+#    And this element should have attribute 'version' with value '0.5.0'
 
   Scenario: List of entry points
     Given URI /api exists