Index: tests/checkout_test.py |
diff --git a/tests/checkout_test.py b/tests/checkout_test.py |
index 5707c7be66704f70f7cc3ccb981e4ed23bb5b20f..59a3f529a6404f3839f48dff0bf17a714fa6b2eb 100755 |
--- a/tests/checkout_test.py |
+++ b/tests/checkout_test.py |
@@ -151,7 +151,8 @@ class BaseTest(fake_repos.FakeReposTestBase): |
return patch.PatchSet([ |
patch.FilePatchDiff( |
'svn_utils_test.txt', GIT_PATCH, []), |
- patch.FilePatchBinary('bin_file', '\x00', []), |
+ # TODO(maruel): Test with is_new == False. |
+ patch.FilePatchBinary('bin_file', '\x00', [], is_new=True), |
patch.FilePatchDelete('extra', False), |
patch.FilePatchDiff('new_dir/subdir/new_file', PATCH_ADD, []), |
]) |