Running tests on: Current database (native/mysqli) Fallo: lib/dml/simpletest/testdml.php / ? dml_test / ? test_unique_index_collation_trouble Unique index is accent insensitive, this may cause problems for non-ascii languages. This is usually caused by accent insensitive default collation. at [/var/www/ktm/moodle/lib/dml/simpletest/testdml.php line 2891] Excepción: lib/dml/simpletest/testdml.php / ? dml_test / ? test_unique_index_collation_trouble Unexpected exception of type [dml_write_exception] with message [Error al escribir a la base de datos] in [/var/www/ktm/moodle/lib/dml/moodle_database.php line 394] Debug info: Duplicate entry 'aäa' for key 'mdl_unittabl_nam_uix' INSERT INTO mdl_unit_table (name) VALUES(?) [array ( 0 => 'aäa', )] line 874 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end() line 916 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw() line 2885 of /lib/dml/simpletest/testdml.php: call to mysqli_native_moodle_database->insert_record() line ... of ... Fallo: lib/dml/simpletest/testdml.php / ? dml_test / ? test_sql_binary_equal SQL operator "=" is expected to be accent sensitive at [/var/www/ktm/moodle/lib/dml/simpletest/testdml.php line 2919] Fallo: lib/dml/simpletest/testdml.php / ? dml_test / ? test_sql_binary_equal SQL operator "=" is expected to be case sensitive at [/var/www/ktm/moodle/lib/dml/simpletest/testdml.php line 2922] 2/2 casos de test completados: 1032 correctos, 3 fallos y 1 excepciones. Ejecutar en jueves, 14 de julio de 2011, 08:59. Tiempo empleado: 2 minutos 31 segundos. Usando SimpleTest versión 1.0.1. Run functional database tests Mostrar correctos y fallos. No se puede habilitar la cobertura de código en este servidor (falta la extensión Xdebug). Databases: Current database (native/mysqli) External databases are configured in config.php, add lines: $CFG->func_test_db_1 = array("native", "pgsql", "localhost", "moodleuser", "password", "moodle", "test", null); $CFG->func_test_db_2 = array("native", "mssql", "localhost", "moodleuser", "password", "moodle", "test", null); where order of parameters is: dblibrary, dbtype, dbhost, dbuser, dbpass, dbname, prefix, dboptions