From 38b68e21a26125f4c32c06b59b9893aa58c470f5 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Thu, 6 Feb 2014 14:49:43 -0400 Subject: [PATCH] Actualizacion de los Features Assignee y Process Permissions --- .../assignee/activity_assignee.feature | 4 ++-- .../assignee/main_tests_assignee.feature | 2 +- .../main_tests_permissions.feature | 22 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/features/backend/assignee/activity_assignee.feature b/features/backend/assignee/activity_assignee.feature index 5d4ca2bce..5a2c75b42 100644 --- a/features/backend/assignee/activity_assignee.feature +++ b/features/backend/assignee/activity_assignee.feature @@ -7,7 +7,7 @@ Feature: Assignee Resources Given that I have a valid access_token Scenario Outline: Get the list of available users and groups to be assigned to an activity - Check that there are exactly 82 available users for task "Task 1" + Check that there are exactly 79 available users for task "Task 1" Given I request "project//activity//available-assignee" Then the response status code should be 200 And the response charset is "UTF-8" @@ -19,7 +19,7 @@ Feature: Assignee Resources Examples: | test_description | project | activity | records | aas_uid | aas_type | - | check if the list of possible users and groups to be assigned is correct | 4224292655297723eb98691001100052 | 65496814252977243d57684076211485 | 81 | 54731929352d56741de9d42002704749 | group | + | check if the list of possible users and groups to be assigned is correct | 4224292655297723eb98691001100052 | 65496814252977243d57684076211485 | 79 | 54731929352d56741de9d42002704749 | group | Scenario Outline: Get the list of available users and groups to be assigned to an activity using filter Given I request "project/4224292655297723eb98691001100052/activity/65496814252977243d57684076211485/available-assignee?filter=&start=&limit=" diff --git a/features/backend/assignee/main_tests_assignee.feature b/features/backend/assignee/main_tests_assignee.feature index dfb5d0680..c75f65f81 100644 --- a/features/backend/assignee/main_tests_assignee.feature +++ b/features/backend/assignee/main_tests_assignee.feature @@ -7,7 +7,7 @@ Feature: Assignee Resources Given that I have a valid access_token Scenario Outline: Get the list of available users and groups to be assigned to an activity - Check that there are exactly 82 available users for task "Task 1" + Check that there are exactly 79 available users for task "Task 1" Given I request "project//activity//available-assignee" Then the response status code should be 200 And the response charset is "UTF-8" diff --git a/features/backend/process_permissions/main_tests_permissions.feature b/features/backend/process_permissions/main_tests_permissions.feature index c596ea02f..6cf47fef3 100644 --- a/features/backend/process_permissions/main_tests_permissions.feature +++ b/features/backend/process_permissions/main_tests_permissions.feature @@ -89,9 +89,9 @@ Feature: Process Permissions Resources Tests And the response charset is "UTF-8" And the content type is "application/json" And the type is "object" - And the "USR_UID" property equals "" - And the "OP_USER_RELATION" property equals "" - And the "OP_OBJ_TYPE" property equals "" + And the "usr_uid" property equals "" + And the "op_user_relation" property equals "" + And the "op_obj_type" property equals "" Examples: @@ -171,14 +171,14 @@ Feature: Process Permissions Resources Tests And the response charset is "UTF-8" And the content type is "application/json" And the type is "object" - And the "OP_CASE_STATUS" property equals "" - And the "TAS_UID" property equals "" - And the "OP_USER_RELATION" property equals "" - And the "USR_UID" property equals "" - And the "OP_TASK_SOURCE" property equals "" - And the "OP_PARTICIPATE" property equals "" - And the "OP_OBJ_TYPE" property equals "" - And the "OP_ACTION" property equals "" + And the "op_case_status" property equals "" + And the "tas_uid" property equals "" + And the "op_user_relation" property equals "" + And the "usr_uid" property equals "" + And the "op_task_source" property equals "" + And the "op_participate" property equals "" + And the "op_obj_type" property equals "" + And the "op_action" property equals "" Examples: