Se quita el tests para la validacion para evn_name en project.

This commit is contained in:
Daniel Rojas
2014-07-22 16:06:58 -04:00
parent 9cd5e1a3a4
commit 621dfed30a

View File

@@ -209,5 +209,4 @@ Scenario Outline: Create new Projects (Negative Tests)
| Field required prj_name | | Prueba | Task # 1 | TASK | End # 1 | EMPTY | 400 | prj_name |
| Field required act_name | Test negative project 2 | Prueba 1 | | TASK | End # 1 | EMPTY | 400 | act_name |
| Field required act_type | Test negative project 3 | Prueba 2 | Task # 1 | | End # 1 | EMPTY | 400 | act_type |
| Field required evn_name | Test negative project 4 | Prueba 3 | Task # 1 | TASK | | EMPTY | 400 | evn_name |
| Field required evn_marker | Test negative project 5 | Prueba 4 | Task # 1 | TASK | End # 1 | | 400 | evn_marker |