File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ def testEProcessMethodLongest():
73
73
assert_equals ( dst_properties .getDuration (), src_properties_longest .getDuration () )
74
74
75
75
76
- # Several output streams have not the correct duration.
77
- @nottest
78
76
def testEProcessMethodBasedOnStream ():
79
77
"""
80
78
Process with method testEProcessMethodBasedOnStream, check output duration.
@@ -104,7 +102,7 @@ def testEProcessMethodBasedOnStream():
104
102
dst_properties = dst_inputFile .getProperties ()
105
103
106
104
for dst_stream_properties in dst_properties .getStreamProperties ():
107
- assert_equals ( dst_stream_properties .getDuration (), src_properties_second .getDuration () )
105
+ assert_almost_equals ( dst_stream_properties .getDuration (), src_properties_second .getDuration (), delta = 0.05 )
108
106
109
107
110
108
def testEProcessMethodBasedOnDuration ():
You can’t perform that action at this time.
0 commit comments