Summary
[Summary] [Package List] [Test Cases]
Tests |
Errors |
Failures |
Skipped |
Success Rate |
Time |
13 |
0 |
1 |
0 |
92,308% |
16,519 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
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 |
fr.paris.lutece.plugins.mylutece.modules.database.authentication.web
fr.paris.lutece.plugins.mylutece.modules.database.authentication.service
fr.paris.lutece.plugins.mylutece.modules.database.authentication.business
Test Cases
[Summary] [Package List] [Test Cases]
antrunsql
|
antrunsql
|
1 |
|
|
|
|
[sql] Failed to execute: INSERT INTO core_physical_file VALUES (127,'<?xml version="1.0"?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rn <xsl:output method="text"/>rn rn <xsl:template match="users">rn <xsl:apply-templates select="user" />rn </xsl:template>rn rn <xsl:template match="user">rn <xsl:text>"</xsl:text>rn <xsl:value-of select="access_code" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="last_name" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="first_name" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="email" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="status" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="password_max_valid_date" />rn <xsl:text>";"</xsl:text>rn <xsl:value-of select="account_max_valid_date" />rn <xsl:text>"</xsl:text>rn <xsl:apply-templates select="roles" />rn <xsl:apply-templates select="groups" />rn <xsl:apply-templates select="attributes" />rn <xsl:text> </xsl:text>rn </xsl:template>rn rn <xsl:template match="roles">rn <xsl:apply-templates select="role" />rn </xsl:template>rn rn <xsl:template match="role">rn <xsl:text>;"role:</xsl:text>rn <xsl:value-of select="current()" />rn <xsl:text>"</xsl:text>rn </xsl:template>rn rn <xsl:template match="groups">rn <xsl:apply-templates select="group" />rn </xsl:template>rn rn <xsl:template match="group">rn <xsl:text>;"group:</xsl:text>rn <xsl:value-of select="current()" />rn <xsl:text>"</xsl:text>rn </xsl:template>rn rn <xsl:template match="attributes">rn <xsl:apply-templates select="attribute" />rn </xsl:template>rn rn <xsl:template match="attribute">rn <xsl:text>;"</xsl:text>rn <xsl:value-of select="attribute-id" />rn <xsl:text>:</xsl:text>rn <xsl:value-of select="attribute-field-id" />rn <xsl:text>:</xsl:text>rn <xsl:value-of select="attribute-value" />rn <xsl:text>"</xsl:text>rn </xsl:template>rn rn</xsl:stylesheet>')
[sql] Failed to execute: INSERT INTO core_physical_file VALUES (128,'<?xml version="1.0" ?>rn<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">rn <xsl:template match="/ | @* | node()">rn <xsl:copy>rn <xsl:apply-templates select="@* | node()" />rn </xsl:copy>rn </xsl:template>rn</xsl:stylesheet>') |
|
DatabaseUserHomeTest
|
testCheckPassword_upgradeStorage |
4,591 |
|
testRemoveRemovesPasswordHistory |
0,366 |
MyLuteceDatabaseAppTest
|
testDoReinitPassword_checkPasswordHistory_passwordInHistory |
0,897 |
|
testDoReinitPassword_checkPasswordHistory_emptyHistory |
1,089 |
|
testDoChangePassword_checkPasswordHistory_emptyHistory |
1,455 |
|
testDoCreateAccount |
0,376 |
|
testDoChangePassword_checkPasswordHistory_passwordInHistory |
1,288 |
DatabaseServiceTest
|
testDoCreateUser |
0,542 |
|
testDoModifyPassword |
1,463 |
|
testGetManageAdvancedParameters |
0,194 |
|
testDoInsertNewPasswordInHistory |
0,535 |
|
testCheckPassword |
2,695 |