Changeset 1467
- Timestamp:
- 03/07/08 08:08:40 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pylucid/tests/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/tests/__init__.py
r1456 r1467 109 109 from tests.utils.BrowserDebug import debug_response 110 110 111 from PyLucid.models import Page, Style, Markup,Template, Style111 from PyLucid.models import Page, Style, Template, Style 112 112 from django.contrib.auth.models import User 113 113 from django.test import TestCase as DjangoTestCase … … 304 304 default_template = Template.objects.all()[0] 305 305 default_style = Style.objects.all()[0] 306 default_markup = Markup.objects.all()[0]306 default_markup = 0 # html withdout TinyMCE 307 307 308 308 page = Page(