{
if (log.isLoggable(Level.FINE)) log.fine("TestEraseQos");
EraseQos qos = new EraseQos(this.glob);
qos.addClientProperty("oneKey", "oneValue");
qos.addClientProperty("twoKey", "twoValue");
qos.addClientProperty("threeKey", new Integer(55));
String literal = qos.toXml();
QueryQosSaxFactory factory = new QueryQosSaxFactory(this.glob);
try {
QueryQosData data = factory.readObject(literal);