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>2006-11-21 00:58:31 +0300
committerDavid Rousselie <dax@happycoders.org>2006-11-21 00:58:31 +0300
commit30979f11427364bfecf024504c17fb9ff61d80a1 (patch)
treeafb2fc914bf6a1e6d6f2f2a09fe02b9befe6a6a3 /run_tests.py
parent521f3cd892bfea2e81d4df09b4b2dd675202c1f4 (diff)
Required field XMPP error found
* "not-acceptable" error sent when required field is not found darcs-hash:20061120215831-86b55-460f3114e75cd77f263800d0a32dbf27add094eb.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 5f2ff95..a20f1db 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -51,7 +51,7 @@ if __name__ == '__main__':
sender_suite = unittest.makeSuite(Sender_TestCase, "test")
jcl_suite = unittest.TestSuite()
# jcl_suite.addTest(FeederComponent_TestCase('test_handle_tick'))
-# jcl_suite.addTest(FeederComponent_TestCase('test_handle_presence_available_to_account_live_password'))
+# jcl_suite.addTest(FeederComponent_TestCase('test_handle_set_register_new_field_mandatory'))
# jcl_suite = unittest.TestSuite((feeder_component_suite))
# jcl_suite = unittest.TestSuite((component_suite))
jcl_suite = unittest.TestSuite((component_suite,