libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit e4d9ea2ed20757aaf4c526845907f48b373c7ccd
parent 80a2355e573779138bab132ee7e4618eb9803197
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Mar 2015 20:39:02 +0000

-fix tests

Diffstat:
Msrc/plugins/test_html.c | 4++--
Msrc/plugins/test_mime.c | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/plugins/test_html.c b/src/plugins/test_html.c @@ -106,8 +106,8 @@ main (int argc, char *argv[]) EXTRACTOR_METATYPE_RIGHTS, EXTRACTOR_METAFORMAT_UTF8, "text/plain", - "Copyright (C) 2000 by Christian Grothoff", - strlen ("Copyright (C) 2000 by Christian Grothoff") + 1, + "(C) 2000 by Christian Grothoff", + strlen ("(C) 2000 by Christian Grothoff") + 1, 0 }, { 0, 0, NULL, NULL, 0, -1 } diff --git a/src/plugins/test_mime.c b/src/plugins/test_mime.c @@ -43,8 +43,8 @@ main (int argc, char *argv[]) EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METAFORMAT_UTF8, "text/plain", - "application/ogg", - strlen ("application/ogg") + 1, + "audio/ogg", + strlen ("audio/ogg") + 1, 0 }, { 0, 0, NULL, NULL, 0, -1 }