[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py Make skin name more unique (all ftests share the same text fixture due to layer setup)

Philipp von Weitershausen philikon at philikon.de
Fri Aug 1 08:40:56 EDT 2008


Log message for revision 89137:
  Make skin name more unique (all ftests share the same text fixture due to layer setup)
  

Changed:
  U   grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py

-=-
Modified: grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py	2008-08-01 12:37:06 UTC (rev 89136)
+++ grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py	2008-08-01 12:40:56 UTC (rev 89137)
@@ -16,7 +16,7 @@
   >>> print browser.contents
   Pretty
 
-  >>> browser.open("http://localhost/++skin++myskin/manfred/@@evenmoredrawings")
+  >>> browser.open("http://localhost/++skin++skinfromclass/manfred/@@evenmoredrawings")
   >>> print browser.contents
   Awesome
 
@@ -30,7 +30,7 @@
 class MySkinLayer(grok.IBrowserRequest):
     pass
 
-class MySkin(grok.Skin):
+class SkinFromClass(grok.Skin):
     grok.layer(MySkinLayer)
 
 class Mammoth(grok.Model):



More information about the Checkins mailing list