Changeset 2938

Show
Ignore:
Timestamp:
07/23/08 16:09:12 (3 months ago)
Author:
alexandrej
Message:

Suppression d'enregistrement pour les tests unitaires

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/project/modules/devel/cms3/heading/install/scripts/install.pdo_mysql.sql

    r2936 r2938  
    3737  PRIMARY KEY  (`id_hei`) 
    3838) AUTO_INCREMENT=1 ; 
    39  
    40 -- DonnĂ©es pour les tests unitaires -- 
    41  
    42 INSERT INTO `heading` (`id_head`, `public_id_hei`, `parent_id_head`, `description_head`) VALUES 
    43 (1, 4, NULL, NULL), 
    44 (2, 4, NULL, NULL), 
    45 (5, 16, 2, NULL), 
    46 (6, 16, 2, NULL), 
    47 (8, 85, 6, NULL), 
    48 (9, 85, 6, NULL); 
    49  
    50 INSERT INTO `headingelementinformation` (`id_hei`, `id_helt`, `type_hei`, `public_id_hei`, `site_id_hei`, `public_id_heading_hei`, `author_id_create_hei`, `author_handler_create_hei`, `author_caption_create_hei`, `date_create_hei`, `author_id_update_hei`, `author_handler_udpate_hei`, `author_caption_update_hei`, `date_update_hei`, `comment_hei`, `caption_hei`, `published_date_hei`, `end_published_date_hei`, `status_hei`, `version_hei`, `from_version_hei`, `show_in_menu_hei`, `base_url_hei`, `url_id_hei`, `public_id_root_menu_hei`, `public_id_contextual_menu_hei`, `theme_id_hei`) VALUES 
    51 (1, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 1, 0, 0, NULL, NULL, NULL, NULL, NULL), 
    52 (2, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 2, 1, 0, NULL, NULL, NULL, NULL, NULL), 
    53 (3, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 3, 2, 0, NULL, NULL, NULL, NULL, NULL);