[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 ('APPOINTMENT_PORTLET','appointment.myAppointments.name','plugins/appointment/CreatePortletAppointment.jsp','plugins/appointment/ModifyPortletAppointment.jsp','fr.paris.lutece.plugins.appointment.business.portlet.AppointmentPortletHome','appointment','plugins/appointment/DoCreatePortletAppointment.jsp','/admin/portlet/script_create_portlet.html','/admin/plugins/appointment/portlet/create_portletappointment.html','','plugins/appointment/DoModifyPortletAppointment.jsp','/admin/portlet/script_modify_portlet.html','/admin/plugins/appointment/portlet/modify_portletappointment.html','')
[sql] Failed to execute: INSERT INTO core_portlet_type VALUES ('APPOINTMENT_FORM_PORTLET','appointment.appointmentForm.name','plugins/appointment/CreatePortletAppointmentForm.jsp','plugins/appointment/ModifyPortletAppointmentForm.jsp','fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormPortletHome','appointment','plugins/appointment/DoCreatePortletAppointmentForm.jsp','/admin/portlet/script_create_portlet.html','/admin/plugins/appointment/portlet/create_portletappointmentform.html','','plugins/appointment/DoModifyPortletAppointmentForm.jsp','/admin/portlet/script_modify_portlet.html','/admin/plugins/appointment/portlet/modify_portletappointmentform.html','')
[sql] Failed to execute: INSERT INTO core_portlet_type VALUES ('APPOINTMENT_FORM_LIST_PORTLET','appointment.portlet.appointmentFormListPortlet.name','plugins/appointment/CreatePortletAppointmentFormList.jsp','plugins/appointment/ModifyPortletAppointmentFormList.jsp','fr.paris.lutece.plugins.appointment.business.portlet.AppointmentFormListPortletHome','appointment','plugins/appointment/DoCreatePortletAppointmentFormList.jsp','/admin/portlet/script_create_portlet.html','/admin/plugins/appointment/portlet/create_portletappointmentformlist.html','','plugins/appointment/DoModifyPortletAppointmentFormList.jsp','/admin/portlet/script_modify_portlet.html','/admin/plugins/appointment/portlet/modify_portletappointmentformlist.html','')
[sql] Failed to execute: CREATE TABLE appointment_resource_form_rt ( id int NOT NULL default '0', id_appointment_form int NOT NULL default '0', resource_type_name varchar(255) NOT NULL default '', description varchar(255) NOT NULL default '', is_app_admin_user smallint NOT NULL default 0, is_localization smallint NOT NULL default 0, PRIMARY KEY (id) )
[sql] Failed to execute: CREATE INDEX idx_appointment_resource_form_rt_name ON appointment_resource_form_rt (resource_type_name)
[sql] Failed to execute: CREATE TABLE workflow_task_set_app_resource_cf ( id_task int NOT NULL default '0', id_form_resource_type int NOT NULL default '0', is_mandatory smallint NOT NULL default 0, PRIMARY KEY (id_task) )
[sql] Failed to execute: CREATE TABLE appointment_resource_app_res ( id_appointment int NOT NULL default '0', id_app_form_res_type int NOT NULL default '0', id_resource varchar(255) NOT NULL default '', PRIMARY KEY (id_appointment,id_app_form_res_type) )
[sql] Failed to execute: CREATE TABLE workflow_task_set_appointment_resource_history ( id int NOT NULL default '0', id_history int NOT NULL default '0', id_appointment int NOT NULL default '0', id_resource varchar(255) NOT NULL default '', id_form_resource_type int NOT NULL default '0', PRIMARY KEY (id) )
[sql] Failed to execute: ALTER TABLE appointment_resource_form_rt ADD CONSTRAINT fk_appointment_res_form_rt_id_form FOREIGN KEY ( id_appointment_form ) REFERENCES appointment_form ( id_form )
[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
[sql] Failed to execute: ALTER TABLE workflow_task_update_appointment_cancel_cf ADD CONSTRAINT fk_wf_task_up_app_cancel_cf FOREIGN KEY (id_action_cancel) REFERENCES workflow_action (id_action) ON DELETE RESTRICT ON UPDATE RESTRICT
[sql] Failed to execute: INSERT INTO appointment_resource_form_rt VALUES (1,1,'salle','Lieu du rendez-vous',0,1)
[sql] Failed to execute: INSERT INTO appointment_resource_form_rt VALUES (3,1,'ADMIN_USER','Administrateur en charge du dossier',1,0)
[sql] Failed to execute: INSERT INTO workflow_workflow VALUES (105,'Workflow de gestion des rendez-vous avec ressources','Workflow de gestion des rendez-vous avec ressources','2014-02-11 07:36:34',1,'all')
[sql] Failed to execute: INSERT INTO workflow_state VALUES (109,'Non validé','Non validé',105,1,0,0,1)
[sql] Failed to execute: INSERT INTO workflow_state VALUES (110,'Validé','Validé',105,0,0,0,2)
[sql] Failed to execute: INSERT INTO workflow_state VALUES (111,'Annulé','Annulé',105,0,0,0,3)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (118,'Valider','Valider',105,109,110,1,0,0,1,0)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (119,'Annuler par un administrateur','Annuler par un administrateur',105,110,111,2,0,0,2,0)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (120,'Annuler par l''utilisateur','Annuler par l''utilisateur',105,109,111,2,0,0,3,0)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (121,'Annuler par un administrateur','Annuler par un administrateur',105,109,111,2,0,0,4,0)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (122,'Annuler par l''utilisateur','Annuler par l''utilisateur',105,110,111,2,0,0,5,0)
[sql] Failed to execute: INSERT INTO workflow_action VALUES (123,'Associer à un administrateur','Associer à un administrateur',105,110,110,3,0,0,6,0)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (147,'taskChangeAppointmentStatus',118,3)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (148,'taskNotifyAppointment',118,4)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (149,'taskNotifyAdminAppointment',118,5)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (150,'taskUpdateAppointmentCancelAction',118,6)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (151,'taskTypeComment',119,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (152,'taskChangeAppointmentStatus',119,2)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (153,'taskNotifyAdminAppointment',119,3)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (154,'taskManualAppointmentNotification',119,4)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (156,'taskChangeAppointmentStatus',120,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (157,'taskNotifyAppointment',120,2)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (158,'taskTypeComment',121,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (159,'taskChangeAppointmentStatus',121,2)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (160,'taskNotifyAppointment',121,3)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (161,'taskNotifyAdminAppointment',121,4)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (162,'taskChangeAppointmentStatus',122,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (163,'taskNotifyAdminAppointment',122,2)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (164,'taskNotifyAppointment',122,3)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (165,'taskNotifyAdminAppointment',123,2)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (167,'taskNotifyAdminAppointment',123,3)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (168,'taskSetAppointmentResource',123,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (169,'taskSetAppointmentResource',118,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES (170,'taskSetAppointmentResource',118,2)
[sql] Failed to execute: INSERT INTO workflow_task_set_app_resource_cf VALUES (168,3,1)
[sql] Failed to execute: INSERT INTO workflow_task_set_app_resource_cf VALUES (169,3,1)
[sql] Failed to execute: INSERT INTO workflow_task_set_app_resource_cf VALUES (170,1,1)
[sql] Failed to execute: INSERT INTO workflow_task_update_appointment_cancel_cf VALUES (150,122)
[sql] Failed to execute: INSERT INTO workflow_action VALUES(125,'Action d''arriver sur l''etat Non validé', '',105,109,109,1,0,0,0,1)
[sql] Failed to execute: INSERT INTO workflow_task VALUES(172,'taskUpdateAppointmentCancelAction',125,1)
[sql] Failed to execute: INSERT INTO workflow_task_update_appointment_cancel_cf VALUES (172,120)
[sql] Failed to execute: ALTER TABLE workflow_task_set_appointment_resource_history ADD CONSTRAINT fk_wf_set_app_res_hist_id_hist FOREIGN KEY ( id_history ) REFERENCES workflow_resource_history ( id_history ) ON DELETE CASCADE ON UPDATE RESTRICT |
[Summary] [Package List] [Test Cases]
| antrunsql | |
| antrunsql | |

