assertTrue("Test thread is still blocking", blt.isBlocking());
assertTrue("Test thread is still alive", blt.isAlive());
}
drm.unregisterListener("TEST", blt);
sleepThread(50);
// Test going through remove
blt = new BlockingListenerThread(drm, false, null);