Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4a0d6264
Unverified
Commit
4a0d6264
authored
Nov 27, 2017
by
Mushtaq Ali
Committed by
GitHub
Nov 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16672 from edx/mushtaq/val-version-bump
VAL version bump
parents
e739bc82
37bbfd0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cms/djangoapps/contentstore/views/tests/test_videos.py
+4
-4
requirements/edx/base.txt
+1
-1
No files found.
cms/djangoapps/contentstore/views/tests/test_videos.py
View file @
4a0d6264
...
...
@@ -993,7 +993,7 @@ class TranscriptPreferencesTestCase(VideoUploadTestBase, CourseTestCase):
(
{
'provider'
:
TranscriptProvider
.
THREE_PLAY_MEDIA
,
'three_play_turnaround'
:
'
default
'
,
'three_play_turnaround'
:
'
standard
'
,
'video_source_language'
:
'zh'
,
},
True
,
...
...
@@ -1003,7 +1003,7 @@ class TranscriptPreferencesTestCase(VideoUploadTestBase, CourseTestCase):
(
{
'provider'
:
TranscriptProvider
.
THREE_PLAY_MEDIA
,
'three_play_turnaround'
:
'
default
'
,
'three_play_turnaround'
:
'
standard
'
,
'video_source_language'
:
'es'
,
'preferred_languages'
:
[
'es'
,
'ur'
]
},
...
...
@@ -1014,7 +1014,7 @@ class TranscriptPreferencesTestCase(VideoUploadTestBase, CourseTestCase):
(
{
'provider'
:
TranscriptProvider
.
THREE_PLAY_MEDIA
,
'three_play_turnaround'
:
'
default
'
,
'three_play_turnaround'
:
'
standard
'
,
'video_source_language'
:
'en'
,
'preferred_languages'
:
[
'es'
,
'ur'
]
},
...
...
@@ -1038,7 +1038,7 @@ class TranscriptPreferencesTestCase(VideoUploadTestBase, CourseTestCase):
(
{
'provider'
:
TranscriptProvider
.
THREE_PLAY_MEDIA
,
'three_play_turnaround'
:
'
default
'
,
'three_play_turnaround'
:
'
standard
'
,
'preferred_languages'
:
[
'en'
],
'video_source_language'
:
'en'
,
},
...
...
requirements/edx/base.txt
View file @
4a0d6264
...
...
@@ -54,7 +54,7 @@ edx-organizations==0.4.8
edx-rest-api-client==1.7.1
edx-search==1.1.0
edx-submissions==2.0.12
edxval==0.1.
5
edxval==0.1.
6
event-tracking==0.2.4
feedparser==5.1.3
firebase-token-generator==1.3.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment