Summary
[Summary] [Package List] [Test Cases]
| Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
| 2 |
0 |
1 |
0 |
50% |
5,906 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
|
Class |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
 |
antrunsql |
1 |
0 |
1 |
0 |
0% |
1 |
fr.paris.lutece.plugins.workflow.modules.formscarto.business
Test Cases
[Summary] [Package List] [Test Cases]
antrunsql
 |
antrunsql
|
1 |
|
|
|
|
[sql] Failed to execute: CREATE TABLE carto_coordonnee ( id_coordonnee int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), adresse varchar(255) default '' NOT NULL, coordonnee_x float, coordonnee_y float, geojson mediumtext default '' NOT NULL, fk_id_data_layer int default 0, PRIMARY KEY (id_coordonnee) )
[sql] Failed to execute: CREATE TABLE carto_data_layer ( id_data_layer int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), title varchar(255) default '' NOT NULL, solr_tag varchar(255) default '', geometry int default '0', popup_content text COLLATE utf8_unicode_ci, source varchar(255) default 'SOLR', url_flux varchar(255) default '', type_name_flux varchar(255) default '', version_flux varchar(255) default '', PRIMARY KEY (id_data_layer) )
[sql] Failed to execute: /*==============================================================*/ /* Table structure for table unittree_notification */ /*==============================================================*/ CREATE TABLE unittree_unit_notification ( id_unit INT DEFAULT 0 NOT NULL, email VARCHAR(255) DEFAULT '' NOT NULL, has_notif int(1) NOT NULL default '0', use_email int(1) NOT NULL default '0', use_list int(1) NOT NULL default '0', PRIMARY KEY (id_unit) )
[sql] Failed to execute: SET FOREIGN_KEY_CHECKS = 0
[sql] Failed to execute: SET FOREIGN_KEY_CHECKS = 1 |
|
FormsCartoTaskConfigBusinessTest
 |
testBusiness |
4,867 |