[Neo-report] r2365 vincent - /trunk/neo/master/handlers/storage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 29 19:07:16 CEST 2010


Author: vincent
Date: Fri Oct 29 19:07:12 2010
New Revision: 2365

Log:
This method needs to be unit-tested.

Modified:
    trunk/neo/master/handlers/storage.py

Modified: trunk/neo/master/handlers/storage.py
==============================================================================
--- trunk/neo/master/handlers/storage.py [iso-8859-1] (original)
+++ trunk/neo/master/handlers/storage.py [iso-8859-1] Fri Oct 29 19:07:12 2010
@@ -29,6 +29,7 @@ class StorageServiceHandler(BaseServiceH
     """ Handler dedicated to storages during service state """
 
     def connectionCompleted(self, conn):
+        # TODO: unit test
         node = self.app.nm.getByUUID(conn.getUUID())
         if node.isRunning():
             conn.notify(Packets.StartOperation())





More information about the Neo-report mailing list