assertEquals(56, bytes[1]);
assertEquals(3, bytes[2]);
}
public void testAddAttributesWithReplicationLayout() throws IOException, Pack200Exception {
CPUTF8 name = new CPUTF8("TestAttribute");
CPUTF8 layout = new CPUTF8("NB[SH]");
MockNewAttributeBands newAttributeBands = new MockNewAttributeBands(1,
null, null, new AttributeDefinition(35,
AttributeDefinitionBands.CONTEXT_CLASS, name, layout));
newAttributeBands.addAttribute(new NewAttribute(null, "TestAttribute", "B", new byte[] {1, 0, 100}, null, 0, null));
short s = -50;