olemis

Bloodhound multiproduct : test report 20/3/2013

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