[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_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('CONTENT', 'portal.features.group.content.description', 'portal.features.group.content.label', 1, 'ti ti-files') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('APPLICATIONS', 'portal.features.group.applications.description', 'portal.features.group.applications.label', 3, 'ti ti-apps') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('SYSTEM', 'portal.features.group.system.description', 'portal.features.group.system.label', 7, 'ti ti-shield-lock ') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('SITE', 'portal.features.group.site.description', 'portal.features.group.site.label', 2, 'ti ti-world') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('STYLE', 'portal.features.group.charter.description', 'portal.features.group.charter.label', 6, 'ti ti-brush') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('USERS', 'portal.features.group.users.description', 'portal.features.group.users.label', 4, 'ti ti-users') [sql] Failed to execute: INSERT INTO `core_feature_group` (`id_feature_group`, `feature_group_description`, `feature_group_label`, `feature_group_order`, `feature_group_icon`) VALUES ('MANAGERS', 'portal.features.group.managers.description', 'portal.features.group.managers.label', 5, 'ti ti-user-shield') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (10,'Rubrique HTML - DΓö£ΓîÉfaut','portlet_html.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rn<xsl:output method="html" indent="yes"/>rnrn<xsl:template match="portlet">rn<xsl:variable name="device_class">rn<xsl:choose>rn <xsl:when test="string(display-on-small-device)=''0''">hidden-phone</xsl:when>rn <xsl:when test="string(display-on-normal-device)=''0''">hidden-tablet</xsl:when>rn <xsl:when test="string(display-on-large-device)=''0''">hidden-desktop</xsl:when>rn <xsl:otherwise></xsl:otherwise>rn</xsl:choose>rn</xsl:variable>rnrn <div class="portlet {$device_class}">rn <xsl:choose>rn <xsl:when test="not(string(display-portlet-title)=''1'')">rn <h3><xsl:value-of disable-output-escaping="yes" select="portlet-name" /></h3>rn <xsl:apply-templates select="html-portlet" />rn </xsl:when>rn <xsl:otherwise>rn <xsl:apply-templates select="html-portlet" />rn </xsl:otherwise>rn</xsl:choose>rn</div>rn</xsl:template>rn rn<xsl:template match="html-portlet">rn <xsl:apply-templates select="html-portlet-content" />rn</xsl:template>rn rn<xsl:template match="html-portlet-content">rn <xsl:value-of disable-output-escaping="yes" select="." />rn</xsl:template>rnrn</xsl:stylesheet>rnrnrnrnrn') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (211,'Menu Init','menu_init.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:param name="site-path" select="site-path" />rnrn<xsl:template match="menu-list">rn<br /><br />rn <div id="menu-init">rn <div id="menu-init-content">rn <ul id="menu-verti">rn <xsl:apply-templates select="menu" />rn </ul>rn </div>rn </div>rn</xsl:template>rnrnrn<xsl:template match="menu">rn <xsl:variable name="index">rn <xsl:number level="single" value="position()" />rn </xsl:variable>rnrn <xsl:if test="$index > 7">rn <li class="first-verti">rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn <xsl:apply-templates select="sublevel-menu-list" />rn </li>rn </xsl:if>rn</xsl:template>rnrn<xsl:template match="sublevel-menu-list">rn <ul>rn <li class="last-verti">rn <xsl:apply-templates select="sublevel-menu" />rn </li>rn </ul>rn</xsl:template>rnrn<xsl:template match="sublevel-menu">rn <xsl:variable name="index_sous_menu">rn <xsl:number level="single" value="position()" />rn </xsl:variable>rnrn <a href="{$site-path}?page_id={page-id}" target="_top">rn <span><xsl:value-of select="page-name" /></span>rn </a>rn</xsl:template>rnrn</xsl:stylesheet>rn') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (213,'Main Menu','menu_main.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rn <xsl:param name="site-path" select="site-path" />rn <xsl:template match="menu-list">rn <xsl:apply-templates select="menu" />rn </xsl:template>rn <xsl:template match="menu">rn <li class="nav-item">rn <a href="{$site-path}?page_id={page-id}" class="nav-link" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn </li>rn </xsl:template>rn</xsl:stylesheet>') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (215,'Breadcrum','page_path.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:param name="site-path" select="site-path" />rnrnrn<xsl:template match="page">rn <xsl:if test="position()!=last()-1">rn <a href="{$site-path}?page_id={page-id}" target="_top"><xsl:value-of select="page-name" /></a>>rn </xsl:if>rn <xsl:if test="position()=last()-1">rn <xsl:value-of select="page-name" />rn </xsl:if>rn</xsl:template>rnrnrn<xsl:template match="page_link">rn <xsl:if test="position()!=last()-1">rn <a href="{$site-path}?{page-url}" target="_top"><xsl:value-of select="page-name" /></a>>rn </xsl:if>rn <xsl:if test="position()=last()-1">rn <xsl:value-of select="page-name" />rn </xsl:if>rn</xsl:template>rnrnrn</xsl:stylesheet>') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (217,'Site Map','site_map.xsl','<?xml version="1.0" encoding="ISO-8859-1"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:param name="site-path" select="site-path" />rnrnrn<xsl:template match="page[page-level=0]">rn <div class="span-15 prepend-1 append-1 append-bottom">rn <div class="portlet -lutece-border-radius">rn <xsl:apply-templates select="child-pages-list" />rn </div>rn </div>rn</xsl:template>rnrnrn<xsl:template match="page[page-level=1]">rn<ul class="site-map-level-one">rn <li>rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn <xsl:apply-templates select="page-description" />rn <xsl:apply-templates select="page-image" />rn <xsl:apply-templates select="child-pages-list" />rn <xsl:text disable-output-escaping="yes">rn <![CDATA[<div class="clear"> </div>]]>rn </xsl:text>rn </li>rn</ul>rn</xsl:template>rnrnrn<xsl:template match="page[page-level=2]">rn<ul class="site-map-level-two">rn <li>rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn <xsl:apply-templates select="page-description" />rn <xsl:apply-templates select="child-pages-list" />rn </li>rn</ul>rn</xsl:template>rnrnrn<xsl:template match="page[page-level>2]">rn<ul class="site-map-level-highest">rn <li>rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn <xsl:apply-templates select="page-description" />rn <xsl:apply-templates select="child-pages-list" />rn </li>rn</ul>rn</xsl:template>rnrnrn<xsl:template match="page-description">rn <br /><xsl:value-of select="." />rn</xsl:template>rnrnrn<xsl:template match="child-pages-list[page-level=0]">rn <xsl:if test="count(page)>0">rn <xsl:apply-templates select="page" />rn </xsl:if>rn</xsl:template>rnrnrn<xsl:template match="child-pages-list[page-level=1]">rn <xsl:if test="count(page)>0">rn <xsl:apply-templates select="page" />rn </xsl:if>rn</xsl:template>rnrnrn<xsl:template match="child-pages-list[page-level=2]">rn <xsl:if test="count(page)>0">rn <xsl:apply-templates select="page" />rn </xsl:if>rn</xsl:template>rnrn<xsl:template match="child-pages-list[page-level>2]">rn <xsl:if test="count(page)>0">rn <xsl:apply-templates select="page" />rn </xsl:if>rn</xsl:template>rnrnrn<xsl:template match="page-image">rn <div class="level-one-image">rn <div class="polaroid">rn <img border="0" width="80" height="80" src="images/local/data/pages/{.}" alt="" />rn </div>rn </div >rn</xsl:template>rnrnrn</xsl:stylesheet>rn') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (253,'Child Pages - Tree View','menu_tree.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:param name="site-path" select="site-path" />rnrn<xsl:template match="menu-list">rn <xsl:variable name="menu-list" select="menu" />rnrn <script type="text/javascript">rn $(document).ready(function(){rn $("#tree").treeview({rn animated: "fast",rn collapsed: false,rn unique: true,rn persist: "cookie"rn });rn rn });rn </script> rn rn <xsl:if test="not(string(menu)='''')">rn <xsl:text disable-output-escaping="yes"> rn <div class="tree4"> rn <h2> </h2>rn <ul id="tree" class="tree4">rn <xsl:apply-templates select="menu" /> rn </ul> rn </div>rn <br />rn </xsl:text> rn </xsl:if>rn</xsl:template>rnrnrn<xsl:template match="menu">rn <xsl:variable name="index">rn <xsl:number level="single" value="position()" />rn </xsl:variable>rn <li>rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a> rn <br />rn <xsl:value-of select="page-description" />rn <xsl:apply-templates select="sublevel-menu-list" /> rn rn </li> rn rn</xsl:template>rnrn<xsl:template match="sublevel-menu-list"> rn rn <xsl:apply-templates select="sublevel-menu" /> rnrn</xsl:template>rnrnrn<xsl:template match="sublevel-menu">rn <xsl:variable name="index_sous_menu">rn <xsl:number level="single" value="position()" />rn </xsl:variable>rn <ul >rn <li>rn <a href="{$site-path}?page_id={page-id}" target="_top">rn <xsl:value-of select="page-name" />rn </a>rn </li> rn </ul>rn rn rn</xsl:template>rnrn</xsl:stylesheet>rn') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (279,'Plan du Site module d''Administration','admin_site_map_admin.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rn <xsl:param name="site-path" select="site-path" />rn <xsl:variable name="current-page-id" select="current-page-id" />rn <xsl:template match="page[page-level=0]">rn <div id="lutece-map-tree" class="lutece-tree">rn <ul>rn <li class="lutece-tree-node" data-tree-icon="home">rn <xsl:value-of select="page-name" />rn <xsl:if test="not(string(page-role)=''none'')">rn <strong>rn <xsl:text disable-output-escaping="yes">- #i18n{portal.site.admin_page.tabAdminMapRoleReserved}</xsl:text>rn <xsl:value-of select="page-role" />rn </strong>rn </xsl:if>rn <a href="{$site-path}?page_id={page-id}" title="{page-description}"><span class="ti ti-link"></span></a>rn <ul>rn <xsl:apply-templates select="child-pages-list" />rn </ul>rn </li>rn </ul>rn </div>rn </xsl:template>rn <xsl:template match="page[page-level>0]">rn <xsl:variable name="index" select="page-id" />rn <xsl:variable name="description" select="page-description" />rn <xsl:choose>rn <xsl:when test="count(child-pages-list/*)>0">rn <li id="node-{$index}" class="lutece-tree-node" data-tree-icon="folder">rn <xsl:value-of select="page-name" />rn <xsl:if test="not(string(page-role)=''none'')">rn <strong>rn <xsl:text disable-output-escaping="yes">#i18n{portal.site.admin_page.tabAdminMapRoleReserved}</xsl:text>rn <xsl:value-of select="page-role" />rn </strong>rn </xsl:if>rn <a href="{$site-path}?page_id={page-id}" title="{$description}"><span class="ti ti-link"></span></a>rn <ul>rn <xsl:apply-templates select="child-pages-list" />rn </ul>rn </li> rn </xsl:when>rn <xsl:otherwise>rn <li id="node-{$index}" class="lutece-tree-item" data-tree-icon="file">rn <xsl:value-of select="page-name" />rn <xsl:if test="not(string(page-role)=''none'')">rn <strong>rn <xsl:text disable-output-escaping="yes">#i18n{portal.site.admin_page.tabAdminMapRoleReserved}</xsl:text>rn <xsl:value-of select="page-role" />rn </strong>rn </xsl:if>rn <a href="{$site-path}?page_id={page-id}" title="{$description}"><span class="ti ti-link"></span></a>rn <xsl:apply-templates select="child-pages-list" />rn </li> rn </xsl:otherwise>rn </xsl:choose>rn </xsl:template>rn <xsl:template match="child-pages-list">rn <xsl:apply-templates select="page" />rn </xsl:template>rn</xsl:stylesheet>') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (285,'Rubrique HTML - Fond colorΓö£ΓîÉ','portlet_html_background.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:output method="html" indent="yes"/>rnrn<xsl:template match="portlet">rnrn <xsl:variable name="device_class">rn <xsl:choose>rn <xsl:when test="string(display-on-small-device)=''0''">hidden-phone</xsl:when>rn <xsl:when test="string(display-on-normal-device)=''0''">hidden-tablet</xsl:when>rn <xsl:when test="string(display-on-large-device)=''0''">hidden-desktop</xsl:when>rn <xsl:otherwise></xsl:otherwise>rn </xsl:choose>rn </xsl:variable>rn rn <div class="portlet {$device_class}">rn <div class="well">rn <xsl:choose>rn <xsl:when test="not(string(display-portlet-title)=''1'')">rn <h2>rn <xsl:value-of disable-output-escaping="yes" select="portlet-name" />rn </h2>rn <div class="portlet-background-content -lutece-border-radius-bottom">rn <xsl:apply-templates select="html-portlet" />rn </div>rn </xsl:when>rn <xsl:otherwise>rn <div class="portlet-background-content -lutece-border-radius">rn <xsl:apply-templates select="html-portlet" />rn </div>rn </xsl:otherwise>rn </xsl:choose>rn </div>rn </div>rn</xsl:template>rnrn<xsl:template match="html-portlet">rn <xsl:apply-templates select="html-portlet-content" />rn</xsl:template>rnrn<xsl:template match="html-portlet-content">rn <xsl:value-of disable-output-escaping="yes" select="." />rn</xsl:template>rnrn</xsl:stylesheet>') [sql] Failed to execute: INSERT INTO `core_stylesheet` VALUES (310,'Rubrique MyLutece - DΓö£ΓîÉfaut','portlet_mylutece.xsl','<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rnrn<xsl:template match="portlet">rnrn <xsl:variable name="device_class">rn <xsl:choose>rn <xsl:when test="string(display-on-small-device)=''0''">hidden-phone</xsl:when>rn <xsl:when test="string(display-on-normal-device)=''0''">hidden-tablet</xsl:when>rn <xsl:when test="string(display-on-large-device)=''0''">hidden-desktop</xsl:when>rn <xsl:otherwise></xsl:otherwise>rn </xsl:choose>rn </xsl:variable>rnrn <div class="portlet {$device_class}">rn <div class="well">rn <xsl:choose>rn <xsl:when test="not(string(display-portlet-title)=''1'')">rn <h3><xsl:value-of disable-output-escaping="yes" select="portlet-name" /></h3>rn <xsl:apply-templates select="mylutece-portlet" />rn </xsl:when>rn <xsl:otherwise>rn <xsl:apply-templates select="mylutece-portlet" />rn </xsl:otherwise>rn </xsl:choose>rn <div class="clearfix"> </div>rn </div>rn </div>rn</xsl:template>rnrnrn<xsl:template match="mylutece-portlet">rn <xsl:apply-templates select="user-not-signed" />rn <xsl:apply-templates select="lutece-user" />rn</xsl:template>rnrnrn<xsl:template match="user-not-signed">rn <form class="form" action="jsp/site/plugins/mylutece/DoMyLuteceLogin.jsp" method="post">rn <xsl:apply-templates select="lutece-user-authentication-service[@delegated=''true'']" />rn <xsl:apply-templates select="lutece-user-authentication-service[@loginpassword-required=''true'']" />rn <xsl:if test="count(lutece-user-authentication-service[@loginpassword-required=''true'']) >= 1">rn <label for="username">Code d''accès :</label>rn <input name="username" class="input-normal" id="username" autocomplete="off" tabindex="1" type="text"/><br />rn <label for="password">Mot de passe :</label>rn <input name="password" class="input-normal" id="password" autocomplete="off" tabindex="2" type="password" />rn <button class="btn btn-small" tabindex="3" type="submit"><i class="icon-user"> </i> Connexion</button>rn </xsl:if>rn </form>rn <xsl:apply-templates select="lutece-user-new-account-url" />rn <xsl:apply-templates select="lutece-user-lost-password-url" />rn</xsl:template>rnrn<xsl:template match="lutece-user-authentication-service[@loginpassword-required=''true'']">rn <label class="radio" for="auth_provider">rn <input type="radio" name="auth_provider" value="{name}" checked="checked" />rn <xsl:value-of select="display-name" />rn </label>rn</xsl:template>rnrn<xsl:template match="lutece-user-authentication-service[@delegated=''true'']">rn <a href="{url}?auth_provider={name}">rn <img src="{icon-url}" alt="{display-name}" title="{display-name}"/>rn </a>rn</xsl:template>rnrnrn<xsl:template match="lutece-user">rn <p>rn <strong>Bienvenue rn <xsl:value-of disable-output-escaping="yes" select="lutece-user-name-given" /> rn <xsl:value-of disable-output-escaping="yes" select="lutece-user-name-family" />rn </strong>rn </p>rn <xsl:apply-templates select="lutece-user-logout-url" />rn <xsl:apply-templates select="lutece-user-view-account-url" />rn</xsl:template>rnrnrn<xsl:template match="lutece-user-logout-url">rn <form class="form-inline pull-left" name="logout" action="{.}" method="post">rn <button type="submit" class="btn"><i class="icon-off"> </i> Déconnexion</button> rn </form>rn</xsl:template>rnrnrn<xsl:template match="lutece-user-new-account-url">rn <form class="form-inline pull-left" name="logout" action="{.}" method="post">rn <button type="submit" class="btn"><i class="icon-plus"> </i> Créer un compte</button> rn </form>rn</xsl:template>rnrnrn<xsl:template match="lutece-user-lost-password-url">rn <form class="form-inline pull-left" name="logout" action="{.}" method="post">rn <button type="submit" class="btn"><i class="icon-lock"> </i> Mot de passe perdu</button> rn </form>rn</xsl:template>rnrn<xsl:template match="lutece-user-view-account-url">rn <form class="form-inline pull-left" name="logout" action="{.}" method="post">rn <button type="submit" class="btn"><i class="icon-edit"> </i> Voir mon compte</button> rn </form>rn</xsl:template>rnrn</xsl:stylesheet>rnrn') [sql] Failed to execute: DELETE FROM `core_stylesheet` WHERE `id_stylesheet` IN ( 213, 279 ) [sql] Failed to execute: INSERT INTO `core_stylesheet` (`id_stylesheet`, `description`, `file_name`, `source`) VALUES ( 213, 'Main Menu', 'menu_main.xsl', _binary 0x3C3F786D6C2076657273696F6E3D22312E30223F3E0D0A3C78736C3A7374796C6573686565742076657273696F6E3D22312E302220786D6C6E733A78736C3D22687474703A2F2F7777772E77332E6F72672F313939392F58534C2F5472616E73666F726D223E0D0A202020203C78736C3A706172616D206E616D653D22736974652D70617468222073656C6563743D22736974652D7061746822202F3E0D0A202020203C78736C3A74656D706C617465206D617463683D226D656E752D6C697374223E0D0A20202020202020203C78736C3A6170706C792D74656D706C617465732073656C6563743D226D656E7522202F3E0D0A202020203C2F78736C3A74656D706C6174653E0D0A202020203C78736C3A74656D706C617465206D617463683D226D656E75223E0D0A20202020202020203C6C6920636C6173733D226E61762D6974656D223E0D0A2020202020202020202020203C6120687265663D227B24736974652D706174687D3F706167655F69643D7B706167652D69647D2220636C6173733D226E61762D6C696E6B22207461726765743D225F746F70223E0D0A202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D6E616D6522202F3E0D0A2020202020202020202020203C2F613E0D0A20202020202020203C2F6C693E0D0A202020203C2F78736C3A74656D706C6174653E0D0A3C2F78736C3A7374796C6573686565743E) [sql] Failed to execute: INSERT INTO `core_stylesheet` (`id_stylesheet`, `description`, `file_name`, `source`) VALUES( 279, 'Plan du Site module d''Administration', 'admin_site_map_admin.xsl', _binary 0x3C3F786D6C2076657273696F6E3D22312E30223F3E0D0A3C78736C3A7374796C6573686565742076657273696F6E3D22312E302220786D6C6E733A78736C3D22687474703A2F2F7777772E77332E6F72672F313939392F58534C2F5472616E73666F726D223E0D0A202020203C78736C3A706172616D206E616D653D22736974652D70617468222073656C6563743D22736974652D7061746822202F3E0D0A202020203C78736C3A7661726961626C65206E616D653D2263757272656E742D706167652D6964222073656C6563743D2263757272656E742D706167652D696422202F3E0D0A202020203C78736C3A74656D706C617465206D617463683D22706167655B706167652D6C6576656C3D305D223E0D0A20202020202020203C6469762069643D226C75746563652D6D61702D747265652220636C6173733D226C75746563652D74726565223E0D0A2020202020202020202020203C756C3E0D0A202020202020202020202020202020203C6C6920636C6173733D226C75746563652D747265652D6E6F64652220646174612D747265652D69636F6E3D22686F6D65223E0D0A20202020202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D6E616D6522202F3E0D0A20202020202020202020202020202020202020203C78736C3A696620746573743D226E6F7428737472696E6728706167652D726F6C65293D276E6F6E652729223E0D0A2020202020202020202020202020202020202020202020203C7374726F6E673E0D0A202020202020202020202020202020202020202020202020202020203C78736C3A746578742064697361626C652D6F75747075742D6573636170696E673D22796573223E2D20236931386E7B706F7274616C2E736974652E61646D696E5F706167652E74616241646D696E4D6170526F6C6552657365727665647D3C2F78736C3A746578743E0D0A202020202020202020202020202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D726F6C6522202F3E0D0A2020202020202020202020202020202020202020202020203C2F7374726F6E673E0D0A20202020202020202020202020202020202020203C2F78736C3A69663E0D0A20202020202020202020202020202020202020203C6120687265663D227B24736974652D706174687D3F706167655F69643D7B706167652D69647D22207469746C653D227B706167652D6465736372697074696F6E7D223E3C7370616E20636C6173733D2274692074692D6C696E6B223E3C2F7370616E3E3C2F613E0D0A20202020202020202020202020202020202020203C756C3E0D0A2020202020202020202020202020202020202020202020203C78736C3A6170706C792D74656D706C617465732073656C6563743D226368696C642D70616765732D6C69737422202F3E0D0A20202020202020202020202020202020202020203C2F756C3E0D0A202020202020202020202020202020203C2F6C693E0D0A2020202020202020202020203C2F756C3E0D0A20202020202020203C2F6469763E0D0A202020203C2F78736C3A74656D706C6174653E0D0A202020203C78736C3A74656D706C617465206D617463683D22706167655B706167652D6C6576656C3E305D223E0D0A20202020202020203C78736C3A7661726961626C65206E616D653D22696E646578222073656C6563743D22706167652D696422202F3E0D0A20202020202020203C78736C3A7661726961626C65206E616D653D226465736372697074696F6E222073656C6563743D22706167652D6465736372697074696F6E22202F3E0D0A20202020202020203C78736C3A63686F6F73653E0D0A2020202020202020202020203C78736C3A7768656E20746573743D22636F756E74286368696C642D70616765732D6C6973742F2A293E30223E0D0A2020202020202020202020203C6C692069643D226E6F64652D7B24696E6465787D2220636C6173733D226C75746563652D747265652D6E6F64652220646174612D747265652D69636F6E3D22666F6C646572223E0D0A202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D6E616D6522202F3E0D0A202020202020202020202020202020203C78736C3A696620746573743D226E6F7428737472696E6728706167652D726F6C65293D276E6F6E652729223E0D0A20202020202020202020202020202020202020203C7374726F6E673E0D0A2020202020202020202020202020202020202020202020203C78736C3A746578742064697361626C652D6F75747075742D6573636170696E673D22796573223E236931386E7B706F7274616C2E736974652E61646D696E5F706167652E74616241646D696E4D6170526F6C6552657365727665647D3C2F78736C3A746578743E0D0A2020202020202020202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D726F6C6522202F3E0D0A20202020202020202020202020202020202020203C2F7374726F6E673E0D0A202020202020202020202020202020203C2F78736C3A69663E0D0A202020202020202020202020202020203C6120687265663D227B24736974652D706174687D3F706167655F69643D7B706167652D69647D22207469746C653D227B246465736372697074696F6E7D223E3C7370616E20636C6173733D2274692074692D6C696E6B223E3C2F7370616E3E3C2F613E0D0A202020202020202020202020202020203C756C3E0D0A20202020202020202020202020202020202020203C78736C3A6170706C792D74656D706C617465732073656C6563743D226368696C642D70616765732D6C69737422202F3E0D0A202020202020202020202020202020203C2F756C3E0D0A202020202020202020202020202020203C2F6C693E2020200D0A2020202020202020202020203C2F78736C3A7768656E3E0D0A2020202020202020202020203C78736C3A6F74686572776973653E0D0A2020202020202020202020203C6C692069643D226E6F64652D7B24696E6465787D2220636C6173733D226C75746563652D747265652D6974656D2220646174612D747265652D69636F6E3D2266696C65223E0D0A202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D6E616D6522202F3E0D0A202020202020202020202020202020203C78736C3A696620746573743D226E6F7428737472696E6728706167652D726F6C65293D276E6F6E652729223E0D0A20202020202020202020202020202020202020203C7374726F6E673E0D0A2020202020202020202020202020202020202020202020203C78736C3A746578742064697361626C652D6F75747075742D6573636170696E673D22796573223E236931386E7B706F7274616C2E736974652E61646D696E5F706167652E74616241646D696E4D6170526F6C6552657365727665647D3C2F78736C3A746578743E0D0A2020202020202020202020202020202020202020202020203C78736C3A76616C75652D6F662073656C6563743D22706167652D726F6C6522202F3E0D0A20202020202020202020202020202020202020203C2F7374726F6E673E0D0A202020202020202020202020202020203C2F78736C3A69663E0D0A202020202020202020202020202020203C6120687265663D227B24736974652D706174687D3F706167655F69643D7B706167652D69647D22207469746C653D227B246465736372697074696F6E7D223E3C7370616E20636C6173733D2274692074692D6C696E6B223E3C2F7370616E3E3C2F613E0D0A202020202020202020202020202020203C78736C3A6170706C792D74656D706C617465732073656C6563743D226368696C642D70616765732D6C69737422202F3E0D0A2020202020202020202020203C2F6C693E202020200D0A2020202020202020202020203C2F78736C3A6F74686572776973653E0D0A20202020202020203C2F78736C3A63686F6F73653E0D0A202020203C2F78736C3A74656D706C6174653E0D0A202020203C78736C3A74656D706C617465206D617463683D226368696C642D70616765732D6C697374223E0D0A20202020202020203C78736C3A6170706C792D74656D706C617465732073656C6563743D227061676522202F3E0D0A202020203C2F78736C3A74656D706C6174653E0D0A3C2F78736C3A7374796C6573686565743E) [sql] Failed to execute: DELETE FROM `core_page_template` WHERE `id_template`=7 [sql] Failed to execute: INSERT INTO `core_page_template` (`description`, `file_name`, `picture`) VALUES ('Page d''accueil - Demo', 'skin/site/page_home_demo.html', 'lutece_logo.png') [sql] Failed to execute: UPDATE `core_page` SET `id_template`='7' WHERE `id_page`=1 |
[Summary] [Package List] [Test Cases]
antrunsql | |
antrunsql | |