summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-10 15:56:23 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-11 23:35:31 +0200
commit3ecaba677ed1f725043bed3b19198b2a8bf8c729 (patch)
treeec1653e688724faf30e348a4cb7082a111affbb6 /tests
parent9ec5e956a2a4e359f21d48cc700527ca6ae9e32e (diff)
tests/parseutils: change test to make it platform independent
Make the test independent from the actual error string used to describe a certain error code.
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/fate/parseutils50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests/ref/fate/parseutils b/tests/ref/fate/parseutils
index 992429f620..042ebef938 100644
--- a/tests/ref/fate/parseutils
+++ b/tests/ref/fate/parseutils
@@ -1,29 +1,29 @@
Testing av_parse_video_rate()
-'-inf' -> -1/0 ret:Invalid argument
-'inf' -> 1/0 ret:Invalid argument
-'nan' -> 0/0 ret:Invalid argument
-'123/0' -> 1/0 ret:Invalid argument
-'-123 / 0' -> -1/0 ret:Invalid argument
-'' -> 0/0 ret:Invalid argument
-'/' -> 0/0 ret:Invalid argument
-' 123 / 321' -> 41/107 ret:Success
-'foo/foo' -> 0/0 ret:Invalid argument
-'foo/1' -> 0/0 ret:Invalid argument
-'1/foo' -> 1/0 ret:Invalid argument
-'0/0' -> 0/0 ret:Invalid argument
-'/0' -> 0/0 ret:Invalid argument
-'1/' -> 1/0 ret:Invalid argument
-'1' -> 1/1 ret:Success
-'0' -> 0/1 ret:Invalid argument
-'-123/123' -> -1/1 ret:Invalid argument
-'-foo' -> 0/0 ret:Invalid argument
-'123.23' -> 12323/100 ret:Success
-'.23' -> 23/100 ret:Success
-'-.23' -> -23/100 ret:Invalid argument
-'-0.234' -> -117/500 ret:Invalid argument
-'-0.0000001' -> 0/1 ret:Invalid argument
-' 21332.2324 ' -> 917286/43 ret:Success
-' -21332.2324 ' -> -917286/43 ret:Invalid argument
+'-inf' -> -1/0 error
+'inf' -> 1/0 error
+'nan' -> 0/0 error
+'123/0' -> 1/0 error
+'-123 / 0' -> -1/0 error
+'' -> 0/0 error
+'/' -> 0/0 error
+' 123 / 321' -> 41/107
+'foo/foo' -> 0/0 error
+'foo/1' -> 0/0 error
+'1/foo' -> 1/0 error
+'0/0' -> 0/0 error
+'/0' -> 0/0 error
+'1/' -> 1/0 error
+'1' -> 1/1
+'0' -> 0/1 error
+'-123/123' -> -1/1 error
+'-foo' -> 0/0 error
+'123.23' -> 12323/100
+'.23' -> 23/100
+'-.23' -> -23/100 error
+'-0.234' -> -117/500 error
+'-0.0000001' -> 0/1 error
+' 21332.2324 ' -> 917286/43
+' -21332.2324 ' -> -917286/43 error
Testing av_parse_color()
bikeshed -> R(80) G(64) B(140) A(59)