[CalendarServer-changes] [7462] CalendarServer/branches/users/glyph/new-export/calendarserver/tools/ test/test_export.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:43:31 PDT 2011


Revision: 7462
          http://trac.macosforge.org/projects/calendarserver/changeset/7462
Author:   glyph at apple.com
Date:     2011-05-16 07:43:31 -0700 (Mon, 16 May 2011)
Log Message:
-----------
coding standard compliance

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/new-export/calendarserver/tools/test/test_export.py

Modified: CalendarServer/branches/users/glyph/new-export/calendarserver/tools/test/test_export.py
===================================================================
--- CalendarServer/branches/users/glyph/new-export/calendarserver/tools/test/test_export.py	2011-05-16 14:43:19 UTC (rev 7461)
+++ CalendarServer/branches/users/glyph/new-export/calendarserver/tools/test/test_export.py	2011-05-16 14:43:31 UTC (rev 7462)
@@ -117,7 +117,7 @@
     Tests for exporting data from a live store.
     """
 
-    FAKE_CONFIG_FILE = 'not-a-real-config-file.plist'
+    fakeConfigFile = 'not-a-real-config-file.plist'
 
     @inlineCallbacks
     def setUp(self):
@@ -141,7 +141,7 @@
             raise RuntimeError(
                 "Main called twice this test; duplicate reactor run.")
         self.mainCalled = True
-        self.assertEquals(configFileName, self.FAKE_CONFIG_FILE)
+        self.assertEquals(configFileName, self.fakeConfigFile)
         theService = serviceClass(self.store)
         theService.startService()
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/8ed4e605/attachment.html>


More information about the calendarserver-changes mailing list