[CMF-checkins] CVS: CMF/CMFCore/tests/fake_skins/fake_skin - test1.py:1.1.6.1 testPT.pt:1.1.6.1 testPTbad.pt:1.1.6.1

Shane Hathaway shane@cvs.zope.org
Wed, 20 Feb 2002 15:14:53 -0500


Update of /cvs-repository/CMF/CMFCore/tests/fake_skins/fake_skin
In directory cvs.zope.org:/tmp/cvs-serv27999/CMFCore/tests/fake_skins/fake_skin

Added Files:
      Tag: cmf-pre-1_3-branch
	test1.py testPT.pt testPTbad.pt 
Log Message:
Merged changes from head, with a small change: the types tool does not need
to be extended in such a complex way.  I took out the type_type registry and
the __bobo_traverse__ hook and replaced it with the original code with only
minor mods that give you the same extensibility without all the hacking.
(If anyone actually wants to use the extensibility, which I suspect no one
is actually interested in doing, I will happily provide instructions and
will create a corrected unit test.)


=== Added File CMF/CMFCore/tests/fake_skins/fake_skin/test1.py ===
return 'test1'


=== Added File CMF/CMFCore/tests/fake_skins/fake_skin/testPT.pt ===
<div tal:replace="request/SERVER_NAME" />

=== Added File CMF/CMFCore/tests/fake_skins/fake_skin/testPTbad.pt ===
<div tal:replace="request/monkey" />