Include VAL data in video module export/import

This is required so that an a video module exported by one Open edX
deployment and imported by another will work correctly if it contains an
edx_video_id but does not populate other URL fields.

JIRA: MA-110
This commit is contained in:
Greg Price
2015-03-27 17:05:43 -04:00
parent dad4b673e2
commit cfcb304885
8 changed files with 267 additions and 70 deletions

View File

@@ -40,20 +40,7 @@ class VideoUploadTestMixin(object):
"course_video_upload_token": self.test_token,
}
self.save_course()
self.profiles = [
{
"profile_name": "profile1",
"extension": "mp4",
"width": 640,
"height": 480,
},
{
"profile_name": "profile2",
"extension": "mp4",
"width": 1920,
"height": 1080,
},
]
self.profiles = ["profile1", "profile2"]
self.previous_uploads = [
{
"edx_video_id": "test1",