]> git.proxmox.com Git - libgit2.git/blobdiff - tests/diff/format_email.c
New upstream version 1.1.0+dfsg.1
[libgit2.git] / tests / diff / format_email.c
index 28f840ab03f5eee9ab0ac134268247974b42df89..bdfc4cac32609e869a84aae15303096355948340 100644 (file)
@@ -487,7 +487,7 @@ void test_diff_format_email__binary(void)
        "Subject: [PATCH] Modified binary file\n" \
        "\n" \
        "---\n" \
-       " binary.bin | Bin 3 -> 0 bytes\n" \
+       " binary.bin | Bin 3 -> 5 bytes\n" \
        " 1 file changed, 0 insertions(+), 0 deletions(-)\n" \
        "\n" \
        "diff --git a/binary.bin b/binary.bin\n" \
@@ -496,7 +496,6 @@ void test_diff_format_email__binary(void)
        "--\n" \
        "libgit2 " LIBGIT2_VERSION "\n" \
        "\n";
-       /* TODO: Actually 0 bytes here should be 5!. Seems like we don't load the new content for binary files? */
 
        opts.summary = "Modified binary file";