Add github actions and cleanup java whitespace

This commit is contained in:
Allen Byrne
2020-05-06 11:19:50 -05:00
parent 286d296aa7
commit e0183056d5
9 changed files with 109 additions and 25 deletions

View File

@@ -274,7 +274,7 @@ public class TestH5Tparams {
public void testH5Tpack_invalid() throws Throwable {
H5.H5Tpack(-1);
}
@Test(expected = HDF5LibraryException.class)
public void testH5Treclaim_invalid() throws Throwable {
byte[] buf = new byte[2];