From f890c1dccb9680bef9f8805a3211766d86802fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s=20Rocha?= Date: Fri, 19 Oct 2012 17:55:55 -0400 Subject: [PATCH] Use test database in licenses test instead of 6.002x --- lms/djangoapps/licenses/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/licenses/tests.py b/lms/djangoapps/licenses/tests.py index f06899d2de..9f4e0e3e4f 100644 --- a/lms/djangoapps/licenses/tests.py +++ b/lms/djangoapps/licenses/tests.py @@ -8,7 +8,7 @@ from django.core.management import call_command from models import CourseSoftware, UserLicense -COURSE_1 = 'MITx/6.002x/2012_Fall' +COURSE_1 = 'edX/toy/2012_Fall' SOFTWARE_1 = 'matlab' SOFTWARE_2 = 'stata'