[CalendarServer-changes] [8692] CalendarServer/branches/users/glyph/migrate-merge

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 16 04:28:35 PST 2012


Revision: 8692
          http://trac.macosforge.org/projects/calendarserver/changeset/8692
Author:   glyph at apple.com
Date:     2012-02-16 04:28:34 -0800 (Thu, 16 Feb 2012)
Log Message:
-----------
document requirement for storeUnderTest

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/migrate-merge/txdav/common/datastore/test/util.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/migrate-merge/

Modified: CalendarServer/branches/users/glyph/migrate-merge/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/migrate-merge/txdav/common/datastore/test/util.py	2012-02-16 12:28:30 UTC (rev 8691)
+++ CalendarServer/branches/users/glyph/migrate-merge/txdav/common/datastore/test/util.py	2012-02-16 12:28:34 UTC (rev 8692)
@@ -553,7 +553,14 @@
         self.notifierFactory = StubNotifierFactory()
 
 
+    def storeUnderTest(self):
+        """
+        Subclasses must implement this method.
+        """
+        raise NotImplementedError("CommonCommonTests subclasses must implement.")
 
+
+
 class StubNodeCacher(object):
 
     def waitForNode(self, notifier, nodeName):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120216/9b8d33dd/attachment-0001.html>


More information about the calendarserver-changes mailing list