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
@eitch@FDelporte I did a fetch and rebase and then mvn clean install -Pnative.
Failures:
[ERROR] AutoPlatformsTest.testPlatformsNotEmpty:69 expected: but was:
[ERROR] Errors:
[ERROR] I2CRawDataTest.testRawDataStream:148 » Pi4J Failed to execute action for devic...
[ERROR
In the file DefaultContextBuilder line 54 protected boolean autoDetectMockPlugins = !BoardInfoHelper.runningOnRaspberryPi();
I set this to true and the build and test works.
I did no further investigation @eitch thinking your suggestion of how to change #373 is needed.
The text was updated successfully, but these errors were encountered:
@eitch robert. Should i locate where the test environment creates the Context and use new signature ? I think we added one that loads the needed providers. If not maybe that signature is required
@eitch @FDelporte I did a fetch and rebase and then mvn clean install -Pnative.
Failures:
[ERROR] AutoPlatformsTest.testPlatformsNotEmpty:69 expected: but was:
[ERROR] Errors:
[ERROR] I2CRawDataTest.testRawDataStream:148 » Pi4J Failed to execute action for devic...
[ERROR
In the file DefaultContextBuilder line 54 protected boolean autoDetectMockPlugins = !BoardInfoHelper.runningOnRaspberryPi();
I set this to true and the build and test works.
I did no further investigation @eitch thinking your suggestion of how to change #373 is needed.
The text was updated successfully, but these errors were encountered: