* Test method for {@link org.apache.niolex.notify.Notify#deleteProperty(byte[])}.
*/
@Test
public void testDeleteProperty() {
Notify notify = App.instance().getNotify("/notify/test/tmp");
boolean b = notify.deleteProperty("tmpkey");
System.out.println("DeleteProperty res " + b);
}
/**
* Test method for {@link org.apache.niolex.notify.Notify#deleteProperty(byte[])}.