Author: batiste.bieler
Date: Thu Mar 5 16:35:17 2009
New Revision: 393
Modified:
trunk/pages/tests.py
Log:
Forgot to uncomment tests
Modified: trunk/pages/tests.py
==============================================================================
--- trunk/pages/tests.py (original)
+++ trunk/pages/tests.py Thu Mar 5 16:35:17 2009
@@ -240,7 +240,7 @@
self.assertContains(response, 'lang="fr-ch"')
- '''def test_08_revision(self):
+ def test_08_revision(self):
"""
Test that a page can edited several times
"""
@@ -276,4 +276,4 @@
response = c.get('/admin/pages/page/1/')
self.assertEqual(response.status_code, 200)
- self.assertContains(response, 'name="right-column"', 1)'''
\ No newline at end of file
+ self.assertContains(response, 'name="right-column"', 1)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---