wavpackparse: Fix unit test for recent position reporting changes

This commit is contained in:
Sebastian Dröge 2009-11-20 09:58:26 +01:00
parent 59a53cfd36
commit a68d676fb1

View file

@ -198,7 +198,7 @@ GST_START_TEST (test_parsing_valid_frames)
fail_unless (gst_element_query_position (wavpackparse, &format, &pos),
"Position query failed");
fail_unless_equals_int (pos, 25600);
fail_unless_equals_int (pos, 51200);
fail_unless (gst_element_query_duration (wavpackparse, &format, NULL),
"Duration query failed");