]> pd.if.org Git - uuid/blobdiff - t/uuidgen.c
improve test case names for t/uuidgen.t
[uuid] / t / uuidgen.c
index e17b7e927621dbf67b1ba2a9140c27e173173340..eefae3b6b6b4d4c10ac6e1feace8ab56ce802456 100644 (file)
@@ -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);