file = Blob.findFile(b.getBlobFileName("photo"));
assertThatPhotoBlobIsValid(file);
b.photo = newBlob("test/user.png");
b.save();
file = Blob.findFile(b.getBlobFileName("photo"));
assertThatPhotoBlobIsValid(file, "user.png");
User.q("tag", "testing").delete();