Arreglos en los features file manager, project resources, y modificacion de la funcion de upload en RestContext, y cambio del directorio de archivos externos

This commit is contained in:
Wendy Nestor
2014-08-08 08:58:22 -04:00
parent ef8cc4b759
commit 2ed661416c
24 changed files with 18204 additions and 52 deletions

View File

@@ -201,6 +201,7 @@ Scenario Outline: Delete file
| delete mailtemplates subfolder | 4 |
| delete mailtemplates subfolder | 5 |
| delete mailtemplates subfolder | 6 |
| delete | 7 |
Scenario Outline: Delete folder
@@ -218,10 +219,11 @@ Scenario Outline: Delete folder
#BUG 15207, The "Upload" accepts files with other extensions
Scenario Outline: Upload files with incorret extension ".exe" - "Project - Process Complete BPMN"
Given POST I want to upload the file "<file>" to path "<prf_path>". Url "project/1455892245368ebeb11c1a5001393784/file-manager"
And store "prf_uid" in session array as variable "prf_uid_<prf_number>"
Given POST I want to upload the file "<file>" to path "<prf_path>". Url "project/1265557095225ff5c688f46031700471/file-manager"
#And store "prf_uid" in session array as variable "prf_uid_<prf_number>"
And the response status message should have the following text "incorrect extension"
Examples:
| file | prf_path | prf_number |
| SnagIt823.exe | templates | 1 |
| file | prf_path | prf_number |
| filemanager.exe | templates | 1 |