X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-strftime.c;h=44ffa42f7a5211c192285aaf065fbbb9022a82c2;hb=200969d8ebed76c9b82837406a87cc767fafac1b;hp=2578550c2f21e834603cb2226cc3382d1ae4f529;hpb=cf9a160da22f47cad0ebefbc69fee523092ffda9;p=gnulib.git diff --git a/tests/test-strftime.c b/tests/test-strftime.c index 2578550c2..44ffa42f7 100644 --- a/tests/test-strftime.c +++ b/tests/test-strftime.c @@ -1,5 +1,5 @@ /* Test that posixtime works as required. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,6 +38,7 @@ struct posixtm_test static struct posixtm_test const T[] = { { 1300000000, 0, "%F", "2011-03-13" }, + { 0, 10, "%T.%N", "00:00:00.000000010" }, { 0, 0, NULL, NULL } };