[CMF-checkins] CVS: Products/CMFCore/tests/fake_skins/fake_skin -
#test1.py:1.2 .test1.py:1.2 test1.py~:1.2 test_manual_ignore.py:1.2
Jens Vagelpohl
jens at dataflake.org
Wed Apr 6 05:54:45 EDT 2005
Update of /cvs-repository/Products/CMFCore/tests/fake_skins/fake_skin
In directory cvs.zope.org:/tmp/cvs-serv24415/CMFCore/tests/fake_skins/fake_skin
Added Files:
#test1.py .test1.py test1.py~ test_manual_ignore.py
Log Message:
- CMFCore.DirectoryView: Made list of file names to ignore configurable.
The previously hardcoded list of files to ignore when creating their
ZODB representations can now be configured by passing a sequence of
names to registerDirectory, which will be ignored in addition to the
standard list of ignored names (http://www.zope.org/Collectors/CMF/319).
=== Products/CMFCore/tests/fake_skins/fake_skin/#test1.py 1.1 => 1.2 ===
--- /dev/null Wed Apr 6 05:54:45 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/#test1.py Wed Apr 6 05:54:45 2005
@@ -0,0 +1 @@
+this should never appear
=== Products/CMFCore/tests/fake_skins/fake_skin/.test1.py 1.1 => 1.2 ===
--- /dev/null Wed Apr 6 05:54:45 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/.test1.py Wed Apr 6 05:54:45 2005
@@ -0,0 +1 @@
+this should never appear
=== Products/CMFCore/tests/fake_skins/fake_skin/test1.py~ 1.1 => 1.2 ===
--- /dev/null Wed Apr 6 05:54:45 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/test1.py~ Wed Apr 6 05:54:45 2005
@@ -0,0 +1 @@
+this should never appear
=== Products/CMFCore/tests/fake_skins/fake_skin/test_manual_ignore.py 1.1 => 1.2 ===
--- /dev/null Wed Apr 6 05:54:45 2005
+++ Products/CMFCore/tests/fake_skins/fake_skin/test_manual_ignore.py Wed Apr 6 05:54:45 2005
@@ -0,0 +1 @@
+#this should never appear
More information about the CMF-checkins
mailing list