org.geppetto.core icon indicating copy to clipboard operation
org.geppetto.core copied to clipboard

Tests broken: cannot find HDF5 FileFormat on Windows

Open filippomc opened this issue 5 years ago • 0 comments

Building on windows the following error occurs:

Tests in error:
  HDF5ReaderTest.testExample1:38 » GeppettoExecution java.lang.NullPointerExcept...
  HDF5ReaderTest.testExample2:46 » GeppettoExecution java.lang.NullPointerExcept...
  HDF5ReaderTest.testExample3:54 » GeppettoExecution java.lang.NullPointerExcept...
  HDF5ReaderTest.test:30 » GeppettoExecution java.lang.NullPointerException
  TestConvertACNet2DATToRecordingClass.datToHDF5:136 » GeppettoExecution Cannot ...
  TestConvertBigDATToRecordingClass.datToHDF5:143 » GeppettoExecution Cannot fin...
  TestConvertDATToRecordingClass.datToHDF5:64 » GeppettoExecution Cannot find HD...
  TestConvertMuscleDATToRecordingClass.datToHDF5:136 » GeppettoExecution Cannot ...
  TestGeppettoRecordingsCreator.addSibling:68 » GeppettoExecution Cannot find HD...
  TestGeppettoRecordingsCreator.addSingleInteger:160 » GeppettoExecution Cannot ...
  TestGeppettoRecordingsCreator.addSetInteger:188 » GeppettoExecution Cannot fin...
  TestGeppettoRecordingsCreator.addGrandChildren:130 » GeppettoExecution Cannot ...
  TestGeppettoRecordingsCreator.addInitialVariable:39 » GeppettoExecution Cannot...

Tested on Windows 10, org.geppetto.core v1.0.0

Most likely the Java class unpacking the HDF5 is out of date and doesn't detect newer Windows systems

filippomc avatar Oct 09 '19 15:10 filippomc