olemis

BH Multiproduct (#564) : test report 2013-11-25

Nov 25th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 89.33 KB | None | 0 0
  1. $ hg branch --mq
  2. t564_dashb_accuracy
  3. $ hg identify --mq
  4. 57d2948843e2 (t564_dashb_accuracy) tip
  5. $ hg qapplied
  6. t564/t564_r1536977_product_dashboard.tests.diff
  7. t564/t564_r1536977_external_ticket_stats.diff
  8. t564/t564_r1542167_theme_dashb_progress.diff
  9. t564/t564_r1542167_product_dashb_query_grid.diff
  10. t564/t564_r1542167_product_dashb_enums.diff
  11. $ hg log -r qparent
  12. changeset:   494:0c2810af9e8c
  13. tag:         qparent
  14. tag:         svn-1545220
  15. user:        rjollos@13f79535-47bb-0310-9956-ffa450edef68
  16. date:        Mon Nov 25 11:03:26 2013 +0000
  17. summary:     0.8dev: Restore border around the //Age// column.
  18. $ python setup.py test -m tests
  19. running test
  20. running egg_info
  21. writing requirements to BloodhoundTheme.egg-info/requires.txt
  22. writing BloodhoundTheme.egg-info/PKG-INFO
  23. writing top-level names to BloodhoundTheme.egg-info/top_level.txt
  24. writing dependency_links to BloodhoundTheme.egg-info/dependency_links.txt
  25. writing entry points to BloodhoundTheme.egg-info/entry_points.txt
  26. writing requirements to BloodhoundTheme.egg-info/requires.txt
  27. writing BloodhoundTheme.egg-info/PKG-INFO
  28. writing top-level names to BloodhoundTheme.egg-info/top_level.txt
  29. writing dependency_links to BloodhoundTheme.egg-info/dependency_links.txt
  30. writing entry points to BloodhoundTheme.egg-info/entry_points.txt
  31. reading manifest file 'BloodhoundTheme.egg-info/SOURCES.txt'
  32. reading manifest template 'MANIFEST.in'
  33. warning: no directories found matching 'bhtheme/htdocs/images'
  34. writing manifest file 'BloodhoundTheme.egg-info/SOURCES.txt'
  35. running build_ext
  36. test_delete (tests.attachment.ProductAttachmentTestCase) ... ok
  37. test_delete_file_gone (tests.attachment.ProductAttachmentTestCase) ... ok
  38. test_get_path (tests.attachment.ProductAttachmentTestCase) ... ok
  39. test_get_path_encoded (tests.attachment.ProductAttachmentTestCase) ... ok
  40. test_insert (tests.attachment.ProductAttachmentTestCase) ... ok
  41. test_insert_outside_attachments_dir (tests.attachment.ProductAttachmentTestCase) ... ok
  42. test_insert_unique (tests.attachment.ProductAttachmentTestCase) ... ok
  43. Ensure that legacy action tests are done on parent.  As ... ok
  44. test_path_extension (tests.attachment.ProductAttachmentTestCase) ... ok
  45. test_product_path_isolation (tests.attachment.ProductAttachmentTestCase) ... ok
  46. test_reparent (tests.attachment.ProductAttachmentTestCase) ... ok
  47. test_resource_doesnt_exist (tests.attachment.ProductAttachmentTestCase) ... ok
  48. test_resource_exists (tests.attachment.ProductAttachmentTestCase) ... ok
  49. test_select_empty (tests.attachment.ProductAttachmentTestCase) ... ok
  50. test_default (tests.config.ProductConfigTestCase) ... ok
  51. test_default_bool (tests.config.ProductConfigTestCase) ... ok
  52. test_default_float (tests.config.ProductConfigTestCase) ... ok
  53. test_default_int (tests.config.ProductConfigTestCase) ... ok
  54. test_default_path (tests.config.ProductConfigTestCase) ... ok
  55. test_getpath (tests.config.ProductConfigTestCase) ... ok
  56. test_has_option (tests.config.ProductConfigTestCase) ... ok
  57. test_has_option_unicode (tests.config.ProductConfigTestCase) ... ok
  58. test_inherit_multiple (tests.config.ProductConfigTestCase) ... ok
  59. test_inherit_one_level (tests.config.ProductConfigTestCase) ... ok
  60. test_options (tests.config.ProductConfigTestCase) ... ok
  61. test_options_unicode (tests.config.ProductConfigTestCase) ... ok
  62. test_overwrite (tests.config.ProductConfigTestCase) ... ok
  63. test_read_and_choice (tests.config.ProductConfigTestCase) ... ok
  64. test_read_and_get (tests.config.ProductConfigTestCase) ... ok
  65. test_read_and_get_unicode (tests.config.ProductConfigTestCase) ... ok
  66. test_read_and_getbool (tests.config.ProductConfigTestCase) ... ok
  67. test_read_and_getfloat (tests.config.ProductConfigTestCase) ... ok
  68. test_read_and_getint (tests.config.ProductConfigTestCase) ... ok
  69. test_read_and_getlist (tests.config.ProductConfigTestCase) ... ok
  70. test_read_and_getlist_false_values (tests.config.ProductConfigTestCase) ... ok
  71. test_read_and_getlist_keep_empty (tests.config.ProductConfigTestCase) ... ok
  72. test_read_and_getlist_sep (tests.config.ProductConfigTestCase) ... ok
  73. test_reparse (tests.config.ProductConfigTestCase) ... ok
  74. test_sections (tests.config.ProductConfigTestCase) ... ok
  75. test_sections_unicode (tests.config.ProductConfigTestCase) ... ok
  76. test_set_and_save (tests.config.ProductConfigTestCase) ... ok
  77. test_set_and_save_inherit (tests.config.ProductConfigTestCase) ... ok
  78. test_simple_remove (tests.config.ProductConfigTestCase) ... ok
  79. test_with_global_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  80. test_with_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  81. No parent attribute, no _all_product_envs method ... ok
  82. Testing env.get_known_users ... ok
  83. Testing env.get_version ... ok
  84. test_abs_href_is_lazy (tests.env.ProductEnvApiTestCase) ... ok
  85. Testing env.__getattr__ ... ok
  86. Testing env.is_component_enabled ... ok
  87. Testing env.config ... ok
  88. test_href_is_lazy (tests.env.ProductEnvApiTestCase) ... ok
  89. test_parametric_singleton (tests.env.ProductEnvApiTestCase) ... ok
  90. Testing env.path ... ok
  91. test_path_is_lazy (tests.env.ProductEnvApiTestCase) ... ok
  92. Testing env.__init__ ... ok
  93. Test complex product base URL ... ok
  94. Test product base URL is to a default ... ok
  95. Test default product base URL /products/prefix ... ok
  96. Test product base URL at sibling paths inheriting configuration. ... ok
  97. Test product base URL at sibling paths ... ok
  98. Test product sub domain base URL ... ok
  99. Test that [multiproduct] product_base_url is used to compute ... ok
  100. Test that [multiproduct] product_base_url is used to compute ... ok
  101. Test that [trac] base_url for the product environment is used to ... ok
  102. test_params_as_args (tests.hooks.ProductizedHrefTestCase) ... ok
  103. test_params_as_dictionary (tests.hooks.ProductizedHrefTestCase) ... ok
  104. test_params_as_kwargs (tests.hooks.ProductizedHrefTestCase) ... ok
  105. test_paths_no_transform (tests.hooks.ProductizedHrefTestCase) ... ok
  106. test_static_path_no_transform (tests.hooks.ProductizedHrefTestCase) ... ok
  107. test_change_listener_changed (tests.model.ProductTestCase) ... ok
  108. test_change_listener_created (tests.model.ProductTestCase) ... ok
  109. test_change_listener_deleted (tests.model.ProductTestCase) ... ok
  110. test that we are able to delete Products ... ok
  111. test that we error when deleting twice on the same key ... ok
  112. tests that we can use table.field syntax to get to the field data ... ok
  113. tests that we can use table.field = something to set field data ... ok
  114. test_get_tickets (tests.model.ProductTestCase) ... ok
  115. test saving new Product ... ok
  116. test attempted saving of Product with existing key fails ... ok
  117. ensure that that insert method works when _meta does not specify ... ok
  118. tests that select can search Products by fields ... ok
  119. tests that table.field style update works ... ok
  120. tests that we can use update to push data to the database ... ok
  121. tests that we raise an error for attempting to update key fields ... ok
  122. test_builtin_groups (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  123. test_env_isolation (tests.perm.ProductDefaultPermissionStoreTestCase) ... FAIL
  124. test_get_all_permissions (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  125. test_mixed_case_group (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  126. test_nested_groups (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  127. test_simple_actions (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  128. test_simple_group (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  129. test_all_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  130. test_expand_actions_iter_7467 (tests.perm.ProductPermissionSystemTestCase) ... ok
  131. test_get_all_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  132. test_meta_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  133. test_simple_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  134. test_assert_permission (tests.perm.ProductPermissionCacheTestCase) ... ok
  135. test_cache (tests.perm.ProductPermissionCacheTestCase) ... ok
  136. test_cache_shared (tests.perm.ProductPermissionCacheTestCase) ... ok
  137. test_contains (tests.perm.ProductPermissionCacheTestCase) ... ok
  138. test_has_permission (tests.perm.ProductPermissionCacheTestCase) ... ok
  139. test_require (tests.perm.ProductPermissionCacheTestCase) ... ok
  140. test_assert_permission (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  141. test_cache (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  142. test_cache_shared (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  143. test_contains (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  144. test_has_permission (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  145. test_require (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  146. test_grant_revoke_permissions (tests.perm.ProductPermissionPolicyTestCase) ... ok
  147. Only product owner and TRAC_ADMIN will access new product ... ok
  148. test_no_permissions (tests.perm.ProductPermissionPolicyTestCase) ... ok
  149. test_policy_chaining (tests.perm.ProductPermissionPolicyTestCase) ... ok
  150. test_prepend_mp_policy (tests.perm.ProductPermissionPolicyTestCase) ... ok
  151. Product owner automatically granted with PRODUCT_ADMIN ... ok
  152. Allow all actions in product scope for TRAC_ADMIN ... ok
  153. TRAC_ADMIN granted in product env will be ignored ... ok
  154. TRAC_ADMIN in global env also valid in product env ... ok
  155. test_assert_permission (tests.perm.SudoTestCase) ... ok
  156. test_cache (tests.perm.SudoTestCase) ... ok
  157. test_cache_shared (tests.perm.SudoTestCase) ... ok
  158. test_contains (tests.perm.SudoTestCase) ... ok
  159. test_has_permission (tests.perm.SudoTestCase) ... ok
  160. test_require (tests.perm.SudoTestCase) ... ok
  161. test_sudo_ambiguous (tests.perm.SudoTestCase) ... ok
  162. test_sudo_fail_require (tests.perm.SudoTestCase) ... ok
  163. test_sudo_full_test_assert_permission (tests.perm.SudoTestCase) ... ok
  164. test_sudo_full_test_cache (tests.perm.SudoTestCase) ... ok
  165. test_sudo_full_test_cache_shared (tests.perm.SudoTestCase) ... ok
  166. test_sudo_full_test_contains (tests.perm.SudoTestCase) ... ok
  167. test_sudo_full_test_has_permission (tests.perm.SudoTestCase) ... ok
  168. test_sudo_full_test_require (tests.perm.SudoTestCase) ... ok
  169. test_sudo_grant_meta_perm (tests.perm.SudoTestCase) ... ok
  170. test_sudo_partial_test_assert_permission (tests.perm.SudoTestCase) ... ok
  171. test_sudo_partial_test_cache (tests.perm.SudoTestCase) ... ok
  172. test_sudo_partial_test_cache_shared (tests.perm.SudoTestCase) ... ok
  173. test_sudo_partial_test_contains (tests.perm.SudoTestCase) ... ok
  174. test_sudo_partial_test_has_permission (tests.perm.SudoTestCase) ... ok
  175. test_sudo_partial_test_require (tests.perm.SudoTestCase) ... ok
  176. test_sudo_wrong_context (tests.perm.SudoTestCase) ... ok
  177. test_global_neighborhood_attachments (tests.resource.ProductAttachmentResourceTestCase) ... ok
  178. test_product_neighborhood_attachments (tests.resource.ProductAttachmentResourceTestCase) ... ok
  179. test_global_neighborhood_milestone (tests.resource.ProductMilestoneResourceTestCase) ... ok
  180. test_product_neighborhood_milestone (tests.resource.ProductMilestoneResourceTestCase) ... ok
  181. test_global_neighborhood_report (tests.resource.ProductReportResourceTestCase) ... ok
  182. test_product_neighborhood_report (tests.resource.ProductReportResourceTestCase) ... ok
  183. test_global_neighborhood_ticket (tests.resource.ProductTicketResourceTestCase) ... ok
  184. test_product_neighborhood_ticket (tests.resource.ProductTicketResourceTestCase) ... ok
  185. test_global_neighborhood_wiki (tests.resource.ProductWikiResourceTestCase) ... ok
  186. test_product_neighborhood_wiki (tests.resource.ProductWikiResourceTestCase) ... ok
  187. test_batch_ticket_insert_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase) ... ERROR
  188. test_can_insert_tickets_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  189. test_can_insert_tickets_with_same_id_to_different_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  190. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  191. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  192. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  193. test_can_upgrade_multi_product_from_v1 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  194. test_can_upgrade_multi_product_from_v2 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  195. test_creating_new_product_calls_environment_created (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  196. test_migrating_to_multiproduct_with_custom_default_prefix (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  197. test_migration_to_multiproduct_preserves_ticket_ids (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  198. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  199. test_upgrade_creates_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  200. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  201. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  202. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  203. test_upgrade_moves_system_wikis_to_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  204. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  205. test_upgrade_plugin (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  206. test_upgrade_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  207. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  208. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  209. test_batch_ticket_insert_after_upgrade (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... /usr/lib/pymodules/python2.6/unittest2/case.py:326: DeprecationWarning: Use of a TestResult without an addSkip method is deprecated
  210.   self._addSkip(result, skip_why)
  211. ok
  212. test_can_insert_tickets_after_upgrade (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  213. test_can_insert_tickets_with_same_id_to_different_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  214. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  215. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  216. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  217. test_can_upgrade_multi_product_from_v1 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  218. test_can_upgrade_multi_product_from_v2 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  219. test_creating_new_product_calls_environment_created (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  220. test_migrating_to_multiproduct_with_custom_default_prefix (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  221. test_migration_to_multiproduct_preserves_ticket_ids (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  222. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  223. test_upgrade_creates_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  224. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  225. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  226. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  227. test_upgrade_moves_system_wikis_to_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  228. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  229. test_upgrade_plugin (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  230. test_upgrade_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  231. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  232. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  233. test_missing_product (tests.web_ui.ProductModuleTestCase) ... ok
  234. test_product_delete (tests.web_ui.ProductModuleTestCase) ... ok
  235. test_product_edit (tests.web_ui.ProductModuleTestCase) ... ok
  236. test_product_list (tests.web_ui.ProductModuleTestCase) ... ok
  237. test_product_new (tests.web_ui.ProductModuleTestCase) ... ok
  238. test_product_view (tests.web_ui.ProductModuleTestCase) ... ok
  239. Test search: link resolver ... ok
  240. Test search: link resolver with query arguments ... ok
  241. Test attachment: link resolver (deprecated) ... ok
  242. Test attachment: "foreign" links ... ok
  243. Test attachment: "local" links ... ok
  244. Test attachment: "missing" links ... ok
  245. Test attachment: "raw" links ... ok
  246. Test attachment: raw format as explicit argument ... ok
  247. Test mailto: obfuscated by default, like plain email ... ok
  248. Test mailto: not obfuscated, unlike plain email ... ok
  249. Test Escaping product links, short form ... ok
  250. Test Product links, alternative short form ... ok
  251. Test Escaping product links, alternative short form ... ok
  252. Test Product links, long form with label ... ok
  253. Test Product link missing prefix ... ok
  254. Test Product link SHREF_TARGET_LAST ... ok
  255. Test Product link SHREF_TARGET_LAST ... ok
  256. Test Product link SHREF_TARGET_FIRST ... ok
  257. Test Product link, long form with quoting ... ok
  258. Test Product link, URL extras ... ok
  259. Test Product links in markup ... ok
  260. Test Product links missing, quoting of target ... ok
  261. Test product: links - search: link resolver ... ok
  262. Test product: links - search: link resolver with query arguments ... ok
  263. Test product: links unicode prefix - search: link resolver ... ok
  264. Test product: links unicode prefix - search: link resolver with query arguments ... ok
  265. Test global: links - search: link resolver ... ok
  266. Test global: links - search: link resolver with query arguments ... ok
  267. Test product: links - attachment: link resolver (deprecated) ... ok
  268. Test product: links - attachment: "foreign" links ... ok
  269. Test product: links - attachment: "local" links ... ok
  270. Test product: links - attachment: "missing" links ... ok
  271. Test product: links - attachment: "raw" links ... ok
  272. Test product: links - attachment: raw format as explicit argument ... ok
  273. Test product: links unicode prefix - attachment: link resolver (deprecated) ... ok
  274. Test product: links unicode prefix - attachment: "foreign" links ... ok
  275. Test product: links unicode prefix - attachment: "local" links ... ok
  276. Test product: links unicode prefix - attachment: "missing" links ... ok
  277. Test product: links unicode prefix - attachment: "raw" links ... ok
  278. Test product: links unicode prefix - attachment: raw format as explicit argument ... ok
  279. Test global: links - attachment: link resolver (deprecated) ... ok
  280. Test global: links - attachment: "foreign" links ... ok
  281. Test global: links - attachment: "local" links ... ok
  282. Test global: links - attachment: "missing" links ... ok
  283. Test global: links - attachment: "raw" links ... ok
  284. Test global: links - attachment: raw format as explicit argument ... ok
  285. Test product: links - ticket: link resolver ... ok
  286. Test product: links - ticket: link resolver + arguments ... ok
  287. Test product: links - ticket: link resolver with ranges ... ok
  288. Test product: links - ticket link shorthand form ... ok
  289. Test product: links - ticket link shorthand form with ranges ... ok
  290. Test product: links - ticket link shorthand form with long ranges (#10111 regression) ... ok
  291. Test product: links - escaping the above ... ok
  292. Test product: links - escaping the above ... ok
  293. Test product: links - InterTrac for tickets ... ok
  294. Test product: links - Ticket InterTrac shorthands ... ok
  295. Test product: links - ticket syntax with unicode digits ... ok
  296. Test product: links unicode prefix - ticket: link resolver ... ok
  297. Test product: links unicode prefix - ticket: link resolver + arguments ... ok
  298. Test product: links unicode prefix - ticket: link resolver with ranges ... ok
  299. Test product: links unicode prefix - ticket link shorthand form ... ok
  300. Test product: links unicode prefix - ticket link shorthand form with ranges ... ok
  301. Test product: links unicode prefix - ticket link shorthand form with long ranges (#10111 regression) ... ok
  302. Test product: links unicode prefix - escaping the above ... ok
  303. Test product: links unicode prefix - escaping the above ... ok
  304. Test product: links unicode prefix - InterTrac for tickets ... ok
  305. Test product: links unicode prefix - Ticket InterTrac shorthands ... ok
  306. Test product: links unicode prefix - ticket syntax with unicode digits ... ok
  307. Test global: links - ticket: link resolver ... ok
  308. Test global: links - ticket: link resolver + arguments ... ok
  309. Test global: links - ticket: link resolver with ranges ... ok
  310. Test global: links - ticket link shorthand form ... ok
  311. Test global: links - ticket link shorthand form with ranges ... ok
  312. Test global: links - ticket link shorthand form with long ranges (#10111 regression) ... ok
  313. Test global: links - escaping the above ... ok
  314. Test global: links - escaping the above ... ok
  315. Test global: links - InterTrac for tickets ... ok
  316. Test global: links - Ticket InterTrac shorthands ... ok
  317. Test global: links - ticket syntax with unicode digits ... ok
  318. Test product: links - JIRA syntax link resolver ... ok
  319. Test product: links - JIRA syntax link resolver + arguments ... ok
  320. Test product: links - JIRA syntax link shorthand form ... ok
  321. Test product: links - JIRA syntax escaping the above ... ok
  322. Test product: links - JIRA syntax escaping the above ... ok
  323. Test product: links - JIRA syntax InterTrac for tickets ... ok
  324. Test product: links - JIRA syntax with unicode digits ... ok
  325. Test product: links unicode prefix - JIRA syntax link resolver ... ok
  326. Test product: links unicode prefix - JIRA syntax link resolver + arguments ... ok
  327. Test product: links unicode prefix - JIRA syntax link shorthand form ... ok
  328. Test product: links unicode prefix - JIRA syntax escaping the above ... ok
  329. Test product: links unicode prefix - JIRA syntax escaping the above ... ok
  330. Test product: links unicode prefix - JIRA syntax InterTrac for tickets ... ok
  331. Test product: links unicode prefix - JIRA syntax with unicode digits ... ok
  332. Test product: links - report link shorthand form ... ok
  333. Test product: links - escaping the above ... ok
  334. Test product: links - escaping the above ... ok
  335. Test product: links - ticket shorthands, not numerical HTML entities ... ok
  336. Test product: links - ticket shorthands, not numerical HTML entities ... ok
  337. Test product: links - InterTrac for reports ... ok
  338. Test product: links - report syntax with unicode digits ... ok
  339. Test product: links unicode prefix - report link shorthand form ... ok
  340. Test product: links unicode prefix - escaping the above ... ok
  341. Test product: links unicode prefix - escaping the above ... ok
  342. Test product: links unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  343. Test product: links unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  344. Test product: links unicode prefix - InterTrac for reports ... ok
  345. Test product: links unicode prefix - report syntax with unicode digits ... ok
  346. Test global: links - report link shorthand form ... ok
  347. Test global: links - escaping the above ... ok
  348. Test global: links - escaping the above ... ok
  349. Test global: links - ticket shorthands, not numerical HTML entities ... ok
  350. Test global: links - ticket shorthands, not numerical HTML entities ... ok
  351. Test global: links - InterTrac for reports ... ok
  352. Test global: links - report syntax with unicode digits ... ok
  353. Test product: links - milestone: link resolver ... ok
  354. Test product: links - milestone: link resolver + arguments ... ok
  355. Test product: links unicode prefix - milestone: link resolver ... ok
  356. Test product: links unicode prefix - milestone: link resolver + arguments ... ok
  357. Test global: links - milestone: link resolver ... ok
  358. Test global: links - milestone: link resolver + arguments ... ok
  359. Test product: links - query: link resolver ... ok
  360. Test product: links - ProductTicketQuery macro: no results, list form ... ok
  361. Test product: links - ProductTicketQuery macro: no results, count 0 ... ok
  362. Test product: links - ProductTicketQuery macro: no results, compact form ... ok
  363. Test product: links - ProductTicketQuery macro: one result, list form ... ok
  364. Test product: links - ProductTicketQuery macro: one result, count 1 ... ok
  365. Test product: links - ProductTicketQuery macro: one result, compact form ... ok
  366. Test product: links unicode prefix - query: link resolver ... ok
  367. Test product: links unicode prefix - ProductTicketQuery macro: no results, list form ... ok
  368. Test product: links unicode prefix - ProductTicketQuery macro: no results, count 0 ... ok
  369. Test product: links unicode prefix - ProductTicketQuery macro: no results, compact form ... ok
  370. Test product: links unicode prefix - ProductTicketQuery macro: one result, list form ... ok
  371. Test product: links unicode prefix - ProductTicketQuery macro: one result, count 1 ... ok
  372. Test product: links unicode prefix - ProductTicketQuery macro: one result, compact form ... ok
  373. Test global: links - query: link resolver ... ok
  374. Test global: links - ProductTicketQuery macro: no results, list form ... ok
  375. Test global: links - ProductTicketQuery macro: no results, count 0 ... ok
  376. Test global: links - ProductTicketQuery macro: no results, compact form ... ok
  377. Test global: links - ProductTicketQuery macro: one result, list form ... ok
  378. Test global: links - ProductTicketQuery macro: one result, count 1 ... ok
  379. Test global: links - ProductTicketQuery macro: one result, compact form ... ok
  380. Test product: links - ProductTicketQuery macro: two results, list form ... ok
  381. Test product: links - ProductTicketQuery macro: two results, count 2 ... ok
  382. Test product: links - ProductTicketQuery macro: two results, compact form ... ok
  383. Test product: links unicode prefix - ProductTicketQuery macro: two results, list form ... ok
  384. Test product: links unicode prefix - ProductTicketQuery macro: two results, count 2 ... ok
  385. Test product: links unicode prefix - ProductTicketQuery macro: two results, compact form ... ok
  386. Test global: links - ProductTicketQuery macro: two results, list form ... ok
  387. Test global: links - ProductTicketQuery macro: two results, count 2 ... ok
  388. Test global: links - ProductTicketQuery macro: two results, compact form ... ok
  389. Test product: links - comment: link resolver (deprecated) ... ok
  390. Test product: links - comment: link resolver ... ok
  391. Test product: links unicode prefix - comment: link resolver (deprecated) ... ok
  392. Test product: links unicode prefix - comment: link resolver ... ok
  393. Test global: links - comment: link resolver (deprecated) ... ok
  394. Test global: links - comment: link resolver ... ok
  395. Test short product syntax - search: link resolver ... ok
  396. Test short product syntax - search: link resolver with query arguments ... ok
  397. Test short product syntax unicode prefix - search: link resolver ... ok
  398. Test short product syntax unicode prefix - search: link resolver with query arguments ... ok
  399. Test short product syntax - attachment: link resolver (deprecated) ... ok
  400. Test short product syntax - attachment: "foreign" links ... ok
  401. Test short product syntax - attachment: "local" links ... ok
  402. Test short product syntax - attachment: "missing" links ... ok
  403. Test short product syntax - attachment: "raw" links ... ok
  404. Test short product syntax - attachment: raw format as explicit argument ... ok
  405. Test short product syntax unicode prefix - attachment: link resolver (deprecated) ... ok
  406. Test short product syntax unicode prefix - attachment: "foreign" links ... ok
  407. Test short product syntax unicode prefix - attachment: "local" links ... ok
  408. Test short product syntax unicode prefix - attachment: "missing" links ... ok
  409. Test short product syntax unicode prefix - attachment: "raw" links ... ok
  410. Test short product syntax unicode prefix - attachment: raw format as explicit argument ... ok
  411. Test short product syntax - ticket: link resolver ... ok
  412. Test short product syntax - ticket: link resolver + arguments ... ok
  413. Test short product syntax - ticket: link resolver with ranges ... ok
  414. Test short product syntax - ticket link shorthand form ... ok
  415. Test short product syntax - ticket link shorthand form with ranges ... ok
  416. Test short product syntax - ticket link shorthand form with long ranges (#10111 regression) ... ok
  417. Test short product syntax - escaping the above ... ok
  418. Test short product syntax - escaping the above ... ok
  419. Test short product syntax - InterTrac for tickets ... ok
  420. Test short product syntax - Ticket InterTrac shorthands ... ok
  421. Test short product syntax - ticket syntax with unicode digits ... ok
  422. Test short product syntax unicode prefix - ticket: link resolver ... ok
  423. Test short product syntax unicode prefix - ticket: link resolver + arguments ... ok
  424. Test short product syntax unicode prefix - ticket: link resolver with ranges ... ok
  425. Test short product syntax unicode prefix - ticket link shorthand form ... ok
  426. Test short product syntax unicode prefix - ticket link shorthand form with ranges ... ok
  427. Test short product syntax unicode prefix - ticket link shorthand form with long ranges (#10111 regression) ... ok
  428. Test short product syntax unicode prefix - escaping the above ... ok
  429. Test short product syntax unicode prefix - escaping the above ... ok
  430. Test short product syntax unicode prefix - InterTrac for tickets ... ok
  431. Test short product syntax unicode prefix - Ticket InterTrac shorthands ... ok
  432. Test short product syntax unicode prefix - ticket syntax with unicode digits ... ok
  433. Test short product syntax - report link shorthand form ... ok
  434. Test short product syntax - escaping the above ... ok
  435. Test short product syntax - escaping the above ... ok
  436. Test short product syntax - ticket shorthands, not numerical HTML entities ... ok
  437. Test short product syntax - ticket shorthands, not numerical HTML entities ... ok
  438. Test short product syntax - report syntax with unicode digits ... ok
  439. Test short product syntax unicode prefix - report link shorthand form ... ok
  440. Test short product syntax unicode prefix - escaping the above ... ok
  441. Test short product syntax unicode prefix - escaping the above ... ok
  442. Test short product syntax unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  443. Test short product syntax unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  444. Test short product syntax unicode prefix - report syntax with unicode digits ... ok
  445. Test short product syntax - milestone: link resolver ... ok
  446. Test short product syntax - milestone: link resolver + arguments ... ok
  447. Test short product syntax unicode prefix - milestone: link resolver ... ok
  448. Test short product syntax unicode prefix - milestone: link resolver + arguments ... ok
  449. Test short product syntax - query: link resolver ... ok
  450. Test short product syntax unicode prefix - query: link resolver ... ok
  451. Test short product syntax - comment: link resolver (deprecated) ... ok
  452. Test short product syntax - comment: link resolver ... ok
  453. Test short product syntax unicode prefix - comment: link resolver (deprecated) ... ok
  454. Test short product syntax unicode prefix - comment: link resolver ... ok
  455. Test leading digit - JIRA syntax link resolver ... ok
  456. Test leading digit - JIRA syntax link resolver + arguments ... ok
  457. Test leading digit - JIRA syntax link shorthand form ... ok
  458. Test leading digit - JIRA syntax escaping the above ... ok
  459. Test leading digit - JIRA syntax escaping the above ... ok
  460. Test leading digit - JIRA syntax with unicode digits ... ok
  461. test_attachment_list_empty (tests.admin.console.ProductTracadminTestCase) ... ok
  462. test_backslash_use_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  463. test_component_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  464. test_component_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  465. test_component_chown_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  466. test_component_chown_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  467. test_component_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  468. test_component_remove_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  469. test_component_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  470. test_component_rename_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  471. test_component_rename_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  472. test_component_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  473. test_config_get (tests.admin.console.ProductTracadminTestCase) ... ok
  474. test_config_remove (tests.admin.console.ProductTracadminTestCase) ... ok
  475. test_config_set (tests.admin.console.ProductTracadminTestCase) ... ok
  476. test_help_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  477. test_milestone_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  478. test_milestone_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  479. test_milestone_add_utf8_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  480. test_milestone_completed_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  481. test_milestone_completed_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  482. test_milestone_due_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  483. test_milestone_due_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  484. test_milestone_due_unset_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  485. test_milestone_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  486. test_milestone_remove_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  487. test_milestone_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  488. test_milestone_rename_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  489. test_milestone_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  490. test_permission_add_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  491. test_permission_add_multiple_actions_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  492. test_permission_add_one_action_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  493. test_permission_export_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  494. test_permission_import_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  495. test_permission_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  496. test_permission_remove_action_for_all_users (tests.admin.console.ProductTracadminTestCase) ... ok
  497. test_permission_remove_action_not_granted (tests.admin.console.ProductTracadminTestCase) ... ok
  498. test_permission_remove_all_actions_for_user (tests.admin.console.ProductTracadminTestCase) ... ok
  499. test_permission_remove_multiple_actions_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  500. test_permission_remove_one_action_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  501. test_permission_remove_unknown_user (tests.admin.console.ProductTracadminTestCase) ... ok
  502. test_priority_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  503. test_priority_add_many_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  504. test_priority_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  505. test_priority_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  506. test_priority_change_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  507. test_priority_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  508. test_priority_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  509. test_priority_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  510. test_priority_order_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  511. test_priority_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  512. test_priority_remove_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  513. test_priority_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  514. test_session_add_duplicate_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  515. test_session_add_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  516. test_session_add_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  517. test_session_add_sid_all (tests.admin.console.ProductTracadminTestCase) ... ok
  518. test_session_add_sid_name (tests.admin.console.ProductTracadminTestCase) ... ok
  519. test_session_delete_anonymous (tests.admin.console.ProductTracadminTestCase) ... ok
  520. test_session_delete_missing_params (tests.admin.console.ProductTracadminTestCase) ... ok
  521. test_session_delete_multiple_sids (tests.admin.console.ProductTracadminTestCase) ... ok
  522. test_session_delete_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  523. test_session_list_all (tests.admin.console.ProductTracadminTestCase) ... ok
  524. test_session_list_anonymous (tests.admin.console.ProductTracadminTestCase) ... ok
  525. test_session_list_anonymous_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  526. test_session_list_authenticated (tests.admin.console.ProductTracadminTestCase) ... ok
  527. test_session_list_authenticated_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  528. test_session_list_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  529. test_session_list_no_sessions (tests.admin.console.ProductTracadminTestCase) ... ok
  530. test_session_purge_age (tests.admin.console.ProductTracadminTestCase) ... ok
  531. test_session_set_attr_email (tests.admin.console.ProductTracadminTestCase) ... ok
  532. test_session_set_attr_missing_attr (tests.admin.console.ProductTracadminTestCase) ... ok
  533. test_session_set_attr_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  534. test_session_set_attr_missing_value (tests.admin.console.ProductTracadminTestCase) ... ok
  535. test_session_set_attr_name (tests.admin.console.ProductTracadminTestCase) ... ok
  536. test_session_set_attr_nonexistent_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  537. test_severity_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  538. test_severity_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  539. test_severity_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  540. test_severity_change_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  541. test_severity_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  542. test_severity_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  543. test_severity_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  544. test_severity_order_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  545. test_severity_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  546. test_severity_remove_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  547. test_severity_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  548. test_ticket_type_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  549. test_ticket_type_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  550. test_ticket_type_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  551. test_ticket_type_change_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  552. test_ticket_type_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  553. test_ticket_type_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  554. test_ticket_type_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  555. test_ticket_type_order_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  556. test_ticket_type_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  557. test_ticket_type_remove_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  558. test_ticket_type_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  559. test_version_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  560. test_version_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  561. test_version_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  562. test_version_remove_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  563. test_version_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  564. test_version_rename_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  565. test_version_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  566. test_version_time_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  567. test_version_time_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  568. test_version_time_unset_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  569. test_init_blacklist (tests.admin.product_admin.ProductAdminSetupTestCase) ... ok
  570. test_init_whitelist (tests.admin.product_admin.ProductAdminSetupTestCase) ... ok
  571. Test blacklisted admin panel with PRODUCT_ADMIN in product env ... ok
  572. Test unspecified admin panel with PRODUCT_ADMIN in product env ... ok
  573. Test whitelisted admin panel with PRODUCT_ADMIN in product env ... ok
  574. Plugin admin panel with PRODUCT_ADMIN in global env ... ok
  575. Test blacklisted admin panel with PRODUCT_ADMIN in product env ... ok
  576. Test unspecified admin panel with PRODUCT_ADMIN in product env ... ok
  577. Test whitelisted admin panel with PRODUCT_ADMIN in product env ... ok
  578. Plugin admin panel with PRODUCT_ADMIN in product env ... ok
  579. Test admin panel with TRAC_ADMIN in global env ... ok
  580. Plugin admin panel with TRAC_ADMIN in global env ... ok
  581. Test blacklisted admin panel with TRAC_ADMIN in product env ... ok
  582. Test whitelisted admin panel with TRAC_ADMIN in product env ... ok
  583. Plugin admin panel with TRAC_ADMIN in global env ... ok
  584. Test blacklisted admin panel without meta-perm in product env ... ok
  585. Test unspecified admin panel without meta-perm in product env ... ok
  586. Test whitelisted admin panel without meta-perm in product env ... ok
  587. Plugin admin panel without meta-perm in global env ... ok
  588. Test blacklisted admin panel without meta-perm in product env ... ok
  589. Test unspecified admin panel without meta-perm in product env ... ok
  590. Test whitelisted admin panel without meta-perm in product env ... ok
  591. Plugin admin panel without meta-perm in product env ... ok
  592. test_get_last_id (trac.db.tests.api.ConnectionTestCase) ... ok
  593. test_update_sequence (trac.db.tests.api.ConnectionTestCase) ... ok
  594. test_mysql_simple (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  595. test_mysql_with_creds (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  596. test_postgres_simple (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  597. test_postgres_with_creds (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  598. test_postgres_with_port (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  599. test_postgres_with_quoted_password (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  600. test_sqlite_absolute (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  601. test_sqlite_relative (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  602. test_sqlite_windows_path (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  603. test_sqlite_with_timeout_param (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  604. test_get_last_id (tests.db.api.ProductConnectionTestCase) ... ok
  605. test_update_sequence (tests.db.api.ProductConnectionTestCase) ... ok
  606. test_mysql_simple (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  607. test_mysql_with_creds (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  608. test_postgres_simple (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  609. test_postgres_with_creds (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  610. test_postgres_with_port (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  611. test_postgres_with_quoted_password (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  612. test_sqlite_absolute (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  613. test_sqlite_relative (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  614. test_sqlite_windows_path (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  615. test_sqlite_with_timeout_param (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  616. test_insert_empty (tests.db.api.ProductStringsTestCase) ... ok
  617. test_insert_markup (tests.db.api.ProductStringsTestCase) ... ok
  618. test_insert_unicode (tests.db.api.ProductStringsTestCase) ... ok
  619. test_quote (tests.db.api.ProductStringsTestCase) ... ok
  620. test_explicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  621. test_explicit_in_implicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  622. test_explicit_in_implicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  623. test_explicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  624. test_failed_transaction (tests.db.api.ProductWithTransactionTestCase) ... ok
  625. test_implicit_in_explicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  626. test_implicit_in_explicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  627. test_implicit_nesting_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  628. test_implicit_nesting_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  629. test_invalid_nesting (tests.db.api.ProductWithTransactionTestCase) ... ok
  630. test_successful_transaction (tests.db.api.ProductWithTransactionTestCase) ... ok
  631. test_insert_empty (trac.db.tests.api.StringsTestCase) ... ok
  632. test_insert_markup (trac.db.tests.api.StringsTestCase) ... ok
  633. test_insert_unicode (trac.db.tests.api.StringsTestCase) ... ok
  634. test_quote (trac.db.tests.api.StringsTestCase) ... ok
  635. test_explicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  636. test_explicit_in_implicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  637. test_explicit_in_implicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  638. test_explicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  639. test_failed_transaction (trac.db.tests.api.WithTransactionTest) ... ok
  640. test_implicit_in_explicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  641. test_implicit_in_explicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  642. test_implicit_nesting_failure (trac.db.tests.api.WithTransactionTest) ... ok
  643. test_implicit_nesting_success (trac.db.tests.api.WithTransactionTest) ... ok
  644. test_invalid_nesting (trac.db.tests.api.WithTransactionTest) ... ok
  645. test_successful_transaction (trac.db.tests.api.WithTransactionTest) ... ok
  646. test_custom_alter_table (tests.db.cursor.DbCursorTestCase) ... ok
  647. test_custom_create_table (tests.db.cursor.DbCursorTestCase) ... ok
  648. test_custom_insert (tests.db.cursor.DbCursorTestCase) ... ok
  649. test_custom_select (tests.db.cursor.DbCursorTestCase) ... ok
  650. test_custom_update (tests.db.cursor.DbCursorTestCase) ... ok
  651. test_insert_with_product (tests.db.cursor.DbCursorTestCase) ... ok
  652. test_lowercase_tokens (tests.db.cursor.DbCursorTestCase) ... ok
  653. test_system_insert_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  654. test_system_insert_translated (tests.db.cursor.DbCursorTestCase) ... ok
  655. test_system_select_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  656. test_system_select_translated (tests.db.cursor.DbCursorTestCase) ... FAIL
  657. test_system_update_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  658. test_system_update_translated (tests.db.cursor.DbCursorTestCase) ... ok
  659. test_alter_column_types (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  660. test_alter_column_types_none (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  661. test_alter_column_types_same (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  662. test_alter_column_types (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  663. test_alter_column_types_none (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  664. test_alter_column_types_same (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  665. test_alter_column_types (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  666. test_alter_column_types_none (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  667. test_alter_column_types_same (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  668. test_assemble_dsn (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  669. test_quote_column_names (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  670. test_quote_compound_primary_key_declaration (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  671. test_quote_index_declaration (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  672. test_quote_index_declaration_for_multiple_indexes (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  673. test_quote_table_name (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  674. test_alter_column_types (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  675. test_alter_column_types_none (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  676. test_alter_column_types_same (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  677. test_assemble_dsn (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  678. test_quote_column_names (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  679. test_quote_compound_primary_key_declaration (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  680. test_quote_index_declaration (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  681. test_quote_index_declaration_for_multiple_indexes (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  682. test_quote_table_name (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  683. test_get_supported_conversions (tests.mimeview.api.ProductMimeviewTestCase) ... ok
  684. Regression test related to #4557 ... ok
  685. Regression test related to #5795 ... ok
  686. test_no_newline_in_base (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  687. test_no_newline_in_changed (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  688. test_simple (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  689. test_empty_content (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  690. test_extra_mimetypes (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  691. test_newline_content (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  692. test_python_hello (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  693. test_python_hello_mimeview (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  694. test_available_actions_chgprop_only (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  695. test_available_actions_create_only (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  696. test_available_actions_full_perms (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  697. test_available_actions_isolation (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  698. test_available_actions_no_perms (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  699. test_can_add_raw_fields_from_field_providers (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  700. test_custom_field_isolation (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  701. test_custom_field_optional_select (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  702. test_custom_field_order (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  703. test_custom_field_select (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  704. test_custom_field_text (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  705. test_custom_field_textarea (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  706. test_does_not_add_duplicated_raw_fields_from_field_providers (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  707. Actions can have operations with side effects. ... ok
  708. Actions can have change status. ... ok
  709. test_add_batchmod_value_data_from_request (tests.ticket.batch.ProductBatchModifyTestCase) ... ok
  710. Append additional item. ... ok
  711. Append additional items. ... ok
  712. Existing items are not duplicated. ... ok
  713. Remove existing item and append additional item. ... ok
  714. Clear field. ... ok
  715. Remove all duplicates. ... ok
  716. Ignore missing item to be removed. ... ok
  717. Remove existing item. ... ok
  718. Remove existing items. ... ok
  719. Ignore only missing item to be removed. ... ok
  720. Replace emtpy field with items. ... ok
  721. Replace emtpy field with single item. ... ok
  722. Replace item with a different item. ... ok
  723. Replace item with different items. ... ok
  724. Replace items with different items. ... ok
  725. Replace items with different (or not) items. ... ok
  726. Replace items with a different item. ... ok
  727. These cannot be added through the UI, but if somebody tries ... ok
  728. If nothing is selected, the return value is the empty list. ... ok
  729. Comments are saved to all selected tickets. ... ok
  730. Changed values are saved to all tickets. ... ok
  731. test_selected_tickets (tests.ticket.batch.ProductBatchModifyTestCase) ... ok
  732. test_conversions (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  733. test_csv_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  734. test_rss_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  735. test_tab_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  736. test_can_save_ticket_without_explicit_comment (tests.ticket.model.ProductTicketTestCase) ... ok
  737. test_can_save_ticket_without_explicit_username (tests.ticket.model.ProductTicketTestCase) ... ok
  738. test_change_listener_changed (tests.ticket.model.ProductTicketTestCase) ... ok
  739. test_change_listener_created (tests.ticket.model.ProductTicketTestCase) ... ok
  740. test_change_listener_deleted (tests.ticket.model.ProductTicketTestCase) ... ok
  741. test_changelog (tests.ticket.model.ProductTicketTestCase) ... ok
  742. Verify ordering of attachments and comments in the changelog. ... ok
  743. test_changelog_with_reverted_change (tests.ticket.model.ProductTicketTestCase) ... ok
  744. test_comment_with_whitespace_only_is_not_saved (tests.ticket.model.ProductTicketTestCase) ... ok
  745. test_create_ticket_1 (tests.ticket.model.ProductTicketTestCase) ... ok
  746. test_create_ticket_2 (tests.ticket.model.ProductTicketTestCase) ... ok
  747. test_create_ticket_3 (tests.ticket.model.ProductTicketTestCase) ... ok
  748. test_create_ticket_4 (tests.ticket.model.ProductTicketTestCase) ... ok
  749. test_create_ticket_5 (tests.ticket.model.ProductTicketTestCase) ... ok
  750. test_insert_into_multiple_products (tests.ticket.model.ProductTicketTestCase) ... ok
  751. test_invalid_ticket_id (tests.ticket.model.ProductTicketTestCase) ... ok
  752. test_no_disown_from_changed_component (tests.ticket.model.ProductTicketTestCase) ... ok
  753. test_owner_from_changed_component (tests.ticket.model.ProductTicketTestCase) ... ok
  754. test_owner_from_component (tests.ticket.model.ProductTicketTestCase) ... ok
  755. test_populate_ticket (tests.ticket.model.ProductTicketTestCase) ... ok
  756. test_prop_whitespace_change_is_not_saved (tests.ticket.model.ProductTicketTestCase) ... ok
  757. test_set_field_multi (tests.ticket.model.ProductTicketTestCase) ... ok
  758. test_set_field_stripped (tests.ticket.model.ProductTicketTestCase) ... ok
  759. Perform two ticket changes within a second. ... ok
  760. test_ticket_default_values (tests.ticket.model.ProductTicketTestCase) ... ok
  761. test_ticket_id_is_always_int (tests.ticket.model.ProductTicketTestCase) ... ok
  762. Check the generation of the comment history ... ok
  763. Modify a comment where one edit is missing ... ok
  764. Check modification of a "standalone" comment ... ok
  765. Editing a comment with no cnum in oldvalue ... ok
  766. Editing a comment when all cnums are missing and one comment ... ok
  767. Editing a comment where the comment field is missing ... ok
  768. Check modification of a "threaded" comment ... ok
  769. test_delete_all_comments (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  770. test_delete_last_comment (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  771. test_delete_last_comment_by_date (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  772. Regression test for http://trac.edgewall.org/ticket/10858 ... ok
  773. test_delete_mid_comment (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  774. test_delete_mid_comment_by_date (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  775. test_delete_mid_comment_inconsistent (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  776. test_priority_delete (tests.ticket.model.ProductEnumTestCase) ... ok
  777. test_priority_fetch (tests.ticket.model.ProductEnumTestCase) ... ok
  778. test_priority_insert (tests.ticket.model.ProductEnumTestCase) ... ok
  779. test_priority_insert_with_value (tests.ticket.model.ProductEnumTestCase) ... ok
  780. test_priority_update (tests.ticket.model.ProductEnumTestCase) ... ok
  781. test_ticket_type_update (tests.ticket.model.ProductEnumTestCase) ... ok
  782. test_change_listener_changed (tests.ticket.model.ProductMilestoneTestCase) ... ok
  783. test_change_listener_created (tests.ticket.model.ProductMilestoneTestCase) ... ok
  784. test_change_listener_deleted (tests.ticket.model.ProductMilestoneTestCase) ... ok
  785. test_create_and_update_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  786. test_create_milestone_without_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  787. test_delete_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  788. test_delete_milestone_retarget_tickets (tests.ticket.model.ProductMilestoneTestCase) ... ok
  789. test_existing_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  790. test_new_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  791. test_new_milestone_empty_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  792. test_rename_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  793. test_select_milestones (tests.ticket.model.ProductMilestoneTestCase) ... ok
  794. test_update_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  795. test_update_milestone_update_tickets (tests.ticket.model.ProductMilestoneTestCase) ... ok
  796. test_update_milestone_without_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  797. test_create_and_update (tests.ticket.model.ProductComponentTestCase) ... ok
  798. test_exists (tests.ticket.model.ProductComponentTestCase) ... ok
  799. test_exists_negative (tests.ticket.model.ProductComponentTestCase) ... ok
  800. test_create_and_update (tests.ticket.model.ProductVersionTestCase) ... ok
  801. test_exists (tests.ticket.model.ProductVersionTestCase) ... ok
  802. test_exists_negative (tests.ticket.model.ProductVersionTestCase) ... ok
  803. SMTP domain inclusion ... ok
  804. Visibility of recipients ... ok
  805. Notification w/o explicit recipients but Cc: (#3101) ... ok
  806. Date format compliance (RFC822) ... ok
  807. Default domain name ... ok
  808. Login-to-email mapping ... ok
  809. Using the reporter or change author as the notification sender ... ok
  810. Non-SMTP domain exclusion ... ok
  811. MD5 digest w/ non-ASCII recipient address (#3491) ... ok
  812. MIME Base64/utf-8 encoding ... ok
  813. MIME None encoding resulting in 7bit ... ok
  814. MIME None encoding resulting in 8bit ... ok
  815. MIME QP/utf-8 encoding ... ok
  816. Encoded headers split into multiple lines ... ok
  817. No recipient case ... ok
  818. test_notification_does_not_alter_ticket_instance (tests.ticket.notification.ProductNotificationTestCase) ... ok
  819. test_notification_get_message_id_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  820. test_props_format_ambiwidth_double (tests.ticket.notification.ProductNotificationTestCase) ... ok
  821. test_props_format_ambiwidth_single (tests.ticket.notification.ProductNotificationTestCase) ... ok
  822. test_props_format_obfuscated_email (tests.ticket.notification.ProductNotificationTestCase) ... ok
  823. test_props_format_obfuscated_email_disabled (tests.ticket.notification.ProductNotificationTestCase) ... ok
  824. test_props_format_wrap_bothsides (tests.ticket.notification.ProductNotificationTestCase) ... ok
  825. test_props_format_wrap_bothsides_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  826. test_props_format_wrap_leftside (tests.ticket.notification.ProductNotificationTestCase) ... ok
  827. test_props_format_wrap_leftside_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  828. test_props_format_wrap_rightside (tests.ticket.notification.ProductNotificationTestCase) ... ok
  829. test_props_format_wrap_rightside_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  830. To/Cc recipients ... ok
  831. Email addresses without a FQDN ... ok
  832. Basic SMTP message structure (headers, body) ... ok
  833. No-self-notification option ... ok
  834. Notification to reporter w/ updater option disabled (#3780) ... ok
  835. Notification w/ updater, w/o any other recipient (#4188) ... ok
  836. test_all_grouped_by_milestone (tests.ticket.query.ProductQueryTestCase) ... ok
  837. test_all_grouped_by_milestone_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  838. test_all_ordered_by_id (tests.ticket.query.ProductQueryTestCase) ... ok
  839. test_all_ordered_by_id_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  840. test_all_ordered_by_id_from_unicode (tests.ticket.query.ProductQueryTestCase) ... ok
  841. test_all_ordered_by_id_verbose (tests.ticket.query.ProductQueryTestCase) ... ok
  842. test_all_ordered_by_priority (tests.ticket.query.ProductQueryTestCase) ... ok
  843. test_all_ordered_by_priority_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  844. test_all_ordered_by_version (tests.ticket.query.ProductQueryTestCase) ... ok
  845. test_all_ordered_by_version_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  846. test_constrained_by_custom_field (tests.ticket.query.ProductQueryTestCase) ... ok
  847. test_constrained_by_empty_value_contains (tests.ticket.query.ProductQueryTestCase) ... ok
  848. test_constrained_by_empty_value_endswith (tests.ticket.query.ProductQueryTestCase) ... ok
  849. test_constrained_by_empty_value_startswith (tests.ticket.query.ProductQueryTestCase) ... ok
  850. test_constrained_by_keywords (tests.ticket.query.ProductQueryTestCase) ... ok
  851. test_constrained_by_milestone (tests.ticket.query.ProductQueryTestCase) ... ok
  852. test_constrained_by_milestone_not (tests.ticket.query.ProductQueryTestCase) ... ok
  853. test_constrained_by_milestone_or_version (tests.ticket.query.ProductQueryTestCase) ... ok
  854. test_constrained_by_multiple_owners (tests.ticket.query.ProductQueryTestCase) ... ok
  855. test_constrained_by_multiple_owners_contain (tests.ticket.query.ProductQueryTestCase) ... ok
  856. test_constrained_by_multiple_owners_not (tests.ticket.query.ProductQueryTestCase) ... ok
  857. test_constrained_by_owner_beginswith (tests.ticket.query.ProductQueryTestCase) ... ok
  858. test_constrained_by_owner_containing (tests.ticket.query.ProductQueryTestCase) ... ok
  859. test_constrained_by_owner_endswith (tests.ticket.query.ProductQueryTestCase) ... ok
  860. test_constrained_by_owner_not_containing (tests.ticket.query.ProductQueryTestCase) ... ok
  861. test_constrained_by_status (tests.ticket.query.ProductQueryTestCase) ... ok
  862. test_constrained_by_time_range (tests.ticket.query.ProductQueryTestCase) ... ok
  863. test_constrained_by_time_range_exclusion (tests.ticket.query.ProductQueryTestCase) ... ok
  864. test_constrained_by_time_range_modified (tests.ticket.query.ProductQueryTestCase) ... ok
  865. test_constrained_by_time_range_open_left (tests.ticket.query.ProductQueryTestCase) ... ok
  866. test_constrained_by_time_range_open_right (tests.ticket.query.ProductQueryTestCase) ... ok
  867. test_csv_escape (tests.ticket.query.ProductQueryTestCase) ... ok
  868. test_equal_in_value (tests.ticket.query.ProductQueryTestCase) ... ok
  869. test_grouped_by_custom_field (tests.ticket.query.ProductQueryTestCase) ... ok
  870. test_grouped_by_priority (tests.ticket.query.ProductQueryTestCase) ... ok
  871. test_repeated_constraint_field (tests.ticket.query.ProductQueryTestCase) ... ok
  872. test_special_character_escape (tests.ticket.query.ProductQueryTestCase) ... ok
  873. test_template_data (tests.ticket.query.ProductQueryTestCase) ... ok
  874. test_user_var (tests.ticket.query.ProductQueryTestCase) ... ok
  875. test_empty_query (tests.ticket.query.ProductQueryLinksTestCase) ... ok
  876. test_csv_escape (tests.ticket.report.ProductReportTestCase) ... ok
  877. test_saved_custom_query_redirect (tests.ticket.report.ProductReportTestCase) ... ok
  878. test_sub_var_digits_underscore (tests.ticket.report.ProductReportTestCase) ... ok
  879. test_sub_var_missing_args (tests.ticket.report.ProductReportTestCase) ... ok
  880. test_sub_var_no_quotes (tests.ticket.report.ProductReportTestCase) ... ok
  881. test_sub_var_quotes (tests.ticket.report.ProductReportTestCase) ... ok
  882. test_closed_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  883. test_open_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  884. test_stats (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  885. Test ticket: link resolver ... ok
  886. Test ticket: link resolver + arguments ... ok
  887. Test ticket: link resolver with ranges ... ok
  888. Test ticket link shorthand form ... ok
  889. Test ticket link shorthand form with ranges ... ok
  890. Test ticket link shorthand form with long ranges (#10111 regression) ... ok
  891. Test escaping the above ... ok
  892. Test escaping the above ... ok
  893. Test InterTrac for tickets ... ok
  894. Test Ticket InterTrac shorthands ... ok
  895. Test ticket syntax with unicode digits ... ok
  896. Test report link shorthand form ... ok
  897. Test escaping the above ... ok
  898. Test escaping the above ... ok
  899. Test ticket shorthands, not numerical HTML entities ... ok
  900. Test ticket shorthands, not numerical HTML entities ... ok
  901. Test InterTrac for reports ... ok
  902. Test report syntax with unicode digits ... ok
  903. Test milestone: link resolver ... ok
  904. Test milestone: link resolver + arguments ... ok
  905. Test query: link resolver ... ok
  906. Test TicketQuery macro: no results, list form ... ok
  907. Test TicketQuery macro: no results, count 0 ... ok
  908. Test TicketQuery macro: no results, compact form ... ok
  909. Test TicketQuery macro: one result, list form ... ok
  910. Test TicketQuery macro: one result, count 1 ... ok
  911. Test TicketQuery macro: one result, compact form ... ok
  912. Test TicketQuery macro: two results, list form ... ok
  913. Test TicketQuery macro: two results, count 2 ... ok
  914. Test TicketQuery macro: two results, compact form ... ok
  915. Test comment: link resolver (deprecated) ... ok
  916. Test comment: link resolver ... ok
  917. test_resource_changeset (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  918. test_resource_repository (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  919. test_resource_source (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  920. test_clean_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  921. test_get_changes (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  922. test_initial_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  923. test_initial_sync_with_empty_repos (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  924. test_sync_changeset (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  925. test_sync_changeset_if_not_exists (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  926. test_update_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  927. test_aliases (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  928. test_changesets (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  929. test_coarse_permissions (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  930. test_default_permission (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  931. test_groups (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  932. test_module_usage (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  933. test_precedence (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  934. test_read_write (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  935. test_scoped_repository (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  936. test_special_tokens (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  937. test_sub_path (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  938. test_trailing_slashes (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  939. test_wildcard (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  940. test_add_link_advanced (tests.web.chrome.ProductChromeTestCase) ... ok
  941. test_add_link_simple (tests.web.chrome.ProductChromeTestCase) ... ok
  942. test_add_meta (tests.web.chrome.ProductChromeTestCase) ... ok
  943. test_add_notice_is_unique (tests.web.chrome.ProductChromeTestCase) ... ok
  944. test_add_script (tests.web.chrome.ProductChromeTestCase) ... ok
  945. test_add_script_data (tests.web.chrome.ProductChromeTestCase) ... ok
  946. test_add_stylesheet (tests.web.chrome.ProductChromeTestCase) ... ok
  947. test_add_stylesheet_media (tests.web.chrome.ProductChromeTestCase) ... ok
  948. test_add_warning_is_unique (tests.web.chrome.ProductChromeTestCase) ... ok
  949. test_default_links (tests.web.chrome.ProductChromeTestCase) ... ok
  950. test_htdocs_location (tests.web.chrome.ProductChromeTestCase) ... ok
  951. test_icon_links (tests.web.chrome.ProductChromeTestCase) ... ok
  952. test_logo (tests.web.chrome.ProductChromeTestCase) ... ok
  953. test_nav_contributor (tests.web.chrome.ProductChromeTestCase) ... ok
  954. test_nav_contributor_active (tests.web.chrome.ProductChromeTestCase) ... ok
  955. test_nav_contributor_order (tests.web.chrome.ProductChromeTestCase) ... ok
  956. test_add_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  957. test_add_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  958. test_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  959. test_authenticated_session (tests.web.session.ProductSessionTestCase) ... ok
  960. test_authenticated_session_independence_var (tests.web.session.ProductSessionTestCase) ... ok
  961. test_change_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  962. test_delete_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  963. test_delete_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  964. test_delete_detached_session_var (tests.web.session.ProductSessionTestCase) ... ok
  965. test_delete_empty_session (tests.web.session.ProductSessionTestCase) ... ok
  966. test_modify_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  967. test_modify_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  968. test_modify_detached_session (tests.web.session.ProductSessionTestCase) ... ok
  969. test_new_session (tests.web.session.ProductSessionTestCase) ... ok
  970. test_new_session_promotion (tests.web.session.ProductSessionTestCase) ... ok
  971. test_purge_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  972. test_session_admin_add (tests.web.session.ProductSessionTestCase) ... ok
  973. test_session_admin_delete (tests.web.session.ProductSessionTestCase) ... ok
  974. test_session_admin_list (tests.web.session.ProductSessionTestCase) ... ok
  975. test_session_admin_purge (tests.web.session.ProductSessionTestCase) ... ok
  976. test_session_admin_set (tests.web.session.ProductSessionTestCase) ... ok
  977. test_session_promotion (tests.web.session.ProductSessionTestCase) ... ok
  978. Verify that setting a variable in a session to the default value ... ok
  979. test_update_session (tests.web.session.ProductSessionTestCase) ... ok
  980. Test htdocs: links resolver ... ok
  981. Accurate (active) tickets list in dashboard for sibling product ... ok
  982. Accurate values for components in dashboard for sibling product ... ok
  983. Accurate (my) tickets list in dashboard for sibling product ... ok
  984. Accurate progress in dashboard for sibling product ... ok
  985. Test Bold + italic markup ... ok
  986. Test Multiline bold italic markup (WikiCreole) ... ok
  987. Test Problematic markup: comma-separated list with a time + bold markup ... ok
  988. Test Consecutive bold + italic markup ... ok
  989. Test Underline + overstrike markup ... ok
  990. Test Problematic markup: overlapping tags ... ok
  991. Test Problematic markup: out of order close tags ... ok
  992. Test Problematic markup: bold + missing close italic ... ok
  993. Test Italic immediately followed by bold markup ... ok
  994. Test Bold immediately followed by italic markup ... ok
  995. Test Multiline bold italic markup ... ok
  996. Test Multiline bold italic markup ... ok
  997. Test Problematic multiline bold italic markup ... ok
  998. Test Super and subscript markup ... ok
  999. Test Super and subscript markup ... ok
  1000. Test Escaping markup ... ok
  1001. Test Complex mixed verbatim markup ... ok
  1002. Test Complex mixed verbatim markup ... ok
  1003. Test Link resolvers, short form ... ok
  1004. Test Escaping links resolvers, short form ... ok
  1005. Test Link resolvers, alternative short form ... ok
  1006. Test Escaping links resolvers, alternative short form ... ok
  1007. Test Link resolvers, long form with label ... ok
  1008. Test Link resolver SHREF_TARGET_LAST ... ok
  1009. Test Link resolver SHREF_TARGET_LAST ... ok
  1010. Test Link resolver SHREF_TARGET_FIRST ... ok
  1011. Test Link resolver SHREF_TARGET_MIDDLE ... ok
  1012. Test Link resolver SHREF_TARGET_MIDDLE ... ok
  1013. Test Link resolver, long form with quoting ... ok
  1014. Test Link resolver in markup ... ok
  1015. Test Link resolver, quoting of target ... ok
  1016. Test Link resolver look alike, quoting of target ... ok
  1017. Test Relative links ... ok
  1018. Test Relative links (WikiCreole style) ... ok
  1019. Test Wiki anchors ... ok
  1020. Test Wiki anchors (WikiCreole style) ... ok
  1021. Test Image links are now regular external links ... ok
  1022. Test Image links are now regular external links ... ok
  1023. Test Arbitrary protocol Link ... ok
  1024. Test mailto: links and automatic e-mail detection ... ok
  1025. Test Arbitrary protocol Link ... ok
  1026. Test Generic InterTrac links ... ok
  1027. Test Another arbitrary protocol Link ... ok
  1028. Test WikiCreole style for the above examples ... ok
  1029. Test More WikiCreole examples ... ok
  1030. Test Link resolver counter examples ... ok
  1031. Test Link resolver counter examples ... ok
  1032. Test Link resolver counter examples ... ok
  1033. Test Link resolver counter example ... ok
  1034. Test Link resolver counter example ... ok
  1035. Test Code Block 1 ... ok
  1036. Test Code Block 1 ... ok
  1037. Test Code Block 2 ... ok
  1038. Test Code Block 2 ... ok
  1039. Test Embedded code blocks ... ok
  1040. Test Embedded code blocks ... ok
  1041. Test Consecutive code blocks ... ok
  1042. Test Consecutive code blocks ... ok
  1043. Test Unfinished code blocks ... ok
  1044. Test Unfinished code blocks ... ok
  1045. Test Wiki processor ... ok
  1046. Test Wiki processor ... ok
  1047. Test Wiki processor, compact declaration ... ok
  1048. Test Wiki processor, compact declaration ... ok
  1049. Test Wiki processor, prefix removal ... ok
  1050. Test Wiki processor counter example ... ok
  1051. Test Wiki processor counter example ... ok
  1052. Test HTML wiki processor ... ok
  1053. Test HTML wiki processor ... ok
  1054. Test HTML wiki processor, XSS check 1 ... ok
  1055. Test HTML wiki processor, XSS check 1 ... ok
  1056. Test HTML wiki processor, XSS check 2 ... ok
  1057. Test HTML wiki processor, XSS check 2 ... ok
  1058. Test HTML wiki processor, XSS check 3 ... ok
  1059. Test HTML wiki processor, XSS check 3 ... ok
  1060. Test HTML comment wiki processor ... ok
  1061. Test HTML comment wiki processor ... ok
  1062. Test HTML comment wiki processor, comment ends with "-" ... ok
  1063. Test HTML comment wiki processor, comment ends with "-" ... ok
  1064. Test HTML comment wiki processor, comment contains "--" ... ok
  1065. Test HTML comment wiki processor, comment contains "--" ... ok
  1066. Test WikiProcessor default arguments ... ok
  1067. Test div and span wiki processors ... ok
  1068. Test div and span wiki processors ... ok
  1069. Test div and Span wiki processors ... ok
  1070. Test div and Span wiki processors ... ok
  1071. Test span wiki processor ... ok
  1072. Test span wiki processor ... ok
  1073. Test div and Span wiki processors ... ok
  1074. Test div and Span wiki processors ... ok
  1075. Test Macro help shortcut (with content) ... ok
  1076. Test Macro help shortcut (with content) ... ok
  1077. Test Macro help shortcut (no content) ... ok
  1078. Test Macro help shortcut (no content) ... ok
  1079. Test Macro with arguments (leading) ... ok
  1080. Test Macro with arguments (leading) ... ok
  1081. Test Macro with arguments (in flow) ... ok
  1082. Test Macro with arguments (in flow) ... ok
  1083. Test Bad macro call, but valid WikiCreole link ... ok
  1084. Test Bad macro call, but valid WikiCreole link ... ok
  1085. Test Another bad macro call ... ok
  1086. Test Another bad macro call ... ok
  1087. Test Two consecutive macros on a line ... ok
  1088. Test Two consecutive macros on a line ... ok
  1089. Test Macro returning a <div> ... ok
  1090. Test Macro returning a <div> ... ok
  1091. Test Macro returning a <table> preceeded by space ... ok
  1092. Test Macro returning a <table> preceeded by space ... ok
  1093. Test Macro returning a <div class="...code..."> ... ok
  1094. Test Macro returning a <div class="...code..."> ... ok
  1095. Test Macro returning an html.DIV(class="...code...">) ... ok
  1096. Test Macro returning an html.DIV(class="...code...">) ... ok
  1097. Test Macro returning a Genshi Stream (no "code" div) ... ok
  1098. Test Macro returning a Genshi Stream (no "code" div) ... ok
  1099. Test Macro returning None ... ok
  1100. Test Macro returning None ... ok
  1101. Test WikiProcessor defined as a macro ... ok
  1102. Test WikiProcessor defined as a macro ... ok
  1103. Test Inlined HTML wiki processor ... ok
  1104. Test Inlined HTML wiki processor ... ok
  1105. Test BR macro ... ok
  1106. Test BR macro ... ok
  1107. Test WikiCreole line break ... ok
  1108. Test WikiCreole line break ... ok
  1109. Test Comment wiki processor ... ok
  1110. Test Comment wiki processor ... ok
  1111. Test Comment wiki processor called as a macro ... ok
  1112. Test Comment wiki processor called as a macro ... ok
  1113. Test I18N heading ... ok
  1114. Test I18N heading ... ok
  1115. Test Quoted heading ... ok
  1116. Test Quoted heading ... ok
  1117. Test Heading with < and > ... ok
  1118. Test Heading with < and > ... ok
  1119. Test Heading with . ... ok
  1120. Test Heading with . ... ok
  1121. Test Normal heading ... ok
  1122. Test Normal heading ... ok
  1123. Test Formatted heading ... ok
  1124. Test Formatted heading ... ok
  1125. Test Heading with link ... ok
  1126. Test Heading with link ... ok
  1127. Test Normal heading, fixed id ... ok
  1128. Test Normal heading, fixed id ... ok
  1129. Test Normal heading, auto-corrected id ... ok
  1130. Test Normal heading, auto-corrected id ... ok
  1131. Test Normal heading, auto-corrected id ... ok
  1132. Test Relaxed heading ... ok
  1133. Test Relaxed heading ... ok
  1134. Test Relaxed heading ... ok
  1135. Test Bulleted lists ... ok
  1136. Test Bulleted lists ... ok
  1137. Test Changelog sample (and e-mail link) ... ok
  1138. Test Complex bulleted list ... ok
  1139. Test Numbered lists ... ok
  1140. Test Numbered lists ... ok
  1141. Test Numbered lists multi-line items ... ok
  1142. Test Numbered lists multi-line items ... ok
  1143. Test List with explicit numerical start > 9 ... ok
  1144. Test List with explicit loweralpha start > 'a.' ... ok
  1145. Test Numbered lists counter-examples ... ok
  1146. Test Unicode digits will not start a numbered list ... ok
  1147. Test Mixed lists multi-line items ... ok
  1148. Test Lists and partial inline markup (#3232) ... ok
  1149. Test Lists and partial inline markup (#3232) ... ok
  1150. Test Lists starting at beginning of line ... ok
  1151. Test Simple definition list ... ok
  1152. Test Simple definition list ... ok
  1153. Test Tricky definition list ... ok
  1154. Test Tricky definition list ... ok
  1155. Test Verbatim term in definition list ... ok
  1156. Test Verbatim term in definition list ... ok
  1157. Test Another verbatim term in definition list ... ok
  1158. Test Another verbatim term in definition list ... ok
  1159. Test Complex definition list ... ok
  1160. Test Complex definition list ... ok
  1161. Test Definition list counter example ... ok
  1162. Test Definition list counter example ... ok
  1163. Test Pathological definition list counter example with block quotes ... ok
  1164. Test Pathological definition list counter example with block quotes ... ok
  1165. Test Definition list + escaped definition list ... ok
  1166. Test Definition list + escaped definition list ... ok
  1167. Test Definition list + another escaped definition list ... ok
  1168. Test Definition list + another escaped definition list ... ok
  1169. Test Simple Table, one column ... ok
  1170. Test Simple Table, one column ... ok
  1171. Test Simple Table, multiple columns ... ok
  1172. Test Simple Table, multiple columns ... ok
  1173. Test Simple Table with colspan ... ok
  1174. Test Simple Table with colspan ... ok
  1175. Test Table headings (plus colspan) ... ok
  1176. Test Table headings (plus alignment) ... ok
  1177. Test Indented tables, multiple columns ... ok
  1178. Test Indented tables, multiple columns ... ok
  1179. Test Table escaping ... ok
  1180. Test Table escaping ... ok
  1181. Test Table with row continuation ... ok
  1182. Test Table with !#th and !#td wiki processors ... ok
  1183. Test Table with wiki processors, unfinished block ... ok
  1184. Test Table with wiki processors, wikimedia row sep ... ok
  1185. Test Table with wiki processors, wikimedia row sep ... ok
  1186. Test Table with wiki processors (tr, th and td) ... ok
  1187. Test Table with wiki processors (tr, th and td) ... ok
  1188. Test Table with wiki processors (table but no cells) ... ok
  1189. Test Table with wiki processors (table but no cells) ... ok
  1190. Test Table with wiki processors (tr but no cells) ... ok
  1191. Test Table with wiki processors (tr but no cells) ... ok
  1192. Test Table with wiki processors (table + multiple embedded tables) ... ok
  1193. Test Table with wiki processors (table + multiple embedded tables) ... ok
  1194. Test Table with wiki processors within div ... ok
  1195. Test Mix of headings and lists ... ok
  1196. Test Mix of headings and lists ... ok
  1197. Test Mix of headings and lists ... ok
  1198. Test Heading, lists and table ... ok
  1199. Test Heading, lists and table ... ok
  1200. Test Heading, lists and table ... ok
  1201. Test Lists, indents and table ... ok
  1202. Test Lists, indents and table ... ok
  1203. Test "Tabstops" set by lists and quotes ... ok
  1204. Test Citations (mail style, no consistent space) ... ok
  1205. Test Citations (mail style, no consistent space) ... ok
  1206. Test Citations (mail style, no consistent space) ... ok
  1207. Test Citations (reply to style, consistent space) ... ok
  1208. Test Citations (reply to style, consistent space) ... ok
  1209. Test Citations of arbitrary wiki content ... ok
  1210. Test Citations of arbitrary wiki content ... ok
  1211. Test Citation and follow-up block ... ok
  1212. Test Citation and follow-up block ... ok
  1213. Test Block and follow-up citation ... ok
  1214. Test Block and follow-up citation ... ok
  1215. Test Bold ... ok
  1216. Test Italics ... ok
  1217. Test Bold and Italics ... ok
  1218. Test More Bold Italics ... ok
  1219. Test Bold Italics counter examples ... ok
  1220. Test Headings (wikified headings + ids) ... ok
  1221. Test Links - Internal, External and Interwiki ... ok
  1222. Test Paragraphs ... ok
  1223. Test Line breaks ... ok
  1224. Test Horizontal Rule ... ok
  1225. Test Nowiki (Preformatted) ... ok
  1226. Test Nowiki (inline) ... ok
  1227. Test Bold and/or italic links ... ok
  1228. Test source: Image, no other arguments ... ok
  1229. Test source: Image, no other arguments ... ok
  1230. Test intertrac:source: Image, no other arguments ... ok
  1231. Test intertrac:source: Image, no other arguments ... ok
  1232. Test source: Image, nolink ... ok
  1233. Test source: Image, nolink ... ok
  1234. Test source: Image, normal args ... ok
  1235. Test source: Image, normal args ... ok
  1236. Test source: Image, size arg ... ok
  1237. Test source: Image, keyword alignment ... ok
  1238. Test http: Image, nolink ... ok
  1239. Test http: Image, absolute, many ':' ... ok
  1240. Test // Image, server-relative ... ok
  1241. Test / Image, project-relative, link to WikiStart ... ok
  1242. Test / Image, project-relative, link to WikiStart ... ok
  1243. Test Strip unicode white-spaces and ZWSPs (#10668) ... ok
  1244. Test Strip unicode white-spaces and ZWSPs (#10668) ... ok
  1245. Test TitleIndex, default format ... ok
  1246. Test TitleIndex, default format ... ok
  1247. Test TitleIndex, compact format ... ok
  1248. Test TitleIndex, compact format ... ok
  1249. Test TitleIndex, default format ... ok
  1250. Test TitleIndex, default format ... ok
  1251. Test TitleIndex, compact format ... ok
  1252. Test TitleIndex, compact format ... ok
  1253. Test TitleIndex, default format with prefix ... ok
  1254. Test TitleIndex, default format with prefix ... ok
  1255. Test TitleIndex, compact format with prefix ... ok
  1256. Test TitleIndex, compact format with prefix ... ok
  1257. Test TitleIndex, default format with prefix hidden ... ok
  1258. Test TitleIndex, default format with prefix hidden ... ok
  1259. Test TitleIndex, compact format with prefix hidden ... ok
  1260. Test TitleIndex, compact format with prefix hidden ... ok
  1261. Test TitleIndex, group format ... ok
  1262. Test TitleIndex, hierarchy format ... ok
  1263. Test TitleIndex, group format, prefix hidden ... ok
  1264. Test TitleIndex, hierarchy format, prefix hidden ... ok
  1265. Test TitleIndex group and page with numbers (#7919) ... ok
  1266. Test TitleIndex, compact format with prefix hidden, including Test0.13* ... ok
  1267. Test TitleIndex, compact format with prefix hidden, including Test0.13* but excluding Test0.131 ... ok
  1268. Test TitleIndex, compact format, excluding various topics ... ok
  1269. Test TitleIndex, compact format, including and excluding various topics ... ok
  1270. Test TitleIndex, hierarchy format with complex hierarchy ... ok
  1271. Test TitleIndex, hierarchy format with complex hierarchy (and min=5) ... ok
  1272. Test TitleIndex, group format with complex hierarchy ... ok
  1273. Test RecentChanges, group option ... ok
  1274. Test TracIni, option with empty doc (#10940) ... ok
  1275. test_create_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1276. test_delete_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1277. test_delete_page_last_version (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1278. test_delete_page_version (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1279. test_existing_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1280. test_invalid_page_name (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1281. test_new_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1282. test_rename_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1283. test_update_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1284. Test wiki: link resolver ... ok
  1285. Test wiki: link resolver + query and fragment ... ok
  1286. Test WikiPageNames conformance ... ok
  1287. Test WikiPageNames conformance (unicode) ... ok
  1288. Test More WikiPageNames conformance ... ok
  1289. Test Escaping WikiPageNames ... ok
  1290. Test WikiPageNames endings ... ok
  1291. Test WikiPageNames counter examples ... ok
  1292. Test WikiPageNames with fragment identifier ... ok
  1293. Test WikiPageNames with fragment id (performance test) ... ok
  1294. Test WikiPageNames counter examples (paths) ... ok
  1295. Test WikiPageNames counter examples (numbers) ... ok
  1296. Test WikiPageNames counter examples (numbers) ... ok
  1297. Test WikiPageNames counter examples (unicode) ... ok
  1298. Test WikiPageNames counter examples (unicode) ... ok
  1299. Test not a WikiPageNames at all (#9025 regression) ... ok
  1300. Test not a WikiPageNames at all (#9025 regression) ... ok
  1301. Test MoinMoin style forced links ... ok
  1302. Test Wiki links with @version ... ok
  1303. Test WikiPageName with label ... ok
  1304. Test WikiPageName with label should be strict... ... ok
  1305. Test InterTrac for wiki ... ok
  1306. Test Wiki InterTrac shorthands ... ok
  1307. Test InterWiki links ... ok
  1308. Test InterWiki links with parameters and fragment ... ok
  1309. Test Regression for #9712 ... ok
  1310. Test Wiki links with @version using unicode digits ... ok
  1311. Test Relative to the project url ... ok
  1312. Test Relative to the base url ... ok
  1313. Test Relative to the current page ... ok
  1314. Test Relative to the current page, in wiki realm ... ok
  1315. Test Relative to the current page, as CamelCase ... ok
  1316. Test Relative to the current page with query strings and fragments ... ok
  1317. Test Splitting relative links ... ok
  1318. Test Splitting scoped links ... ok
  1319. Test Splitting internal free links ... ok
  1320. Test Scoped links for hierarchical pages ... ok
  1321.  
  1322. ======================================================================
  1323. ERROR: test_batch_ticket_insert_after_upgrade (tests.upgrade.EnvironmentUpgradeTestCase)
  1324. ----------------------------------------------------------------------
  1325. Traceback (most recent call last):
  1326.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/upgrade.py", line 406, in test_batch_ticket_insert_after_upgrade
  1327.     db("""INSERT INTO ticket (summary) SELECT summary FROM tmp""")
  1328.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/dbcursor.py", line 120, in execute
  1329.     return self.connection.execute(query, params=params)
  1330.   File "/path/to/bloodhound/trac/trac/db/util.py", line 121, in execute
  1331.     cursor.execute(query, params)
  1332.   File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/dbcursor.py", line 85, in execute
  1333.     return super(BloodhoundIterableCursor, self).execute(translate_sql(self.env, sql), args=args)
  1334.   File "/path/to/bloodhound/trac/trac/db/util.py", line 66, in execute
  1335.     return self.cursor.execute(sql)
  1336.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 78, in execute
  1337.     result = PyFormatCursor.execute(self, *args)
  1338.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 56, in execute
  1339.     args or [])
  1340.   File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
  1341.     return function(self, *args, **kwargs)
  1342. OperationalError: 2 values for 3 columns
  1343.  
  1344. ======================================================================
  1345. FAIL: test_env_isolation (tests.perm.ProductDefaultPermissionStoreTestCase)
  1346. ----------------------------------------------------------------------
  1347. Traceback (most recent call last):
  1348.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/perm.py", line 83, in test_env_isolation
  1349.     sorted(global_store.get_user_permissions('john')))
  1350. AssertionError: Lists differ: ['REPORT_ADMIN', 'WIKI_MODIFY'... != [u'PRODUCT_VIEW', u'REPORT_ADM...
  1351.  
  1352. First differing element 0:
  1353. REPORT_ADMIN
  1354. PRODUCT_VIEW
  1355.  
  1356. Second list contains 1 additional elements.
  1357. First extra element 2:
  1358. WIKI_MODIFY
  1359.  
  1360. - ['REPORT_ADMIN', 'WIKI_MODIFY']
  1361. + [u'PRODUCT_VIEW', u'REPORT_ADMIN', u'WIKI_MODIFY']
  1362. ?  ++++++++++++++++++                +
  1363.  
  1364.  
  1365. ======================================================================
  1366. FAIL: test_system_select_translated (tests.db.cursor.DbCursorTestCase)
  1367. ----------------------------------------------------------------------
  1368. Traceback (most recent call last):
  1369.  File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/cursor.py", line 1023, in test_system_select_translated
  1370.    self._run_test('system_select_translated')
  1371.  File "/path/to/bloodhound/bloodhound_multiproduct/tests/db/cursor.py", line 1017, in _run_test
  1372.    self.assertEquals(stripped_sql_check, stripped_translated_sql)
  1373. AssertionError: 'INSERT INTO ticket(id, type, time, changetime, component, severity, priority,\nowner, reporter, cc, version, milestone, status, resolution,\nsummary, description, keywords, product)\nSELECT id, \'defect\', time, changetime, component, severity, priority, owner,\nreporter, cc, version, milestone, status, resolution, summary,\ndescription, keywords, \'PRODUCT\' FROM (SELECT * FROM "PRODUCT_ticket_old") AS ticket_old\nWHERE COALESCE(severity,\'\') <> \'enhancement\'' != u'INSERT INTO ticket(id, type, time, changetime, component, severity, priority,\nowner, reporter, cc, version, milestone, status, resolution,\nsummary, description, keywords, product, id)\nSELECT id, \'defect\', time, changetime, component, severity, priority, owner,\nreporter, cc, version, milestone, status, resolution, summary,\ndescription, keywords, \'PRODUCT\' FROM (SELECT * FROM "PRODUCT_ticket_old") AS ticket_old\nWHERE COALESCE(severity,\'\') <> \'enhancement\''
  1374.  
  1375. ----------------------------------------------------------------------
  1376. Ran 1283 tests in 999.649s
  1377.  
  1378. FAILED (failures=2, errors=1)
  1379. fe_sendauth: no password supplied
Add Comment
Please, Sign In to add comment