Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6c08a3ae
authored
2014-04-15 14:13:39 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
check requests length to double check we didn't queue a request for non-existent segments
1 parent
6e7f77c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
6c08a3a
...
...
@@ -1191,6 +1191,7 @@ test('does not break if the playlist has no segments', function() {
throw
e
;
}
ok
(
true
,
'no error was thrown'
);
strictEqual
(
requests
.
length
,
1
,
'no requests for non-existent segments were queued'
);
});
})(
window
,
window
.
videojs
);
...
...
Please
register
or
sign in
to post a comment