corda / corda-solutions

Corda Solutions
28 stars 40 forks source link

In release 2.0 three tests in com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests fail #129

Open RobMase opened 5 years ago

RobMase commented 5 years ago

In release 2.0 three tests in com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests fail.v

Task :bn-apps:cordapp-updates-distribution:corda-updates-transport:test

com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > repository name should be set to default if not explicitly provided FAILED java.lang.AssertionError at MavenOverFlowsTests.kt:44

com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > Should download the version range from the specified repository FAILED java.lang.AssertionError at MavenOverFlowsTests.kt:44

com.r3.businessnetworks.cordaupdates.transport.MavenOverFlowsTests > Should fetch artifacts from the specified repository FAILED java.lang.AssertionError at MavenOverFlowsTests.kt:44

16 tests completed, 3 failed

Task :bn-apps:cordapp-updates-distribution:corda-updates-transport:test FAILED

FAILURE: Build failed with an exception.

Steps to reproduce:

  1. git pull https://github.com/corda/corda-solutions.git releases/2.0
  2. ./gradlew clean test