new IFB_LLNUM(10, "Should not be this", true),
new IFE_LLNUM(10, "Should be 041234"),
new IFB_LLNUM(10, "Should not be this", true) });
ISOField field = new ISOField();
packager.unpack(field, raw, 0);
assertEquals("1234", (String) field.getValue());
}