-
Couldn't load subscription status.
- Fork 45
Closed
Labels
Description
Since merging PR #67 four unit tests now fail @adamsitnik I'll have a quick look myself too
Seems all 4 fails are caused by something that broke that now incorrectly unpickles into an arraylist where it had to be a hashset.
I think
| public void TestSets() |
See https://travis-ci.org/irmen/Pyrolite/jobs/532987059
edit: actually managed to get the Travis CI build running with BOTH Java AND Dotnet unit tests this time (was only doing Java before)