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/plugin_backlinks.py

    r1454 r1510  
    4141        Page.objects.all().delete() # Delete all existins pages 
    4242 
    43         self.template = tests.create_template("{% lucidTag back_links %}") 
     43        self.template = tests.create_template( 
     44            content = "{% lucidTag back_links %}" 
     45        ) 
    4446 
    4547        # Create the test pages defined in content_test_utils.py 
     
    7476        print_last_page="True" 
    7577        """ 
    76  
    7778        self.template.content = ( 
    7879            '{% lucidTag back_links print_last_page="True" %}'