[Commits] (john) * Chandler no longer uses the NotificationManager, however, I have not yet removed the NotificationManager

commits at osafoundation.org commits at osafoundation.org
Sat Dec 11 18:29:36 PST 2004


Commit by: john
Modified files:
chandler/repository/tests/PreloadedRepositoryUtils.py 1.4 1.5
chandler/repository/tests/TestPerfWithRSS.py 1.22 1.23

Log message:
* Chandler no longer uses the NotificationManager, however, I have not yet removed the NotificationManager

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/tests/PreloadedRepositoryUtils.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
http://cvs.osafoundation.org/index.cgi/chandler/repository/tests/TestPerfWithRSS.py.diff?r1=text&tr1=1.22&r2=text&tr2=1.23

Index: chandler/repository/tests/PreloadedRepositoryUtils.py
diff -u chandler/repository/tests/PreloadedRepositoryUtils.py:1.4 chandler/repository/tests/PreloadedRepositoryUtils.py:1.5
--- chandler/repository/tests/PreloadedRepositoryUtils.py:1.4	Mon Sep 27 11:37:30 2004
+++ chandler/repository/tests/PreloadedRepositoryUtils.py	Sat Dec 11 18:29:35 2004
@@ -1,8 +1,8 @@
 """
 Utilities for working with preloaded repository
 """
-__revision__  = "$Revision: 1.4 $"
-__date__      = "$Date: 2004/09/27 18:37:30 $"
+__revision__  = "$Revision: 1.5 $"
+__date__      = "$Date: 2004/12/12 02:29:35 $"
 __copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -34,10 +34,6 @@
         rep.loadPack(schemaPack)
 
     if parcels:
-        # Create and start the notification manager -- this is needed for
-        # ItemCollections
-        from osaf.framework.notifications.NotificationManager import NotificationManager
-        application.Globals.notificationManager = NotificationManager()
         application.Globals.repository = rep
 
         manager = application.Parcel.Manager.getManager(repository=rep, \

Index: chandler/repository/tests/TestPerfWithRSS.py
diff -u chandler/repository/tests/TestPerfWithRSS.py:1.22 chandler/repository/tests/TestPerfWithRSS.py:1.23
--- chandler/repository/tests/TestPerfWithRSS.py:1.22	Mon Nov 22 15:27:19 2004
+++ chandler/repository/tests/TestPerfWithRSS.py	Sat Dec 11 18:29:35 2004
@@ -2,8 +2,8 @@
 Simple Performance tests for Chandler repository
 """
 
-__revision__  = "$Revision: 1.22 $"
-__date__      = "$Date: 2004/11/22 23:27:19 $"
+__revision__  = "$Revision: 1.23 $"
+__date__      = "$Date: 2004/12/12 02:29:35 $"
 __copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -42,9 +42,6 @@
 
         super(TestPerfWithRSS, self).setUp()
 
-        from osaf.framework.notifications.NotificationManager import NotificationManager
-        Globals.notificationManager = NotificationManager()
-
         Globals.repository = self.rep # to keep indexer happy
 
         # sys.path.insert(1, parcelDir)



More information about the Commits mailing list