1987
2004
"""Test that known methods are registered to the correct object."""
1988
2005
self.assertHandlerEqual('Branch.get_config_file',
1989
2006
smart_branch.SmartServerBranchGetConfigFile)
1990
2009
self.assertHandlerEqual('Branch.get_parent',
1991
2010
smart_branch.SmartServerBranchGetParent)
1992
2011
self.assertHandlerEqual('Branch.get_tags_bytes',