Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
3 1 2 0 0% 4.439

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.indexer.web.rs 2 1 1 0 0% 3.439

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.indexer.web.rs

Class Tests Errors Failures Skipped Success Rate Time
IdentityIndexerRestServiceTest 2 1 1 0 0% 3.439

Test Cases

[Summary] [Package List] [Test Cases]

antrunsql

antrunsql 1

IdentityIndexerRestServiceTest

testFullIndexingResponseWhenNoExceptionOccurs 3.369
DAOUtil error : user lacks privilege or object not found: IDENTITYSTORE_IDENTITY in statement [INSERT INTO identitystore_identity_indexer_action SELECT ? + id_identity, customer_id, ? FROM identitystore_identity] - SQL statement : - Plugin : identitystore-indexer
testFullIndexingResponseWhenExceptionOccurs 0.014
Expected: is "An error occurred durring the full indexing" but: was "An error occurred during the full indexing"

Failure Details

[Summary] [Package List] [Test Cases]


antrunsql
antrunsql
testFullIndexingResponseWhenNoExceptionOccurs
fr.paris.lutece.portal.service.util.AppException: DAOUtil error : user lacks privilege or object not found: IDENTITYSTORE_IDENTITY in statement [INSERT INTO identitystore_identity_indexer_action SELECT ? + id_identity, customer_id, ? FROM identitystore_identity] - SQL statement : - Plugin : identitystore-indexer
testFullIndexingResponseWhenExceptionOccurs
java.lang.AssertionError: Expected: is "An error occurred durring the full indexing" but: was "An error occurred during the full indexing"