gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35436 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r35436 - Extractor/src/plugins
Date: Mon, 23 Mar 2015 21:39:02 +0100

Author: grothoff
Date: 2015-03-23 21:39:02 +0100 (Mon, 23 Mar 2015)
New Revision: 35436

Modified:
   Extractor/src/plugins/test_html.c
   Extractor/src/plugins/test_mime.c
Log:
-fix tests

Modified: Extractor/src/plugins/test_html.c
===================================================================
--- Extractor/src/plugins/test_html.c   2015-03-23 20:35:34 UTC (rev 35435)
+++ Extractor/src/plugins/test_html.c   2015-03-23 20:39:02 UTC (rev 35436)
@@ -106,8 +106,8 @@
        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 }

Modified: Extractor/src/plugins/test_mime.c
===================================================================
--- Extractor/src/plugins/test_mime.c   2015-03-23 20:35:34 UTC (rev 35435)
+++ Extractor/src/plugins/test_mime.c   2015-03-23 20:39:02 UTC (rev 35436)
@@ -43,8 +43,8 @@
        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 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]