[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.
[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 |
[Summary] [Package List] [Test Cases]
antrunsql | 1 | |
[sql] Failed to execute: INSERT INTO core_portlet_type VALUES ('ANNOUNCE_MYDASHBOARD_PORTLET','announce.portlet.MyAnnouncesPortlet.name','plugins/announce/portlet/CreatePortletMyAnnounces.jsp','plugins/announce/portlet/ModifyPortletMyAnnounces.jsp','fr.paris.lutece.plugins.announce.business.portlet.MyAnnouncesPortletHome','announce','plugins/announce/portlet/DoCreatePortletMyAnnounces.jsp','/admin/portlet/script_create_portlet.html','/admin/plugins/announce/portlet/create_portletmyannounces.html','','plugins/announce/portlet/DoModifyPortletMyAnnounces.jsp','/admin/portlet/script_modify_portlet.html','/admin/plugins/announce/portlet/modify_portletmyannounces.html','') [sql] Failed to execute: INSERT INTO core_portlet_type VALUES ('ANNOUNCE_LASTANNOUNCES_PORTLET','announce.portlet.LastAnnouncesPortlet.name','plugins/announce/portlet/CreatePortletLastAnnounces.jsp','plugins/announce/portlet/ModifyPortletLastAnnounces.jsp','fr.paris.lutece.plugins.announce.business.portlet.LastAnnouncesPortletHome','announce','plugins/announce/portlet/DoCreatePortletLastAnnounces.jsp','/admin/portlet/script_create_portlet.html','/admin/plugins/announce/portlet/create_portletlastannounces.html','','plugins/announce/portlet/DoModifyPortletLastAnnounces.jsp','/admin/portlet/script_modify_portlet.html','/admin/plugins/announce/portlet/modify_portletlastannounces.html','') [sql] Failed to execute: ALTER TABLE subscribe_subscription ADD email_subscribes VARCHAR (255) [sql] Failed to execute: CREATE TABLE announce_search_filters( id_filter int NOT NULL, id_category int NOT NULL, keywords LONGVARCHAR NOT NULL , date_min DATE null, date_max DATE null, price_min int not null default 0, price_max int not null default 0, PRIMARY KEY (id_filter) ) [sql] Failed to execute: INSERT INTO `announce_announce` VALUES (3,'administrateur','admin_lastname', 'admin_firstname', 'admin.admin@lutece.fr',2,'Demo Announce','Tester une announce de la categories: catégories',0,'2015-01-13 18:11:59','2015-01-13 18:11:59',1,0,0,'clef',0,1421172719735, 0) [sql] Failed to execute: INSERT INTO `announce_category` VALUES (2,2,'catégorie',0,0,0,-1,0,-1) [sql] Failed to execute: CREATE TABLE workflow_action ( id_action INT GENERATED BY DEFAULT AS IDENTITY(START WITH 1), name VARCHAR(255) DEFAULT NULL, description LONGVARCHAR DEFAULT NULL, id_workflow INT DEFAULT NULL, id_state_after INT DEFAULT NULL, id_alternative_state_after INT NOT NULL DEFAULT -1, id_icon INT DEFAULT NULL, is_automatic SMALLINT DEFAULT 0, is_mass_action SMALLINT DEFAULT 0, display_order INT DEFAULT 0, is_automatic_reflexive_action SMALLINT DEFAULT 0, uid_action VARCHAR(255) DEFAULT NULL, PRIMARY KEY (id_action) ) [sql] Failed to execute: CREATE INDEX action_id_workflow_fk ON workflow_action(id_workflow) [sql] Failed to execute: CREATE INDEX action_id_state_after_fk ON workflow_action(id_state_after) [sql] Failed to execute: CREATE INDEX action_id_icon_fk ON workflow_action(id_icon) [sql] Failed to execute: ALTER TABLE workflow_action ADD CONSTRAINT fk_action_id_workflow FOREIGN KEY (id_workflow) REFERENCES workflow_workflow(id_workflow) ON DELETE RESTRICT ON UPDATE RESTRICT [sql] Failed to execute: ALTER TABLE workflow_action ADD CONSTRAINT fk_action_id_state_after FOREIGN KEY (id_state_after) REFERENCES workflow_state(id_state) ON DELETE RESTRICT ON UPDATE RESTRICT [sql] Failed to execute: ALTER TABLE workflow_action ADD CONSTRAINT fk_action_id_icon FOREIGN KEY (id_icon) REFERENCES workflow_icon(id_icon) ON DELETE RESTRICT ON UPDATE RESTRICT [sql] Failed to execute: ALTER TABLE workflow_resource_history ADD CONSTRAINT fk_history_id_action FOREIGN KEY (id_action) REFERENCES workflow_action(id_action) ON DELETE RESTRICT ON UPDATE RESTRICT [sql] Failed to execute: ALTER TABLE workflow_task ADD CONSTRAINT fk_task_id_action FOREIGN KEY (id_action) REFERENCES workflow_action(id_action) ON DELETE RESTRICT ON UPDATE RESTRICT |
[Summary] [Package List] [Test Cases]
antrunsql | |
antrunsql | |