Changeset 1510 for trunk/pylucid/tests/plugin_backlinks.py
- Timestamp:
- 03/27/08 16:59:44 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pylucid/tests/plugin_backlinks.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/tests/plugin_backlinks.py
r1454 r1510 41 41 Page.objects.all().delete() # Delete all existins pages 42 42 43 self.template = tests.create_template("{% lucidTag back_links %}") 43 self.template = tests.create_template( 44 content = "{% lucidTag back_links %}" 45 ) 44 46 45 47 # Create the test pages defined in content_test_utils.py … … 74 76 print_last_page="True" 75 77 """ 76 77 78 self.template.content = ( 78 79 '{% lucidTag back_links print_last_page="True" %}'