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/14 15:49:16 UTC

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

Author: mfojtik
Date: Mon Mar 14 14:49:16 2011
New Revision: 1081406

URL: http://svn.apache.org/viewvc?rev=1081406&view=rev
Log:
Updated Cucumber tests to reflects actions change in 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=1081406&r1=1081405&r2=1081406&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/ec2/images.feature (original)
+++ incubator/deltacloud/trunk/tests/ec2/images.feature Mon Mar 14 14:49:16 2011
@@ -12,7 +12,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
-    | link |
+    | actions |
     And each image should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 
@@ -31,7 +31,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
-    | link |
+    | actions |
     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=1081406&r1=1081405&r2=1081406&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/images.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/images.feature Mon Mar 14 14:49:16 2011
@@ -12,7 +12,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
-    | link |
+    | actions |
     And each image should have 'href' attribute with valid URL
     And this URI should be available in XML, JSON, HTML format
 
@@ -31,7 +31,7 @@ Feature: Listing and showing images
     | architecture |
     | owner_id |
     | state |
-    | link |
+    | actions |
     And this URI should be available in XML, JSON, HTML format
 
   Scenario: Filtering images by owner_id