X-Git-Url: https://pd.if.org/git/?p=uuid;a=blobdiff_plain;f=t%2Fuuidgen.c;h=eefae3b6b6b4d4c10ac6e1feace8ab56ce802456;hp=e17b7e927621dbf67b1ba2a9140c27e173173340;hb=4af7c34e1c9a4f379decfe3583590f3e8c16892f;hpb=2cf15043eba6ed7b16526145dcf6a2b563b9712d diff --git a/t/uuidgen.c b/t/uuidgen.c index e17b7e9..eefae3b 100644 --- a/t/uuidgen.c +++ b/t/uuidgen.c @@ -144,9 +144,9 @@ int main(int ac, char *av[]) { str_ok(&uuid, "622e4fa5-7481-57ed-9c91-19e1ba69bf88", "set from hash"); pd_uuid_make_v3(0, &uuid, &pd_uuid_ns_dns, "www.widgets.com", strlen("www.widgets.com")); - str_ok(&uuid, "3d813cbb-47fb-32ba-91df-831e1593ac29", "md5 dns"); + str_ok(&uuid, "3d813cbb-47fb-32ba-91df-831e1593ac29", "md5 widgets dns"); pd_uuid_make_v5(0, &uuid, &pd_uuid_ns_dns, "www.widgets.com", strlen("www.widgets.com")); - str_ok(&uuid, "21f7f8de-8051-5b89-8680-0195ef798b6a", "md5 dns"); + str_ok(&uuid, "21f7f8de-8051-5b89-8680-0195ef798b6a", "sha widgets dns"); pd_uuid_rng_get_bytes(hash, 5);