[Zope-CVS] CVS: Products/AdaptableStorage/tests - SerialTestBase.py:1.8 testInterfaceImpl.py:1.4 testSerialization.py:1.7 .cvsignore:NONE

Shane Hathaway shane@zope.com
Tue, 31 Dec 2002 16:48:23 -0500


Update of /cvs-repository/Products/AdaptableStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv18282/tests

Modified Files:
	SerialTestBase.py testInterfaceImpl.py testSerialization.py 
Removed Files:
	.cvsignore 
Log Message:
Changed the name of the "serial" package to "mapper".  It's a more
appropriate name, since mappers are the focus of this software.

Sorry about the flood of checkins.


=== Products/AdaptableStorage/tests/SerialTestBase.py 1.7 => 1.8 ===
--- Products/AdaptableStorage/tests/SerialTestBase.py:1.7	Fri Dec 13 15:42:03 2002
+++ Products/AdaptableStorage/tests/SerialTestBase.py	Tue Dec 31 16:47:52 2002
@@ -21,8 +21,8 @@
 from Persistence import PersistentMapping
 from cPickle import dumps, loads
 
-from Products.AdaptableStorage.serial import public as sfw
-from Products.AdaptableStorage.serial_std.public import \
+from Products.AdaptableStorage.mapper import public as sfw
+from Products.AdaptableStorage.mapper_std.public import \
      StringDataAttribute, MappingGateway, FixedPersistentMapping, RollCall, \
      FixedClassifier
 from Products.AdaptableStorage.zodb.public import RemainingState


=== Products/AdaptableStorage/tests/testInterfaceImpl.py 1.3 => 1.4 ===
--- Products/AdaptableStorage/tests/testInterfaceImpl.py:1.3	Mon Dec 23 23:29:34 2002
+++ Products/AdaptableStorage/tests/testInterfaceImpl.py	Tue Dec 31 16:47:52 2002
@@ -49,11 +49,11 @@
                 self._verify(base, c)
 
     def testSerialPublicImplementations(self):
-        from Products.AdaptableStorage.serial import public
+        from Products.AdaptableStorage.mapper import public
         self._testAllInModule(public)
 
     def testSerialStdImplementations(self):
-        from Products.AdaptableStorage.serial_std import public
+        from Products.AdaptableStorage.mapper_std import public
         self._testAllInModule(public)
 
     def testSerialOFSImplementations(self):


=== Products/AdaptableStorage/tests/testSerialization.py 1.6 => 1.7 ===
--- Products/AdaptableStorage/tests/testSerialization.py:1.6	Fri Dec 13 15:42:03 2002
+++ Products/AdaptableStorage/tests/testSerialization.py	Tue Dec 31 16:47:52 2002
@@ -21,7 +21,7 @@
 import ZODB
 from Persistence import PersistentMapping
 
-from Products.AdaptableStorage.serial import public as sfw
+from Products.AdaptableStorage.mapper import public as sfw
 from SerialTestBase import SerialTestBase
 
 

=== Removed File Products/AdaptableStorage/tests/.cvsignore ===