Show
Ignore:
Timestamp:
03/27/08 16:59:44 (8 months ago)
Author:
JensDiemer
Message:

add a experimental new cache middleware
-merge pagestats into cache middleware
-add unitest for the cache
-move setup_debug() from the views into the common middleware
-update other tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/tests/internal_pages.py

    r1476 r1510  
    5454        Page.objects.all().delete() # Delete all existins pages 
    5555 
    56         self.template = tests.create_template(TEST_TEMPLATE) 
     56        self.template = tests.create_template(content = TEST_TEMPLATE) 
    5757 
    5858        # Create the test pages defined in content_test_utils.py