Merge pull request #941 from MITx/feature/rocha/dashboard-software-licenses

Use test database in licenses test instead of 6.002x
This commit is contained in:
bridger
2012-10-19 15:42:00 -07:00

View File

@@ -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'