diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-23 00:18:34 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-23 00:18:34 +0100 |
commit | e95637841c0a3953cf6ed0d9c2a61aa5d362c098 (patch) | |
tree | 2b28f7531bdc8729bb9c567a16324ae3d62306ae | |
parent | 160def32da43b558d49186b1b7d37b21e5947b68 (diff) | |
download | ffmpeg-e95637841c0a3953cf6ed0d9c2a61aa5d362c098.tar.gz |
tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6e
"12:34" is now valid syntax.
-rw-r--r-- | tests/ref/fate/parseutils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/parseutils b/tests/ref/fate/parseutils index 36756a8ac8..5fa3bf4e1c 100644 --- a/tests/ref/fate/parseutils +++ b/tests/ref/fate/parseutils @@ -79,4 +79,4 @@ now -> 1331972053.000000 = 2012-03-17T08:14:13Z -1:23:45.67 -> -5025670000 42.1729 -> +42172900 -1729.42 -> -1729420000 -12:34 -> error +12:34 -> +754000000 |