Skip to content

Instantly share code, notes, and snippets.

@ccoupe
Created March 23, 2016 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccoupe/a6e77b37e3edcbff3559 to your computer and use it in GitHub Desktop.
Save ccoupe/a6e77b37e3edcbff3559 to your computer and use it in GitHub Desktop.
Mac console created
Loaded suite VideoVlcTest0
Started
.
Finished in 0.001553 seconds.
1 tests, 7 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
643.92 tests/s, 4507.41 assertions/s========================================
Loaded suite VideoVlcTest1
Started
....
Finished in 0.019891 seconds.
4 tests, 26 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
201.10 tests/s, 1307.12 assertions/s========================================
Loaded suite VideoVlcTest2
Started
....
Finished in 0.01255 seconds.
4 tests, 26 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
318.73 tests/s, 2071.71 assertions/s========================================
Loaded suite VideoVlcTest3
Started
....
Finished in 0.01269 seconds.
4 tests, 26 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
315.21 tests/s, 2048.86 assertions/s========================================
Loaded suite VideoVlcTest4
Started
F
================================================================================
Failure:
test_videoTrackDim(VideoVlcTest4)
/Users/ccoupe/Projects/shoes3/Tests/video_vlc_01.rb:201:in `test_videoTrackDim'
198: assert_instance_of Shoes::VideoVlc, @@app.vid
199:
200: assert_equal 640, @@app.vid.width
=> 201: assert_equal 480, @@app.vid.height
202: end
203: end
204:
<480> expected but was
<474>
diff:
? 480
? 74
================================================================================
Finished in 0.012713 seconds.
1 tests, 4 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
0% passed
78.66 tests/s, 314.64 assertions/s========================================
Loaded suite VideoVlcTest5
Started
.
Finished in 0.002176 seconds.
1 tests, 6 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
459.56 tests/s, 2757.35 assertions/s========================================
Loaded suite VideoVlcTest6
Started
.
Finished in 0.00179 seconds.
1 tests, 5 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
558.66 tests/s, 2793.30 assertions/s========================================
Loaded suite VideoVlcTestAudio
Started
.
Finished in 0.001831 seconds.
1 tests, 6 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
546.15 tests/s, 3276.90 assertions/s========================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment