We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3afc0 commit 3270b98Copy full SHA for 3270b98
test/pyTest/testProperties.py
@@ -118,6 +118,9 @@ def testCheckRawVideoProperties():
118
assert_equals(properties.getDuration(), 0) # file duration is unknown
119
assert_equals(properties.getBitRate(), 0) # file bitrate is unknown
120
121
+ expectedFileSize = 256293L
122
+ assert_equals(properties.getFileSize(), expectedFileSize)
123
+
124
expectedBitRate = 177200L
125
expectedNbFrames = 200
126
expectedDuration = 8
0 commit comments