Commit d29d4404 authored by Kenneth Reitz's avatar Kenneth Reitz

update tests for no Python/Django

parent 33779576
......@@ -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
}
......
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