Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sbespalov/9da5962ee01553e646d4627437ceea5f to your computer and use it in GitHub Desktop.
Save sbespalov/9da5962ee01553e646d4627437ceea5f to your computer and use it in GitHub Desktop.
-------------------------------------------------------------------------------
Test set: org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest
-------------------------------------------------------------------------------
Tests run: 7, Failures: 1, Errors: 5, Skipped: 0, Time elapsed: 29.547 s <<< FAILURE! - in org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest
testPackageDelete(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 1.633 s <<< ERROR!
java.lang.NoSuchMethodError: org.springframework.security.authentication.dao.DaoAuthenticationProvider.setPasswordEncoder(Ljava/lang/Object;)V
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testPackageDelete(NugetArtifactControllerTest.java:119)
testPackageSearch(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 1.095 s <<< ERROR!
java.lang.NoSuchMethodError: org.springframework.security.authentication.dao.DaoAuthenticationProvider.setPasswordEncoder(Ljava/lang/Object;)V
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testPackageSearch(NugetArtifactControllerTest.java:282)
testHeaderFetch(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 1.1 s <<< ERROR!
java.lang.NoSuchMethodError: org.springframework.security.authentication.dao.DaoAuthenticationProvider.setPasswordEncoder(Ljava/lang/Object;)V
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testHeaderFetch(NugetArtifactControllerTest.java:147)
testPackageCommonFlow(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 0.253 s <<< ERROR!
java.lang.NoSuchMethodError: org.springframework.security.authentication.dao.DaoAuthenticationProvider.setPasswordEncoder(Ljava/lang/Object;)V
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testPackageCommonFlow(NugetArtifactControllerTest.java:201)
testLastVersionPackageSearch(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 1.2 s <<< ERROR!
java.lang.NoSuchMethodError: org.springframework.security.authentication.dao.DaoAuthenticationProvider.setPasswordEncoder(Ljava/lang/Object;)V
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testLastVersionPackageSearch(NugetArtifactControllerTest.java:325)
testRemoteProxyGroup(org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest) Time elapsed: 8.139 s <<< FAILURE!
java.lang.AssertionError
at org.carlspring.strongbox.controllers.nuget.NugetArtifactControllerTest.testRemoteProxyGroup(NugetArtifactControllerTest.java:435)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment