Commit Graph

650 Commits

Author SHA1 Message Date
davidcallizaya
b533a87bd6 HOR-3207
Removed the deletion of WebEntry record when it is disabled. This attribute has no effect.
Fixed importation of processes with WebEntry task information.
2017-06-03 12:53:20 -04:00
davidcallizaya
3d82540339 HOR-3209
Web Entry 2.0 Rest - Languages EP
ACCEPTACE CRITERIA
1. The result should include the detailed fields.
2. The result should include the installed languages.
3. User should be logged.
2017-06-03 12:46:23 -04:00
davidcallizaya
08375cfce1 HOR-3207
Fix CS observations
Fix commented code
2017-06-03 12:46:23 -04:00
davidcallizaya
2b918b25fc HOR-3207
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 12:46:22 -04:00
davidcallizaya
bfc0be7e44 HOR-3207
Change web entry model.
2017-06-03 12:45:03 -04:00
Julio Cesar Laura Avendaño
e09e909a68 Merged in paulis/processmaker/HOR-1089 (pull request #4345)
HOR-1089
2016-06-03 10:12:55 -04:00
Paula V. Quispe
46973ffdd1 HOR-1089
.
2016-06-02 11:16:30 -04:00
Paula V. Quispe
36d8a605c1 HOR-1088 2016-06-02 10:46:24 -04:00
william barra
67137dc673 HOR-284
Security Issue - Harcoded credentials
2016-02-29 15:28:21 -04:00
Herbert Saal
dc2f15b7f8 Add initial structure of functional test project 2014-01-24 14:40:28 -04:00
Victor Saisa Lopez
40db774bbb ProcessMaker-MA "2184 Fields Validation Layer"
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
  por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-28 16:01:37 -04:00
Victor Saisa Lopez
3876ec02f2 ProcessMaker-MA "2184 Fields Validation Layer"
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
  por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-28 14:18:59 -04:00
Victor Saisa Lopez
177e50ca39 ProcessMaker-MA "2184 Fields Validation Layer"
- Se ha implementado la clase "class.fieldValidator.php", la misma incluye metodos de validacion de valor de variables
- La clase "FieldValidator" valida valores como: numeros (int, real), cadenas (url, email, ip). Tambien valida valores
  por conjunto
- Se ha implementado las pruebas unitarias para esta clase en el archivo "classFieldValidatorTest.php"
2013-11-27 17:28:50 -04:00
Luis Fernando Saisa Lopez
3fd9699a49 BUG 11830 "Remover la funcion WSDL Web Services..." SOLVED
- Remover la funcion WSDL Web Services Functions importProcessFromLibrary()
- Problema resuelto, se ha eliminado la Funcion "importProcessFromLibrary()", ya no existe.
2013-09-02 09:34:33 -04:00
Julio Cesar Laura
2b17844f64 Fix the unit tests 2013-02-28 12:48:40 -04:00
Ralph Asendeteufrer
fa511fd0ee Adding changes at time to resolve a comflict 2012-12-07 10:28:20 -04:00
Ralph Asendeteufrer
2d796cd37d Adding fix for unit-Tests 2012-12-06 17:03:04 -04:00
jennylee
74eca8d1f4 TEST UNIT BUG-8965
I added the TestUnit from 'downloadDoc' function of 'class.pmAlfrescoFunctions.php' class.
2012-10-30 15:42:00 -04:00
Fernando Ontiveros
d0806cfe65 CODE STYLE removing the xpdl class and related files 2012-10-17 13:43:05 -04:00
Julio Cesar Laura
36b237537a Fix test file "classwsBaseTest.php" a new method was added in the class "wsBase" 2012-10-10 15:20:45 -04:00
Julio Cesar Laura
576225800b Fix test file "classRBACTest.php", the method "VerifyWithOtherAuthenticationSource" was changed in the core 2012-10-10 14:50:45 -04:00
jennylee
82b1b50ccc BUG-9863 i changed the file 'phpunit.xml' to add the directory to run the UnitTest for REST Services. 2012-10-09 10:38:38 -04:00
jennylee
25d588359b I add new UnitTest for REST Services 2012-10-08 17:03:18 -04:00
jennylee
3e135b4ac3 I add new UnitTest for REST classes 2012-10-05 17:27:46 -04:00
jennylee
275f5a9a17 I add the first Test unit for REST Services 2012-10-05 10:01:43 -04:00
Fernando Ontiveros
8b23b0a96a fixing phpunit test files, now all tests are working 2012-10-04 14:03:12 -04:00
Herbert Saal Gutierrez
da414f6d7a Test Folders
Change structure of Test Folders
2012-09-21 11:00:57 -04:00
Fernando
aaf1445ad8 fixing all automated test units 2012-07-14 02:51:21 -04:00
Fernando
a6250f3840 fixing all automated test units 2012-07-14 02:45:21 -04:00
Fernando
5f075bbaa8 fixing all automated test units 2012-07-14 02:34:59 -04:00
Fernando
67bd51be41 fixing all automated test units 2012-07-14 02:33:26 -04:00
julceslauhub
f51b1bd72b Merge pull request #291 from victorsl/master
BUG 0000 "PHPUNIT instantiation classPMScriptTest.php" SOLVED
2012-07-13 16:15:07 -07:00
julceslauhub
acd2bf5c55 Merge pull request #290 from marcoAntonioNina/master
phpunit classReportTablesTest.php
2012-07-13 16:10:11 -07:00
Hector Cortez
1d440343bb BUG 0000 Adjustment in te class classwsCreateUserResponseTest
- phpunit and phpcs tested in the class classwsCreateUserResponseTest
2012-07-13 19:06:21 -04:00
Victor Saisa Lopez
7f6d180fc3 BUG 0000 "PHPUNIT instantiation classFileCacheTest.php" SOLVED
- Instantiation of the class
- Formatting file to PSR2
2012-07-13 18:58:29 -04:00
Hector Cortez
0d87c502ab BUG 0000 Adjustment in te class classwsCreateGroupResponseTest
- phpunit and phpcs tested in the class classwsCreateGroupResponseTest
2012-07-13 18:57:25 -04:00
Victor Saisa Lopez
58ae590f1f BUG 0000 "PHPUNIT instantiation classPMScriptTest.php" SOLVED
- Instantiation of the class
- Formatting file to PSR2
2012-07-13 18:51:49 -04:00
Marco Antonio Nina
36b8aca4ba phpunit classReportTablesTest.php
- Initializing.
- Standard code.
2012-07-13 18:48:03 -04:00
julceslauhub
da3424802c Merge pull request #289 from victorsl/master
BUG 0000 "PHPUNIT instantiation classtoolbarDetailTest.php" SOLVED
2012-07-13 15:47:45 -07:00
julceslauhub
3f58ef2cd4 Merge pull request #288 from hector-cortez/master
BUG 0000 Adjustment in te class classDynaFormFieldTest
2012-07-13 15:47:12 -07:00
julceslauhub
919696d206 Merge pull request #286 from marcoAntonioNina/master
phpunit classarchiveTest.php
2012-07-13 15:46:46 -07:00
Victor Saisa Lopez
6f7e6a099f BUG 0000 "PHPUNIT instantiation classtoolbarDetailTest.php" SOLVED
- Instantiation of the class
- Formatting file to PSR2
2012-07-13 18:44:53 -04:00
Marco Antonio Nina
6b072e2b8c Merge remote branch 'upstream/master' 2012-07-13 18:44:06 -04:00
Victor Saisa Lopez
5cd3ebc46e Merge remote branch 'upstream/master' 2012-07-13 18:42:23 -04:00
julceslauhub
d278a6fe0f Merge pull request #287 from victorsl/master
BUG 0000 "PHPUNIT instantiation classwsResponseTest.php" SOLVED
2012-07-13 15:42:14 -07:00
Hector Cortez
0efc8ad644 BUG 0000 Adjustment in te class classDynaFormFieldTest
- phpunit and phpcs tested in the class classDynaFormFieldTest
2012-07-13 18:41:01 -04:00
Victor Saisa Lopez
06809e2e96 BUG 0000 "PHPUNIT instantiation classwsResponseTest.php" SOLVED
- Instantiation of the class
- Formatting file to PSR2
2012-07-13 18:40:15 -04:00
Marco Antonio Nina
e2ef41981c phpunit classarchiveTest.php
- Initializing.
- Standard code.
2012-07-13 18:37:01 -04:00
julceslauhub
a07a246f1d Merge pull request #285 from victorsl/master
BUG 0000 "PHPUNIT instantiation classDerivationTest.php" SOLVED
2012-07-13 15:36:57 -07:00
Victor Saisa Lopez
f43d5fe6f1 BUG 0000 "PHPUNIT instantiation classDerivationTest.php" SOLVED
- Instantiation of the class
- Formatting file to PSR2
2012-07-13 18:35:28 -04:00