[Zope-Checkins] CVS: Packages/ZConfig/tests/input - zope-allpopulated.conf:1.1.2.2

Fred L. Drake, Jr. fred@zope.com
Thu, 19 Dec 2002 16:07:00 -0500


Update of /cvs-repository/Packages/ZConfig/tests/input
In directory cvs.zope.org:/tmp/cvs-serv32168

Modified Files:
      Tag: zconfig-schema-devel-branch
	zope-allpopulated.conf 
Log Message:
Make the config a little closer to the matching the schema.


=== Packages/ZConfig/tests/input/zope-allpopulated.conf 1.1.2.1 => 1.1.2.2 ===
--- Packages/ZConfig/tests/input/zope-allpopulated.conf:1.1.2.1	Thu Dec 19 15:41:39 2002
+++ Packages/ZConfig/tests/input/zope-allpopulated.conf	Thu Dec 19 16:07:00 2002
@@ -86,10 +86,9 @@
   version_cache_size             100
   version_cache_deactivate_after 10
 
-  <storage>
-    type FileStorage
-    filename foo/bar
-  </storage>
+  <filestorage>
+    file_name foo/bar
+  </filestorage>
 
 </database>
 
@@ -97,13 +96,12 @@
 
   <storage>
     type FileStorage
-    filename foo/baz
+    file_name foo/baz
   </storage>
 
-  <storage>
-    type FileStorage
-    filename bar/baz
-  </storage>
+  <filestorage>
+    file_name bar/baz
+  </filestorage>
 
   mount_point /mount
   db_class ZODB.DB