assertEquals(me + " checking onStartupLevel attribute", 3, action.getOnStartupRunlevel());
assertEquals(me + " checking sequence attribute", 5, action.getSequence());
assertEquals(me + " checking hasOnFail", true, action.hasOnFail());
assertEquals(me + " checking isOnShutdownLevel", false, action.isOnShutdownRunlevel());
assertEquals(me + " checking isOnStartupLevel", true, action.isOnStartupRunlevel());
xml = action.toXml();
action = factory.readObject(xml);
log.info("going to test the second time ...");
}
// now test a null string