Fixed #4901 -- Modified assertContains to provide a default check of 'any instances...
commit02d1865e024d3b4e3b397330ed968baf5727b0f8
authorrussellm <russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 20 Jul 2007 14:32:20 +0000 (20 14:32 +0000)
committerrussellm <russellm@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 20 Jul 2007 14:32:20 +0000 (20 14:32 +0000)
treea583ad099af9ca95cee4a0018b8d4b2de51531b5
parenta26ec938cd7579308c1ca5a0a546bbede6a652e3
Fixed #4901 -- Modified assertContains to provide a default check of 'any instances of text in content'. Thanks for the suggestion, nis@superlativ.dk.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/test/testcases.py
docs/testing.txt
tests/regressiontests/test_client_regress/models.py
tests/regressiontests/test_client_regress/views.py