Commit 79430ddc by Ben Patterson

Merge pull request #1813 from edx/benp/fix-test-build-srvr

Test with LanguageTest class; RegistrationTest class no longer exists.
parents 426ef04d 5dafba50
......@@ -35,7 +35,7 @@ paver test_system -t cms/djangoapps/course_creators/tests/test_views.py
paver test_js_run -s xmodule
# Run some of the bok-choy tests
paver test_bokchoy -t lms/test_lms.py:RegistrationTest
paver test_bokchoy -t lms/test_lms.py:LanguageTest
paver test_bokchoy -t discussion/test_discussion.py:DiscussionTabSingleThreadTest --fasttest
paver test_bokchoy -t studio/test_studio_with_ora_component.py:ORAComponentTest --fasttest
paver test_bokchoy -t lms/test_lms_matlab_problem.py:MatlabProblemTest --fasttest
......
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