Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2007-03-29 20:28:07 +0400
committerDavid Rousselie <dax@happycoders.org>2007-03-29 20:28:07 +0400
commit5fb853bdfe57637590335124d482a7cc5ec7dc92 (patch)
treef60178ef9cd27f75565df94bf17845b1b7299695 /run_tests.py
parent863da17c6fc1f6feb7ebc51842da246659f9d084 (diff)
Move presence_available handlers to AccountManager
darcs-hash:20070329162807-86b55-2a353558d6a26e686454022c092d4d161a91d786.gz
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index b8b548a..587ba10 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -58,7 +58,7 @@ if __name__ == '__main__':
jcl_suite = unittest.TestSuite()
# jcl_suite.addTest(FeederComponent_TestCase('test_handle_tick'))
-# jcl_suite.addTest(JCLComponent_TestCase('test_handle_set_register_update_complex'))
+# jcl_suite.addTest(JCLComponent_TestCase('test_handle_presence_available_to_component'))
# jcl_suite.addTest(PresenceAccount_TestCase('test_possibles_actions'))
# jcl_suite = unittest.TestSuite((component_suite))
# jcl_suite = unittest.TestSuite((presence_account_suite))