[vlc-devel] [PATCH v2 01/15] test: md5: fix name of test function
Rémi Denis-Courmont
remi at remlab.net
Wed Apr 8 10:56:08 CEST 2020
This should be merged already regardless of the patch set.
Le 8 avril 2020 01:04:17 GMT+03:00, Marvin Scholz <epirat07 at gmail.com> a écrit :
>The test is not testing config_StringEscape but MD5 hashing.
>---
> src/test/md5.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/src/test/md5.c b/src/test/md5.c
>index cf111e1d51..f99f2ff3a0 100644
>--- a/src/test/md5.c
>+++ b/src/test/md5.c
>@@ -51,7 +51,7 @@ static const md5_sample_t md5_samples[] =
> { NULL, NULL }
> };
>
>-static void test_config_StringEscape()
>+static void test_vlc_hash_md5()
> {
> for( int i = 0; md5_samples[i].psz_string; i++ )
> {
>@@ -73,7 +73,7 @@ static void test_config_StringEscape()
>
> int main( void )
> {
>- test_config_StringEscape();
>+ test_vlc_hash_md5();
>
> return 0;
> }
>--
>2.24.1 (Apple Git-126)
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200408/dad14e47/attachment.html>
More information about the vlc-devel
mailing list