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: INSERT INTO core_stylesheet (id_stylesheet, description, file_name, source) VALUES (888,'Rubrique XPage - Défaut','portlet_xpage.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" />rn <xsl:variable name="portlet-id" select="portlet/portlet-id" />rnrn <xsl:template match="portlet">rn 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:otherwise></xsl:otherwise>rn </xsl:choose>rn </xsl:variable>rnrn <div class="portlet ${device_class} append-bottom -lutece-border-radius" id="portlet_id_{portlet-id}">rn <xsl:if test="not(string(display-portlet-title)=''1'')">rn <h3 class="portlet-header">rn <xsl:value-of disable-output-escaping="yes" select="portlet-name" />rn </h3>rn <br />rn </xsl:if>rn rn <div class="portlet-content">rn <xsl:value-of disable-output-escaping="yes" select="xpage-content" />rn </div>rn </div>rn </xsl:template>rnrn</xsl:stylesheet>rn') |
|