Commit 380a720a by Ben Patterson

Update course with latex enabled.

Latex was not enabled on the imported course; however we have a test that expects it
to be enabled.

Also update various names to match the contents of the tar.
parent a4ce7bb0
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
cd `dirname $BASH_SOURCE` && cd .. cd `dirname $BASH_SOURCE` && cd ..
EDX_PLATFORM='/edx/app/edxapp/edx-platform' EDX_PLATFORM='/edx/app/edxapp/edx-platform'
COURSE_DATA='/edx/var/edxapp/data'
COURSE_TARBALL="scripts/data/test-course.tar.gz" COURSE_TARBALL="scripts/data/test-course.tar.gz"
COURSE_ORG="ora2" COURSE_ORG="edX"
COURSE_NUM=1 COURSE_NUM="ORA203"
COURSE_RUN=1 COURSE_RUN="course"
COURSE_DATA="/edx/var/edxapp/data/$COURSE_NUM"
mkdir -p $COURSE_DATA
COURSE_ID="$COURSE_ORG/$COURSE_NUM/$COURSE_RUN" COURSE_ID="$COURSE_ORG/$COURSE_NUM/$COURSE_RUN"
echo "Removing old test course..." echo "Removing old test course..."
......
...@@ -46,7 +46,7 @@ class OpenAssessmentTest(WebAppTest): ...@@ -46,7 +46,7 @@ class OpenAssessmentTest(WebAppTest):
""" """
UI-level acceptance tests for Open Assessment. UI-level acceptance tests for Open Assessment.
""" """
TEST_COURSE_ID = "course-v1:edx+ORA203+2015_T3" TEST_COURSE_ID = "course-v1:edx+ORA203+course"
PROBLEM_LOCATIONS = { PROBLEM_LOCATIONS = {
'self_only': 'self_only':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment