SignalK / signalk-core-java

Signalk core functionality. DEPRECATED - see https://github.com/SignalK/signalk-java
Apache License 2.0
3 stars 8 forks source link

Corrected bug in NEMAHandlerTests #14

Closed RBerliner closed 8 years ago

RBerliner commented 8 years ago

Corrected a bug in NEMAHandlerTests

NEMAHandlerTest.java The shouldHandlexxx tests fail because the Util.getConfigProperty(ConfigConstants.yyy) fails in the NEMAHandler constructor. The root cause is that the SignalKModel is null. A before() method has been added to the NEMAHandlerTest.