Commit Graph

239 Commits (6434532b8937960f86735e5fb55d03944dea0e97)

Author SHA1 Message Date
Carlos Vargas 6434532b89 Improve test Notebook CT#191 15 years ago
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 15 years ago
Ivan Tcholakov fa1a9b1003 Feature #272 - A minor change in a test for the internationalization library. 15 years ago
Ivan Tcholakov 0952e7d2c5 Feature #551 - A formal test for php-syntax checking ot the language files has been created. 15 years ago
Ivan Tcholakov 1b61d77f73 Feature #347 - A minor correction within a formal test - testApiChmod_R(). 15 years ago
ywarnier 858b089067 Extended coverage of testget_avg_student_progress() as example - still needs moving setUp/tearDown into individual test files 15 years ago
Ivan Tcholakov 0b86484fb3 Feature #347 - The strange, unused and undocumented constant REL_SYS_PATH inside the function api_get_path() has been removed. This is a partial fix for a problem reported by krikrizzz, see http://www.chamilo.org/en/node/190 15 years ago
Ivan Tcholakov 0dba37654b Feature #347 - Quality tests: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Arthur Portugal 4fefe8ff3c Added the file exercise_show_functions.lib.test.php CT#191 15 years ago
Carlos Vargas 1049cde836 Create glossary.lib test CT#191 15 years ago
Ivan Tcholakov 7ebd7781d6 Feature #272 - Updating the Database class testing unit. 15 years ago
Carlos Vargas 7cb2ffcd2e Improve tracking.lob.test.php, include classes: userlog, courselog and userlogcvs CT#191 15 years ago
Ricardo Rodriguez 998278728b Created new test functions and fixed some bug in the tests CT#191 15 years ago
Arthur Portugal 617e981258 MInor - changed bad assert (string), when is assert (bool) CT#191 15 years ago
Juan Carlos Raña c0e0b11e3b replace dokeos by chamilo for user test 15 years ago
Juan Carlos Raña 41508c34d7 change COURSEX by COURSETEST 15 years ago
Ricardo Rodriguez fae18ad304 Modified and Created new file test and tested new functions in Chamilo 15 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 15 years ago
Arthur Portugal 6d76b339da Fixed - changed the types of values for the polygons, this permit work under shell CT#191 15 years ago
Arthur Portugal 2a2a3a474f Fixed file of tests for test suite CT#191 15 years ago
Ivan Tcholakov 81f294fa4e Feature #576 - Formal tests about the functions api_get_permissions_for_new_directories() and api_get_permissions_for_new_files() have been added. 15 years ago
Arthur Portugal be3b9e9b0d Fixed the functions for test suite CT#191 15 years ago
Arthur Portugal b4f11d3870 Changed the string by array CT#191 15 years ago
Carlos Vargas b8c730bb18 Removed deprecated code by each function survey see CT#191 15 years ago
Ricardo Rodriguez 95614cdf1e Eliminated mock object and added new function testSendInvitationFriendUser , change the exit by return false in the function Send_Invitation_Friend_User in social line 313 15 years ago
Carlos Vargas bd95a52aaf fixed announcement by test see CT#191 15 years ago
Arthur Portugal 25770e6671 Changed the assert for tracking and removed \"delete course\" in the file work CT#191 15 years ago
Ricardo Rodriguez f070293dd1 Fixed test file, modified the function testing about chamilo 15 years ago
Carlos Vargas d233cf4e92 fixed test suveymanagerlib and order stats.lib and fixed usermanager.lib see CT#191 15 years ago
Arthur Portugal 54b37b0039 Fixed a 50% all the test in the file test suite CT#191 15 years ago
Carlos Vargas 660bbe1179 Fixed statslib.inc in test see CT#191 15 years ago
cvargas 1b15112aa9 merge 15 years ago
Carlos Vargas bcb41a5e6c fixed files tracking and urlmanager CT#191 15 years ago
Ricardo Rodriguez 2db99f58ff fixed files, this files have exceptions when are run tests 15 years ago
cvargas 476acb4a02 merge 15 years ago
Carlos Vargas 53ea5d28b1 Fixed the files session_handler, session_manager,social,specific_fields and table_sort, for the integration test suite CT#191 15 years ago
Arthur Portugal 96972073ce Changed the functions names with letter capital CT#191 15 years ago
Arthur Portugal 0ac0e9d791 Fixed the file message.lib.test.php CT#191 15 years ago
Arthur Portugal 69db3531fa Fixed the file main_api.lib.php CT#191 15 years ago
Arthur Portugal 1eb1d8a2b1 Fixed the file mail.lib.inc.test.php, adding ob_start() CT#191 15 years ago
Arthur Portugal 547cb3d068 FIxed the file legal.lib.test.php, removed the mock objects CT#191 15 years ago
Arthur Portugal 8ecf747d74 Fixed the file export.lib.test.php CT#191 15 years ago
Ivan Tcholakov 4260f29b98 Feature #272 - A new customized function api_html_to_text() for stripping html-tags has been added in the internationalization library. 15 years ago
Ricardo Rodriguez 42654be7aa Fixed the code of test in public function testRecentModifiedFIleTime 15 years ago
Ricardo Rodriguez 41a63cea35 Modified the test fileUpload fixed the exceptions 15 years ago
Ivan Tcholakov 0912d9b9a8 Feature #272 - The internationalization library: A minor correction in a test. 15 years ago
Ivan Tcholakov 85f1a4f977 Feature #272 - The PHP function fgetcsv() depends on the OS locale setting. When the file system encoding is different than the encoding of the CSV-file, then the imported data is damaged. For solving this problem, two new functions have been introduced in the internationalization library - api_str_getcsv() and api_fgetcsv(). 15 years ago
Ivan Tcholakov 126bc0b053 Feature #272 - Various improvements and unification about dealing with the system encoding, the text direction, the interface language. 15 years ago
Julio Montoya 8586fe0072 Tests updates 15 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 15 years ago