assertEquals("text/plain", file.getContentType());
}
public void testCopyDirectory() throws IOException {
V7GridFS fs = new V7GridFS(getMongo().getDB("test"));
ObjectId dir = fs.addFolder("test", "folder");
fs.addFile("test".getBytes(), dir, "test.txt", "text/plain");
CopyCommand
.main(new String[] { "copy", "test", "folder", "x", "copy" });