X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Ftest-strftime.c;h=9a558d8f10c49a113d43ad51e6b6f54ff44551f8;hb=refs%2Ftags%2Fupstream%2F4.5.14;hp=2578550c2f21e834603cb2226cc3382d1ae4f529;hpb=50bfcfef0d98d8bfdb8a7ed7afbd6d494098a3c3;p=platform%2Fupstream%2Ffindutils.git diff --git a/tests/test-strftime.c b/tests/test-strftime.c index 2578550..9a558d8 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-2014 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 } };