Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
5 2 1 0 40% 6,176

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
fr.paris.lutece.plugins.identitystore.modules.quality.web.request.rule 2 0 0 0 100% 0
fr.paris.lutece.plugins.identitystore.modules.quality.business 1 1 0 0 0% 4,96
fr.paris.lutece.plugins.identitystore.modules.quality.web 1 1 0 0 0% 0,216

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.identitystore.modules.quality.web.request.rule

Class Tests Errors Failures Skipped Success Rate Time
IdentityStoreDuplicateRuleGetRequestTest 2 0 0 0 100% 0

fr.paris.lutece.plugins.identitystore.modules.quality.business

Class Tests Errors Failures Skipped Success Rate Time
SuspiciousIdentityBusinessTest 1 1 0 0 0% 4,96

fr.paris.lutece.plugins.identitystore.modules.quality.web

Class Tests Errors Failures Skipped Success Rate Time
ManageSuspiciousIdentitysTest 1 1 0 0 0% 0,216

Test Cases

[Summary] [Package List] [Test Cases]

IdentityStoreDuplicateRuleGetRequestTest

test_1_RequestOK 0
test_2_RequestKO 0

antrunsql

antrunsql 1

ManageSuspiciousIdentitysTest

testJspBeans 0,215
The following has evaluated to null or missing: ==> tabList [in template "admin/plugins/identitystore/modules/quality/managequality_tabs.html" at line 2, column 11] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: @tabList [in template "admin/plugins/identitystore/modules/quality/managequality_tabs.html" in macro "tabs" at line 2, column 9] - Reached through: @tabs tab="suspiciousidentity" [in template "admin/plugins/identitystore/modules/quality/manage_suspiciousidentitys.html" at line 2, column 1] ----

SuspiciousIdentityBusinessTest

testBusiness 4,935
DAOUtil error : user lacks privilege or object not found: IDENTITYSTORE_IDENTITY_HISTORY in statement [SELECT i.id_suspicious_identity, i.customer_id, i.id_duplicate_rule, d.code, i.date_create, h.metadata, l.date_lock_end, l.is_locked, l.author_type, l.author_name FROM identitystore_quality_suspicious_identity i LEFT JOIN identitystore_quality_suspicious_identity_lock l ON i.customer_id = l.customer_id LEFT JOIN identitystore_duplicate_rule d on d.id_rule = i.id_duplicate_rule LEFT JOIN identitystore_identity_history h on i.customer_id = h.customer_id AND i.date_create = h.modification_date WHERE 1=1 AND d.code = '0' ORDER BY i.date_create DESC ] - SQL statement : - Plugin : identitystore-quality

Failure Details

[Summary] [Package List] [Test Cases]


antrunsql
antrunsql
testJspBeans
fr.paris.lutece.util.html.exception.LuteceFreemarkerException: The following has evaluated to null or missing: ==> tabList [in template "admin/plugins/identitystore/modules/quality/managequality_tabs.html" at line 2, column 11] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: @tabList [in template "admin/plugins/identitystore/modules/quality/managequality_tabs.html" in macro "tabs" at line 2, column 9] - Reached through: @tabs tab="suspiciousidentity" [in template "admin/plugins/identitystore/modules/quality/manage_suspiciousidentitys.html" at line 2, column 1] ----
testBusiness
fr.paris.lutece.portal.service.util.AppException: DAOUtil error : user lacks privilege or object not found: IDENTITYSTORE_IDENTITY_HISTORY in statement [SELECT i.id_suspicious_identity, i.customer_id, i.id_duplicate_rule, d.code, i.date_create, h.metadata, l.date_lock_end, l.is_locked, l.author_type, l.author_name FROM identitystore_quality_suspicious_identity i LEFT JOIN identitystore_quality_suspicious_identity_lock l ON i.customer_id = l.customer_id LEFT JOIN identitystore_duplicate_rule d on d.id_rule = i.id_duplicate_rule LEFT JOIN identitystore_identity_history h on i.customer_id = h.customer_id AND i.date_create = h.modification_date WHERE 1=1 AND d.code = '0' ORDER BY i.date_create DESC ] - SQL statement : - Plugin : identitystore-quality