Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update isSelfAsserted method in funding and fix NPE in peer review #6899

Merged
merged 2 commits into from
Oct 3, 2023

Merge branch 'main' into 8716-source-sorting-option

3345630
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: Update isSelfAsserted method in funding and fix NPE in peer review #6899

Merge branch 'main' into 8716-source-sorting-option
3345630
Select commit
Loading
Failed to load commit list.
GitHub Actions / orcid-web Unit Tests succeeded Oct 3, 2023 in 1s

orcid-web Unit Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
TEST-orcid.pojo.ajaxForm.DummyTest.xml 1✅ 35s
TEST-orcid.pojo.ajaxForm.WorkFormTest.xml 3✅ 24ms
TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml 12✅ 2s
TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml 6✅ 113ms
TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml 4✅ 176ms
TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml 24✅ 5s
TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml 1✅ 24ms
TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml 6✅ 41ms
TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml 3✅ 520ms
TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml 9✅ 5s
TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml 7✅ 33ms
TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml 17✅ 4s
TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml 1✅ 179ms
TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml 17✅ 3s
TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml 33✅ 112ms
TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml 2✅ 11ms
TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml 7✅ 3s
TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml 2✅ 3s
TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml 5✅ 3s
TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml 7✅ 3s
TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml 4✅ 3s
TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml 17✅ 3s
TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml 5✅ 3s
TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml 2✅ 10ms
TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml 4✅ 3s
TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml 10✅ 3s
TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml 1✅ 5ms
TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml 7✅ 41ms
TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml 10✅ 645ms
TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml 1✅ 3s
TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml 1✅ 1ms
TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml 4✅ 7ms

✅ TEST-orcid.pojo.ajaxForm.DummyTest.xml

1 tests were completed in 35s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.DummyTest 1✅ 35s

✅ orcid.pojo.ajaxForm.DummyTest

✅ testThis

✅ TEST-orcid.pojo.ajaxForm.WorkFormTest.xml

3 tests were completed in 24ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
orcid.pojo.ajaxForm.WorkFormTest 3✅ 24ms

✅ orcid.pojo.ajaxForm.WorkFormTest

✅ testSerializeWork
✅ testValueOfAndBack
✅ testEmptyTranslatedTitleDontGetIntoTheWork

✅ TEST-org.orcid.frontend.email.RecordEmailSenderTest.xml

12 tests were completed in 2s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.email.RecordEmailSenderTest 12✅ 2s

✅ org.orcid.frontend.email.RecordEmailSenderTest

✅ testResetNotFoundEmail
✅ testSendForgottenIdEmailNotFound
✅ testSendDeactivateEmail
✅ testSendWelcomeEmail
✅ testSendVerificationEmail
✅ testSend2FADisabledEmail
✅ testSendOrcidLockedEmail
✅ testClaimReminderEmail
✅ testChangeEmailAddress
✅ testSendReactivationEmail
✅ testSendForgottenIdEmail
✅ testResetEmail

✅ TEST-org.orcid.frontend.oauth2.RevokeControllerTest.xml

6 tests were completed in 113ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.oauth2.RevokeControllerTest 6✅ 113ms

✅ org.orcid.frontend.oauth2.RevokeControllerTest

✅ tokenAlreadyDisabledOrNonExistingTest
✅ disableByTokenTest
✅ refreshTokenAlreadyDisabledTest
✅ notOwnerTest
✅ disableByRefreshTokenTest
✅ noTokenTest

✅ TEST-org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest.xml

4 tests were completed in 176ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest 4✅ 176ms

✅ org.orcid.frontend.salesforce.adapter.SalesForceAdapterTest

✅ testCreateMembersListFromJson
✅ testCreateMemberFromSalesForceRecordWithNullValues
✅ testCreateMemberFromSalesForceRecord
✅ testCreateIntegrationsListFromJson

✅ TEST-org.orcid.frontend.web.controllers.AdminControllerTest.xml

24 tests were completed in 5s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AdminControllerTest 24✅ 5s

✅ org.orcid.frontend.web.controllers.AdminControllerTest

✅ deactivateAndReactivateProfileTest
✅ testUnreviewAccounts
✅ findIdsTest
✅ deactivateOrcidRecords
✅ resetPasswordTest
✅ verifyEmailTest
✅ testGetLockReasons
✅ testCheckOrcid
✅ startDelegationProcess
✅ testConvertClient
✅ testReviewAccounts
✅ testValidateClientConversion
✅ addANewEmailToARecordThatAlreadyExistOnOtherAccount
✅ preventDisablingMembersTest
✅ testLockAccounts
✅ addANewEmailToARecord
✅ testUnlockAccounts
✅ resendClaimEmail
✅ resetPasswordTestOrcidURL
✅ adminSwitchUser
✅ resetPasswordUsingEmailTest
✅ addANewEmailToARecordThatIsDuplicated
✅ tryToDeprecateDeprecatedProfile
✅ resetPasswordValidateId

✅ TEST-org.orcid.frontend.web.controllers.AffiliationsControllerTest.xml

1 tests were completed in 24ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.AffiliationsControllerTest 1✅ 24ms

✅ org.orcid.frontend.web.controllers.AffiliationsControllerTest

✅ testSearchDisambiguated

✅ TEST-org.orcid.frontend.web.controllers.BaseControllerUtilTest.xml

6 tests were completed in 41ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.BaseControllerUtilTest 6✅ 41ms

✅ org.orcid.frontend.web.controllers.BaseControllerUtilTest

✅ getCurrentUserNoPrincipal
✅ getCurrentUserNoAuthentication
✅ getCurrentUserNoSecurittyContext
✅ getCurrentUserWrongAuthenticationClass
✅ getCurrentUserUsernamePasswordAuthenticationToken
✅ getCurrentUserPreAuthenticatedAuthenticationToken

✅ TEST-org.orcid.frontend.web.controllers.ClaimControllerTest.xml

3 tests were completed in 520ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClaimControllerTest 3✅ 520ms

✅ org.orcid.frontend.web.controllers.ClaimControllerTest

✅ testClaim
✅ testResendClaimEmail
✅ testResendEmailFailIfTheProfileIsAlreadyClaimed

✅ TEST-org.orcid.frontend.web.controllers.ClientsControllerTest.xml

9 tests were completed in 5s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ClientsControllerTest 9✅ 5s

✅ org.orcid.frontend.web.controllers.ClientsControllerTest

✅ emptyClientTest
✅ editClientTest
✅ testInvalidName
✅ createInvalidClientTest
✅ getClientsTest
✅ testInvalidWebsite
✅ testInvalidDescription
✅ addClientTest
✅ editInvalidClientTest

✅ TEST-org.orcid.frontend.web.controllers.DeveloperToolsControllerTest.xml

7 tests were completed in 33ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.DeveloperToolsControllerTest 7✅ 33ms

✅ org.orcid.frontend.web.controllers.DeveloperToolsControllerTest

✅ createClientTest
✅ testCrossSiteScriptingOnClientName
✅ testClientValidation
✅ updateClientTest
✅ resetClientSecretTest
✅ getClientTest
✅ testCrossSiteScriptingOnClientDescription

✅ TEST-org.orcid.frontend.web.controllers.FundingsControllerTest.xml

17 tests were completed in 4s with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.FundingsControllerTest 17✅ 4s

✅ org.orcid.frontend.web.controllers.FundingsControllerTest

✅ testValidateAmountLocaleEN_US
✅ testValidateAmountLocaleRU
✅ testGetFundingsJsonSortedBySource
✅ testAddFundingWithoutAmount
✅ validateBigDecimalConversionLocaleRU
✅ testEditOrgOnExistingFunding
✅ validateBigDecimalConversionLocaleDE_CH
✅ validateBigDecimalConversionLocaleUS_EN
✅ getFunding
✅ testVAlidateAmountLocaleDE_CH
✅ testAddFundingWithInvalidDates
✅ testAddFunding
✅ testEditFunding
✅ testEditOtherSourceThrowsError
✅ testSearchDisambiguated
✅ testAddAmountWithoutCurrencyCode
✅ testGetFundingsJson

✅ TEST-org.orcid.frontend.web.controllers.GetMyDataControllerTest.xml

1 tests were completed in 179ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.GetMyDataControllerTest 1✅ 179ms

✅ org.orcid.frontend.web.controllers.GetMyDataControllerTest

✅ testDownload

✅ TEST-org.orcid.frontend.web.controllers.ManageMembersControllerTest.xml

17 tests were completed in 3s with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageMembersControllerTest 17✅ 3s

✅ org.orcid.frontend.web.controllers.ManageMembersControllerTest

✅ testDeactivateClientAlreadyDeactivated
✅ createMemberProfileWithInvalidTypeTest
✅ editGroupTypeTest
✅ testActivateClientAlreadyActive
✅ findMemberByOrcidTest
✅ testDeactivateClient
✅ createMemberProfileWithInvalidEmailsTest
✅ findClientTest
✅ createMemberProfileTest
✅ editClientWithInvalidRedirectUriTest
✅ editMemberTest
✅ editMemberDoesntChangePersistentTokenEnabledValueTest
✅ editMemberWithInvalidSalesforceIdTest
✅ editMemberWithInvalidEmailTest
✅ testActivateClient
✅ createMemberProfileWithInvalidSalesforceIdTest
✅ createMemberProfileWithInvalidGroupNameTest

✅ TEST-org.orcid.frontend.web.controllers.ManageProfileControllerTest.xml

33 tests were completed in 112ms with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ManageProfileControllerTest 33✅ 112ms

✅ org.orcid.frontend.web.controllers.ManageProfileControllerTest

✅ testAddEmail_noPrimaryEmailChange
✅ testGetDeprecateProfile
✅ testDeleteEmailJsonBlankEmail
✅ testSetPrimary_nothingChange
✅ testConfirmDeprecateProfileCurrentProfileDeprecated
✅ testEditEmail_noPrimaryChange
✅ testDeleteEmail
✅ testConfirmDeprecateProfileWithInvalidDataMatchingAccounts
✅ testConfirmDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithValidData
✅ testConfirmDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testDeleteEmailOnlyEmail
✅ testDeleteEmailJsonWrongOwner
✅ testValidateDeprecateProfileWithInvalidDataMatchingAccounts
✅ testAddDelegate
✅ testAddEmail_primaryEmailChange
✅ testConfirmDeprecateProfile
✅ testValidateDeprecateProfileWithInvalidDataAlreadyDeprecatedProfile
✅ testStripHtmlFromNames
✅ testValidateBiography
✅ testGetDelegates
✅ validateEmailAddressTest
✅ testConfirmDeprecateProfileCurrentProfileDeactivated
✅ testRevokeDelegate
✅ testValidateDeprecateProfileWithInvalidDataDeactivatedProfile
✅ testValidateDeprecateProfileWithInvalidDataBadCredentials
✅ testDeleteEmailPrimaryEmail
✅ testSetPrimary_primaryEmailChangeAndPrimaryIsNotVerified
✅ testVerifyEmail
✅ testConfirmDeprecateProfileWithInvalidDataBadCredentials
✅ testSetPrimary_primaryEmailChange
✅ testEditEmail_primaryEmailChange
✅ testConfirmDeprecateProfileUnkownError

✅ TEST-org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest.xml

2 tests were completed in 11ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest 2✅ 11ms

✅ org.orcid.frontend.web.controllers.OauthGenericCallsControllerTest

✅ testObtainOauth2TokenPostLockedClient
✅ testObtainOauth2TokenPost

✅ TEST-org.orcid.frontend.web.controllers.OauthRegistrationControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OauthRegistrationControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.OauthRegistrationControllerTest

✅ testStripHtmlFromNames

✅ TEST-org.orcid.frontend.web.controllers.OrgControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.OrgControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.OrgControllerTest

✅ testFindBySourceTypeAndSourceId

✅ TEST-org.orcid.frontend.web.controllers.PasswordResetControllerTest.xml

7 tests were completed in 3s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PasswordResetControllerTest 7✅ 3s

✅ org.orcid.frontend.web.controllers.PasswordResetControllerTest

✅ testPasswordResetUserNotFoundSendEmail
✅ testPasswordResetLinkExpired
✅ testResetPasswordDontFailIfAnyFieldIsEmtpy
✅ testPasswordResetUnclaimedSendEmail
✅ testPasswordResetUserDeactivatedSendEmail
✅ testSubmitConsolidatedPasswordReset
✅ testPasswordResetLinkValidLinkDirectsToConsolidatedScreenDirectly

✅ TEST-org.orcid.frontend.web.controllers.PeerReviewsControllerTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PeerReviewsControllerTest 2✅ 3s

✅ org.orcid.frontend.web.controllers.PeerReviewsControllerTest

✅ testSearchDisambiguated
✅ testGetPeerReviews

✅ TEST-org.orcid.frontend.web.controllers.PIDControllerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PIDControllerTest 1✅ 3s

✅ org.orcid.frontend.web.controllers.PIDControllerTest

✅ testNorm

✅ TEST-org.orcid.frontend.web.controllers.PublicProfileControllerTest.xml

5 tests were completed in 3s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicProfileControllerTest 5✅ 3s

✅ org.orcid.frontend.web.controllers.PublicProfileControllerTest

✅ testGetPersonDetails
✅ testGetGroupedAffiliations
✅ testViewValidUser
✅ testViewClaimedUserWhenIsLongEnough
✅ getUserInfoTest

✅ TEST-org.orcid.frontend.web.controllers.PublicRecordControllerTest.xml

7 tests were completed in 3s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.PublicRecordControllerTest 7✅ 3s

✅ org.orcid.frontend.web.controllers.PublicRecordControllerTest

✅ testGetRecordSummary
✅ testGetRecordSummaryProfessionalActivitiesSortedByEndDate
✅ testGetRecordSummaryLocked
✅ testGetRecordSummaryDeprecated
✅ testGetRecordSummaryPrivateName
✅ testGetRecordSummaryDeactivated
✅ testGetPublicRecord

✅ TEST-org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest 4✅ 3s

✅ org.orcid.frontend.web.controllers.RecordCorrectionsControllerTest

✅ nextOnFirstPageTest
✅ previousOnLastPageTest
✅ nextOnLastPageTest
✅ previousOnFirstPageTest

✅ TEST-org.orcid.frontend.web.controllers.RegistrationControllerTest.xml

17 tests were completed in 3s with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.RegistrationControllerTest 17✅ 3s

✅ org.orcid.frontend.web.controllers.RegistrationControllerTest

✅ regEmailsAdditonalValidateNotSameAsOtherAdditional
✅ verifyEmail_UnableToDecryptEmailTest
✅ verifyEmailTest
✅ regEmailsAdditionalValidateClaimedAccountTest
✅ regEmailValidateClaimedAccountTest
✅ regEmailsAdditionalValidateDeactivatedAndUnclaimedAccountTest
✅ regActivitiesVisibilityDefaultIsNotNull
✅ verifyEmail_InvalidEmailTest
✅ regEmailValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ regEmailsAdditionalValidateDeactivatedAccountTest
✅ verifyEmail_NotVerifiedTest
✅ regEmailsAdditionalValidateUnclaimedAccountButEnableAutoDeprecateDisableOnClientTest
✅ testStripHtmlFromNames
✅ regEmailValidateUnclaimedAccountTest
✅ regEmailValidateDeactivatedAndUnclaimedAccountTest
✅ regEmailValidateDeactivatedAccountTest
✅ regEmailsAdditonalValidateUnclaimedAccountTest

✅ TEST-org.orcid.frontend.web.controllers.ResearchResourceControllerTest.xml

5 tests were completed in 3s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ResearchResourceControllerTest 5✅ 3s

✅ org.orcid.frontend.web.controllers.ResearchResourceControllerTest

✅ testUpdateMax
✅ testUpdateVis
✅ testSort
✅ testReadPage
✅ testReadOne

✅ TEST-org.orcid.frontend.web.controllers.ShibbolethControllerTest.xml

2 tests were completed in 10ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.ShibbolethControllerTest 2✅ 10ms

✅ org.orcid.frontend.web.controllers.ShibbolethControllerTest

✅ testDuplicateNameHeaders
✅ testNameHeaders

✅ TEST-org.orcid.frontend.web.controllers.SpamControllerTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.SpamControllerTest 4✅ 3s

✅ org.orcid.frontend.web.controllers.SpamControllerTest

✅ testUpdateSpam
✅ testCreateSpam
✅ testReadOne
✅ testDeleteSpam

✅ TEST-org.orcid.frontend.web.controllers.WorksControllerTest.xml

10 tests were completed in 3s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorksControllerTest 10✅ 3s

✅ org.orcid.frontend.web.controllers.WorksControllerTest

✅ testAddWork
✅ testGetWorkInfoWithContributors
✅ testUpdateWork
✅ testExportToBibtex
✅ testGroupWorks
✅ testEditOtherSourceThrowsError
✅ testGetWorkInfo
✅ testFieldValidators
✅ testGetWorkInfoWithContributorsGroupedByOrcid
✅ testGetWorksInfo

✅ TEST-org.orcid.frontend.web.controllers.WorkspaceControllerTest.xml

1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.controllers.WorkspaceControllerTest 1✅ 5ms

✅ org.orcid.frontend.web.controllers.WorkspaceControllerTest

✅ validateSmallerThanTest

✅ TEST-org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest.xml

7 tests were completed in 41ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest 7✅ 41ms

✅ org.orcid.frontend.web.filter.OAuthAuthorizeNotSignedInFilterTest

✅ oauth2ScreensFeatureEnabledTest
✅ noAuthentication
✅ nullSession
✅ noSecurityContext
✅ notUriOauthAuthorize
✅ hasOrcidProfileUserDetails
✅ oauth2ScreensFeatureFlagUsedTest

✅ TEST-org.orcid.frontend.web.pagination.WorksPaginatorTest.xml

10 tests were completed in 645ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.pagination.WorksPaginatorTest 10✅ 645ms

✅ org.orcid.frontend.web.pagination.WorksPaginatorTest

✅ testSourceSort
✅ testReverseSecondaryTitleSortForNullDates
✅ testGetAllWorks
✅ testGetPublicWorksPage
✅ testGetWorksExtendedPage
✅ testGetPublicWorksExtendedPage
✅ testTitleSortCase
✅ testGetAllPublic
✅ testGetWorkWithNulltitle
✅ testGetWorksPage

✅ TEST-org.orcid.frontend.web.security.AuthenticationManagerTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.security.AuthenticationManagerTest 1✅ 3s

✅ org.orcid.frontend.web.security.AuthenticationManagerTest

✅ testSuccessfullAuthentication

✅ TEST-org.orcid.frontend.web.util.CommonPasswordsTest.xml

1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.CommonPasswordsTest 1✅ 1ms

✅ org.orcid.frontend.web.util.CommonPasswordsTest

✅ testPasswordIsCommon

✅ TEST-org.orcid.frontend.web.util.ThirdPartyLinkManagerTest.xml

4 tests were completed in 7ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.orcid.frontend.web.util.ThirdPartyLinkManagerTest 4✅ 7ms

✅ org.orcid.frontend.web.util.ThirdPartyLinkManagerTest

✅ findOrcidClientsWithPredefinedOauthScopePeerReviewImportTest
✅ findOrcidClientsWithPredefinedOauthScopeWorksImportTest
✅ findOrcidClientsWithPredefinedOauthScopeFundingImportTest
✅ findOrcidClientsWithPredefinedOauthScopeReadAccessTest