public void testUnpackList() throws Exception {
byte[] raw = new byte[] { (byte) 0xF0, (byte) 0xF4, (byte) 0xF1,
(byte) 0xF2, (byte) 0xF3, (byte) 0xF4 };
Vector list = new Vector();
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFB_LLNUM(10, "Should not be this", true));
list.add(new IFE_LLNUM(10, "Should be 041234"));
list.add(new IFB_LLNUM(10, "Should not be this", true));
ISOMultiFieldPackager packager = new ISOMultiFieldPackager(
"A List choice", list);
ISOField field = new ISOField();