Skip to content

Commit

Permalink
Tests: replace the URL to get the m4v test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed May 23, 2020
1 parent 4768878 commit f433115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_videoplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class VideoPlayerTest(unittest.TestCase):
def setUpClass(cls):
# set urls
url_ogg = "http://download.blender.org/peach/trailer/trailer_400p.ogg"
url_m4v = "http://mirror.cessen.com/blender.org/peach/trailer/trailer_iphone.m4v"
#url_m4v = "http://mirror.cessen.com/blender.org/peach/trailer/trailer_iphone.m4v"
url_m4v = "http://download.blender.org/peach/trailer/trailer_iphone.m4v"
# set paths
dirname = os.path.dirname(__file__)
filename_ogg = "trailer_bick-buck-bunny_400p.ogg"
Expand Down

0 comments on commit f433115

Please sign in to comment.