Fixed test that broke with recent Django SVN trunk. Django now seems to strictly...
authorMichael Elsdoerfer <michael@elsdoerfer.info>
Fri, 8 Jan 2010 23:13:57 +0000 (00:13 +0100)
committerMichael Elsdoerfer <michael@elsdoerfer.info>
Fri, 8 Jan 2010 23:13:57 +0000 (00:13 +0100)
commita732cc2bd502b478c51c49cab14af76f3c0fc597
tree343ffc22806d9a0d9158c364dc60319e81fe64e7
parentef6a67ca2d9a3c41c9e8666d6d2c2edab777af63
Fixed test that broke with recent Django SVN trunk. Django now seems to strictly require Template.render() to be called with a Context, dict doesn't work anymore.

With this commit, all the tests pass with the latest Django trunk.
tests/test_templates.py