Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
1 |
0 |
1 |
0 |
0% |
1 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package |
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
|
1 |
0 |
1 |
0 |
0% |
1 |
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 |
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_map_template ( id_modele_carte int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), title varchar(255) default '' NOT NULL, description LONGVARCHAR, map_background varchar(255) default '', default_zoom int default '0', zoom_min int default '0', zoom_max int default '0', center_map varchar(255) default '', center_map_x float default '0', center_map_y float default '0', front_office SMALLINT, PRIMARY KEY (id_modele_carte) )
[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, PRIMARY KEY (id_data_layer) ) |
|