[svn] commit: r2715 -	/branches/trac296/src/lib/python/isc/config/tests/cfgmgr_test.py
    BIND 10 source code commits 
    bind10-changes at lists.isc.org
       
    Fri Aug 13 15:31:20 UTC 2010
    
    
  
Author: jelte
Date: Fri Aug 13 15:31:20 2010
New Revision: 2715
Log:
send explicit shutdown command to cfgmgr in the run() test.
Modified:
    branches/trac296/src/lib/python/isc/config/tests/cfgmgr_test.py
Modified: branches/trac296/src/lib/python/isc/config/tests/cfgmgr_test.py
==============================================================================
--- branches/trac296/src/lib/python/isc/config/tests/cfgmgr_test.py (original)
+++ branches/trac296/src/lib/python/isc/config/tests/cfgmgr_test.py Fri Aug 13 15:31:20 2010
@@ -282,6 +282,7 @@
 
     def test_run(self):
         self.fake_session.group_sendmsg({ "command": [ "get_commands_spec" ] }, "ConfigManager")
+        self.fake_session.group_sendmsg({ "command": [ "shutdown" ] }, "ConfigManager")
         self.cm.run()
         pass
 
    
    
More information about the bind10-changes
mailing list