Pr0methean/BetterRandom

BaseRandomStaticTest.testReadObjectNoData failing

Closed this issue · 2 comments

BaseRandomStaticTest.testReadObjectNoData is currently failing and disabled, because the resolveClass method at

somehow isn't getting called or isn't returning AesCounterRandom.class.

Testing a fix: 862e3d6

Unfixable; worked around in becb18f by making readObjectNoData() throw an exception.