Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/time Add more detail to test descriptions.



details:   https://anonhg.NetBSD.org/src/rev/47e72954d5c4
branches:  trunk
changeset: 807650:47e72954d5c4
user:      ginsbach <ginsbach%NetBSD.org@localhost>
date:      Fri Apr 17 15:13:47 2015 +0000

description:
Add more detail to test descriptions.

diffstat:

 tests/lib/libc/time/t_strptime.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r db0b8133b30f -r 47e72954d5c4 tests/lib/libc/time/t_strptime.c
--- a/tests/lib/libc/time/t_strptime.c  Fri Apr 17 15:02:50 2015 +0000
+++ b/tests/lib/libc/time/t_strptime.c  Fri Apr 17 15:13:47 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_strptime.c,v 1.1 2011/01/13 00:14:10 pgoyette Exp $ */
+/* $NetBSD: t_strptime.c,v 1.2 2015/04/17 15:13:47 ginsbach Exp $ */
 
 /*-
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2008\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_strptime.c,v 1.1 2011/01/13 00:14:10 pgoyette Exp $");
+__RCSID("$NetBSD: t_strptime.c,v 1.2 2015/04/17 15:13:47 ginsbach Exp $");
 
 #include <time.h>
 
@@ -126,7 +126,8 @@
 ATF_TC_HEAD(day, tc)
 {
 
-       atf_tc_set_md_var(tc, "descr", "Checks strptime(3): day names");
+       atf_tc_set_md_var(tc, "descr",
+                         "Checks strptime(3) day name conversions [aA]");
 }
 
 ATF_TC_BODY(day, tc)
@@ -178,7 +179,8 @@
 ATF_TC_HEAD(month, tc)
 {
 
-       atf_tc_set_md_var(tc, "descr", "Checks strptime(3): month names");
+       atf_tc_set_md_var(tc, "descr",
+                         "Checks strptime(3) month name conversions [bB]");
 }
 
 ATF_TC_BODY(month, tc)



Home | Main Index | Thread Index | Old Index