}
};
dec = new XMLDecoder(new ByteArrayInputStream(xml123bytes), this, el,
Thread.currentThread().getContextClassLoader());
assertEquals(Integer.valueOf("1"), dec.readObject());
assertEquals(0, exceptions.size());
dec.close();
dec = new XMLDecoder(new ByteArrayInputStream(xml123bytes), this, el,
new MockClassLoader());