@Test(expected = MongoGridFSException.class) public final void testDrop() throws IOException { streamManager.uploadFile(ref); streamManager.drop(ref); streamManager.download(ref); }