Created
January 24, 2018 09:50
-
-
Save sbespalov/9da5962ee01553e646d4627437ceea5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------- | |
| 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