Arregos a los features pm tables y eliminacion del feature remove users en web entry

This commit is contained in:
Wendy Nestor
2014-05-06 12:05:51 -04:00
parent 7281e280ca
commit 9036eecbcb
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ Scenario Outline: Delete a pm table of a pmtable
Scenario Outline: Delete a data of a pmtable
Given that I want to delete a resource with the key "pmt_uid" stored in session array as variable "pmt_uid_<pmt_uid_number>"
And I request "pmtable/<pmt_uid>/data/CAMPO1/updatevalor2"
And I request "pmtable/<pmt_uid>/data/CAMPO1/valor1"
And the content type is "application/json"
Then the response status code should be 200
And the response charset is "UTF-8"

View File

@@ -24,7 +24,7 @@ Scenario: Get definition of a project activity for obtent definition
Scenario Outline: Create new Projects
Given POST data from file "<project_template>"
Given POST data from file "<project_template>"
And I request "projects"
Then the response status code should be 201
And the response charset is "UTF-8"