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-02-22 20:27:40 +0300
committerDavid Rousselie <dax@happycoders.org>2007-02-22 20:27:40 +0300
commitd83ad1debe948c9c659fd4a091f686775b2dc982 (patch)
tree7478379f26cd79ad6b056c710527192671bc4a50 /run_tests.py
parent826d045b419664e264ac2d536a3011e54b98cacd (diff)
send error implementation
send an error to a user only if he has not already been notified darcs-hash:20070222172740-86b55-7032fdab46f54932c222c36a68bad0915120e92c.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 8d17c82..2bb443a 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_get_register_exist_complex'))
+# jcl_suite.addTest(JCLComponent_TestCase('test_send_error_second'))
# jcl_suite = unittest.TestSuite((component_suite))
# jcl_suite = unittest.TestSuite((presence_account_suite))
jcl_suite = unittest.TestSuite((component_suite, \