Fleshing out more fragment tests

This commit is contained in:
Joakim Erdfelt 2012-08-01 10:46:15 -07:00
parent 7c742ee4e8
commit 07929fee88
2 changed files with 631 additions and 370 deletions

View File

@ -80,7 +80,7 @@ public class Fuzzer
prefix = "Frame[" + i + "]";
Assert.assertThat(prefix + ".opcode",actual.getOpCode(),is(expected.getOpCode()));
Assert.assertThat(prefix + ".opcode",OpCode.name(actual.getOpCode()),is(OpCode.name(expected.getOpCode())));
prefix += "/" + actual.getOpCode();
if (expected.getOpCode() == OpCode.CLOSE)
{