Merged in wnestor/processmaker (pull request #161)

Mejoras a los Features Activity, pm group
This commit is contained in:
erik ao
2014-02-07 11:37:55 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -21,9 +21,9 @@ Feature: Activity Resources Main Tests
Examples:
| project | activity | tas_title | error_code | error_message |
| 251815090529619a99a2bf4013294414 | 97192372152a5c78f04a794095845000 | Task 1 | 400 | task |
| 251815090529619a99a2bf4013294414 | 97192372152a5c78f04a794095845000 | Task 1 | 400 | act_uid |
| 251815090529619a99a2bf4013294414 | | Task 1 | 404 | Not Found |
| | 97192372152a5c78f04a794095806311 | Task 1 | 400 | prj_uid |
| | 97192372152a5c78f04a794095806311 | Task 1 | 400 | prj_uid |
@7: TEST FOR GET PROPERTIES ACTIVITY /---------------------------------------------------------
@@ -47,7 +47,7 @@ Feature: Activity Resources Main Tests
Examples:
| project | activity | error_code | error_message |
| 251815090529619a99a2bf4013294414 | 97192372152a5c78f04a794095200000 | 400 | task |
| 251815090529619a99a2bf4013294414 | 97192372152a5c78f04a794095200000 | 400 | act_uid |
| 251815090529619a99a2bf4013294414 | | 404 | Not Found |
| | 97192372152a5c78f04a794095806311 | 400 | prj_uid |

View File

@@ -28,7 +28,7 @@ Feature: PM Group Main Tests
| empty string | | 1 | 2 | 2 | 200 |
| search 0 | 0 | 0 | 0 | 0 | 200 |
| search 0 | 0 | 0 | 100 | 0 | 200 |
| Search letters 'c' | c | 0 | 5 | 6 | 200 |
| Search letters 'c' | c | 0 | 5 | 5 | 200 |
| Search letters 'de | de | 0 | 5 | 2 | 200 |