[Checkins] SVN: grok/trunk/src/grok/tests/view/dirtemplatesonly.py The doctest ellipsis was not working correctly for some reason. Fixed it

Martijn Faassen faassen at infrae.com
Mon Aug 6 14:03:49 EDT 2007


Log message for revision 78633:
  The doctest ellipsis was not working correctly for some reason. Fixed it
  so that test runs for me too.
  

Changed:
  U   grok/trunk/src/grok/tests/view/dirtemplatesonly.py

-=-
Modified: grok/trunk/src/grok/tests/view/dirtemplatesonly.py
===================================================================
--- grok/trunk/src/grok/tests/view/dirtemplatesonly.py	2007-08-06 17:54:34 UTC (rev 78632)
+++ grok/trunk/src/grok/tests/view/dirtemplatesonly.py	2007-08-06 18:03:48 UTC (rev 78633)
@@ -8,7 +8,7 @@
 
   >>> grok.grok(__name__)
     From tests.py's showwarning():
-    ...: UserWarning: File 'invalid.txt' has an unrecognized extension in directory '...dirtemplatesonly_templates'
+    ... UserWarning: File 'invalid.txt' has an unrecognized extension in directory '...dirtemplatesonly_templates'
     
   >>> warnings.warn = saved_warn
 
@@ -19,4 +19,4 @@
     pass
 
 class Index(grok.View):
-    pass
\ No newline at end of file
+    pass



More information about the Checkins mailing list