update tests for no Python/Django

This commit is contained in:
Kenneth Reitz
2012-12-19 21:43:56 -05:00
parent 33779576bd
commit d29d4404c3
+2 -2
View File
@@ -22,13 +22,13 @@ testDetectWithEmptyReqs() {
testDetectDjango14() {
detect "django-1.4-skeleton"
assertCapturedEquals "Python/Django"
assertCapturedEquals "Python"
assertCapturedSuccess
}
testDetectDjango13() {
detect "django-1.3-skeleton"
assertCapturedEquals "Python/Django"
assertCapturedEquals "Python"
assertCapturedSuccess
}