You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Hello,
I've downloaded the examples zip file.
Running 'gradle build' on the root directory of the examples, fails with the message:
"
:osgi.enroute.examples.proxycache.provider:test
osgi.enroute.examples.proxycache.provider.ProxycacheImplTest > junit.framework.TestSuite$1.warning FAILED
junit.framework.AssertionFailedError at TestSuite.java:97
"
As given test is empty, the build can succeed by editing the test file and commenting/removing it.
For the record, I am using gradle 2.4 on OS X 10.12.2.
Kind regards
The text was updated successfully, but these errors were encountered:
Hello,
I've downloaded the examples zip file.
Running 'gradle build' on the root directory of the examples, fails with the message:
"
:osgi.enroute.examples.proxycache.provider:test
osgi.enroute.examples.proxycache.provider.ProxycacheImplTest > junit.framework.TestSuite$1.warning FAILED
junit.framework.AssertionFailedError at TestSuite.java:97
"
As given test is empty, the build can succeed by editing the test file and commenting/removing it.
For the record, I am using gradle 2.4 on OS X 10.12.2.
Kind regards
The text was updated successfully, but these errors were encountered: