You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2011/04/01 01:03:47 UTC

svn commit: r1087476 - /incubator/deltacloud/trunk/tests/mock/api.feature

Author: lutter
Date: Thu Mar 31 23:03:46 2011
New Revision: 1087476

URL: http://svn.apache.org/viewvc?rev=1087476&view=rev
Log:
Fix cucumber tests for new drivers collection

Modified:
    incubator/deltacloud/trunk/tests/mock/api.feature

Modified: incubator/deltacloud/trunk/tests/mock/api.feature
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/tests/mock/api.feature?rev=1087476&r1=1087475&r2=1087476&view=diff
==============================================================================
--- incubator/deltacloud/trunk/tests/mock/api.feature (original)
+++ incubator/deltacloud/trunk/tests/mock/api.feature Thu Mar 31 23:03:46 2011
@@ -13,6 +13,7 @@ Feature: Accessing API entry points
     And authentification is not required for this URI
     When client access this URI
     Then client should get list of valid entry points:
+    | drivers    |
     | buckets    |
     | keys       |
     | realms     |
@@ -29,6 +30,7 @@ Feature: Accessing API entry points
     And authentification is not required for this URI
     When client access this URI
     Then client should get list of valid entry points:
+    | drivers    |
     | buckets    |
     | keys       |
     | realms     |