Advertisement
olemis

Trac (1.0-stable) [12541] RPC [13710] : tests 2014-03-06

Mar 6th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.18 KB | None | 0 0
  1. $ hg qapplied
  2. t11050/t11050_r13710_xml_invalid_chars.diff
  3.  
  4. $ hg log -r qparent
  5. changeset:   122:862c4e51bd55
  6. branch:      xmlrpcplugin
  7. tag:         qparent
  8. user:        osimons
  9. date:        Fri Feb 21 09:57:47 2014 +0100
  10. summary:     [svn r13710] XmlRpcPlugin: Added a test for `ticket.type.getAll`.
  11.  
  12. $ python setup.py test -m tracrpc.tests
  13.  
  14. running test
  15. running egg_info
  16. writing TracXMLRPC.egg-info/PKG-INFO
  17. writing top-level names to TracXMLRPC.egg-info/top_level.txt
  18. writing dependency_links to TracXMLRPC.egg-info/dependency_links.txt
  19. writing entry points to TracXMLRPC.egg-info/entry_points.txt
  20. reading manifest file 'TracXMLRPC.egg-info/SOURCES.txt'
  21. reading manifest template 'MANIFEST.in'
  22. writing manifest file 'TracXMLRPC.egg-info/SOURCES.txt'
  23. running build_ext
  24. test_general_provider_error (tracrpc.tests.api.ProtocolProviderTestCase) ... ok
  25. test_invalid_content_type (tracrpc.tests.api.ProtocolProviderTestCase) ... ok
  26. test_rpc_info (tracrpc.tests.api.ProtocolProviderTestCase) ... ok
  27. test_valid_provider (tracrpc.tests.api.ProtocolProviderTestCase) ... ok
  28. test_content_encoding (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  29. test_method_not_found (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  30. test_resource_not_found (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  31. test_to_and_from_datetime (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  32. test_wrong_argspec (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  33. test_xml_encoding_invalid_characters (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  34. test_xml_encoding_special_characters (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  35. test_xmlrpc_permission (tracrpc.tests.xml_rpc.RpcXmlTestCase) ... ok
  36. test_json_not_available (tracrpc.tests.json_rpc.JsonModuleAvailabilityTestCase) ... ok
  37. test_binary (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  38. test_call (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  39. test_call_permission (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  40. test_datetime (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  41. test_fragment (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  42. test_method_not_found (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  43. test_multicall (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  44. test_resource_not_found (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  45. test_wrong_argspec (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  46. test_xmlrpc_permission (tracrpc.tests.json_rpc.JsonTestCase) ... ok
  47. test_FineGrainedSecurity (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  48. test_create_at_time (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  49. test_create_get_delete (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  50. test_create_ticket_9096 (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  51. test_create_ticket_validate (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  52. test_getActions (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  53. test_getAvailableActions_DeleteTicket (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  54. test_getRecentChanges (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  55. test_query_group_order_col (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  56. test_query_special_character_escape (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  57. test_update_action (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  58. test_update_action_non_existing (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  59. test_update_at_time (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  60. test_update_author (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  61. test_update_basic (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  62. test_update_field_non_existing (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  63. test_update_non_existing (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  64. test_update_time_changed (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  65. test_update_time_same (tracrpc.tests.ticket.RpcTicketTestCase) ... ok
  66. test_create (tracrpc.tests.ticket.RpcTicketVersionTestCase) ... ok
  67. test_getall_default (tracrpc.tests.ticket.RpcTicketTypeTestCase) ... ok
  68. test_attachments (tracrpc.tests.wiki.RpcWikiTestCase) ... ok
  69. test_getPageHTMLWithImage (tracrpc.tests.wiki.RpcWikiTestCase) ... ok
  70. test_getPageHTMLWithManipulator (tracrpc.tests.wiki.RpcWikiTestCase) ... ok
  71. test_getRecentChanges (tracrpc.tests.wiki.RpcWikiTestCase) ... ok
  72. test_form_submit (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  73. test_get_dont_accept (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  74. test_get_no_content_type (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  75. test_get_with_content_type (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  76. test_post_accept (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  77. test_post_dont_accept (tracrpc.tests.web_ui.DocumentationTestCase) ... ok
  78. test_fragment_in_search (tracrpc.tests.search.RpcSearchTestCase) ... ok
  79.  
  80. ----------------------------------------------------------------------
  81. Ran 55 tests in 64.368s
  82.  
  83. OK
  84.  
  85. Found Trac source: /path/to/trac
  86. Enabling RPC plugin and permissions...
  87. Created test environment: /path/to/trac-rpc/trunk/rpctestenv
  88. Starting web server: http://127.0.0.1:8765
  89. /path/to/trac/trac/util/__init__.py:383: RuntimeWarning: Parent module 'trac.util' not found while handling absolute import
  90.   import os
  91. /path/to/trac/trac/util/__init__.py:384: RuntimeWarning: Parent module 'trac.util' not found while handling absolute import
  92.   import signal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement