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 2011/03/11 13:07:30 UTC

svn commit: r1080542 - in /incubator/deltacloud/trunk/tests: ec2/images.feature mock/images.feature

Author: mfojtik
Date: Fri Mar 11 12:07:29 2011
New Revision: 1080542

URL: http://svn.apache.org/viewvc?rev=1080542&view=rev
Log:
Fixed failed cucumber tests for Images

Modified:
    incubator/deltacloud/trunk/tests/ec2/images.feature
    incubator/deltacloud/trunk/tests/mock/images.feature

Modified: incubator/deltacloud/trunk/tests/ec2/images.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/ec2/images.feature?rev=1080542&r1=1080541&r2=1080542&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/images.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/images.feature Fri Mar 11 12:07:29 2011
@@ -12,6 +12,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
+    | link |
     And each image should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 
@@ -30,6 +31,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
+    | link |
     And this URI should be available in XML, JSON, HTML format
 
   Scenario: Filtering images by owner_id

Modified: incubator/deltacloud/trunk/tests/mock/images.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/images.feature?rev=1080542&r1=1080541&r2=1080542&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/images.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/images.feature Fri Mar 11 12:07:29 2011
@@ -12,6 +12,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
+    | link |
     And each image should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 
@@ -30,6 +31,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
+    | link |
     And this URI should be available in XML, JSON, HTML format
 
   Scenario: Filtering images by owner_id