Modificacion a los features case note, web entry y cases list

This commit is contained in:
Wendy Nestor
2014-10-24 14:14:38 -04:00
parent 214bbeee8c
commit 9290b5e5d5
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ Scenario: create a new case note for specified case (Negative Tests)
"""
And I request "cases/6441974235335ced24785c4035070430/note"
Then the response status code should be 400
And the response status message should have the following text "You do not have permission to cases notes"
And the response status message should have the following text "You do not have permission to access cases notes"
#case 124

View File

@@ -489,8 +489,8 @@ Scenario Outline: Get paging of list Paused
Then the response status code should be <http_code>
And the response charset is "UTF-8"
And the content type is "application/json"
And the type is "array"
And the response has <records> records
And the type is "object"
And the response has <records> records in property "data"
Examples:
@@ -734,4 +734,4 @@ Scenario Outline: Get order for date
| test_description | date_from | date_to | records |
| Filter date = 2014-03-01 | 2014-03-01 | 2014-03-31 | 7 |
| Filter date = 2014-03-15 | 2014-03-15 | 2014-04-01 | 30 |
| Filter date = 2014-03-15 | 2014-03-15 | 2014-04-01 | 30 |

View File

@@ -396,7 +396,7 @@ class WebEntry
$template->assign("dynaformUid", $dynaFormUid);
$template->assign("taskUid", $taskUid);
$template->assign("wsUser", $usrUsername);
$template->assign("wsPass", Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsPass", \Bootstrap::getPasswordHashType() . ':' . $usrPassword);
$template->assign("wsRoundRobin", $wsRoundRobin);
if ($webEntryInputDocumentAccess == 0) {