[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skin Remove nonsensical bits from test

Philipp von Weitershausen philikon at philikon.de
Fri Aug 1 08:55:16 EDT 2008


Log message for revision 89139:
  Remove nonsensical bits from test
  

Changed:
  U   grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py
  U   grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skindirective.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:44:06 UTC (rev 89138)
+++ grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skinclass.py	2008-08-01 12:55:15 UTC (rev 89139)
@@ -59,6 +59,3 @@
 
     def render(self):
         return "Awesome"
-
-class IFoo(grok.IBrowserRequest):
-    grok.skin('foo')

Modified: grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skindirective.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skindirective.py	2008-08-01 12:44:06 UTC (rev 89138)
+++ grok/branches/jw-simpler-skin-registration/src/grok/ftests/view/skindirective.py	2008-08-01 12:55:15 UTC (rev 89139)
@@ -59,6 +59,3 @@
 
     def render(self):
         return "Awesome"
-
-class IFoo(grok.IBrowserRequest):
-    grok.skin('foo')



More information about the Checkins mailing list