olemis

Bloodhound multiproduct : test report 13/5/2013

May 13th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 161.75 KB | None | 0 0
  1. running test
  2. running egg_info
  3. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  4. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  5. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  6. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  7. writing BloodhoundMultiProduct.egg-info/PKG-INFO
  8. writing top-level names to BloodhoundMultiProduct.egg-info/top_level.txt
  9. writing dependency_links to BloodhoundMultiProduct.egg-info/dependency_links.txt
  10. writing entry points to BloodhoundMultiProduct.egg-info/entry_points.txt
  11. reading manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  12. writing manifest file 'BloodhoundMultiProduct.egg-info/SOURCES.txt'
  13. running build_ext
  14. test_delete (tests.attachment.ProductAttachmentTestCase) ... ok
  15. test_delete_file_gone (tests.attachment.ProductAttachmentTestCase) ... ok
  16. test_get_path (tests.attachment.ProductAttachmentTestCase) ... ok
  17. test_get_path_encoded (tests.attachment.ProductAttachmentTestCase) ... ok
  18. test_insert (tests.attachment.ProductAttachmentTestCase) ... ok
  19. test_insert_outside_attachments_dir (tests.attachment.ProductAttachmentTestCase) ... ok
  20. test_insert_unique (tests.attachment.ProductAttachmentTestCase) ... ok
  21. Ensure that legacy action tests are done on parent.  As ... ok
  22. test_path_extension (tests.attachment.ProductAttachmentTestCase) ... ok
  23. test_product_path_isolation (tests.attachment.ProductAttachmentTestCase) ... ok
  24. test_reparent (tests.attachment.ProductAttachmentTestCase) ... ok
  25. test_resource_doesnt_exist (tests.attachment.ProductAttachmentTestCase) ... ok
  26. test_resource_exists (tests.attachment.ProductAttachmentTestCase) ... ok
  27. test_select_empty (tests.attachment.ProductAttachmentTestCase) ... ok
  28. test_default (tests.config.ProductConfigTestCase) ... ok
  29. test_default_bool (tests.config.ProductConfigTestCase) ... ok
  30. test_default_float (tests.config.ProductConfigTestCase) ... ok
  31. test_default_int (tests.config.ProductConfigTestCase) ... ok
  32. test_default_path (tests.config.ProductConfigTestCase) ... ok
  33. test_getpath (tests.config.ProductConfigTestCase) ... ok
  34. test_has_option (tests.config.ProductConfigTestCase) ... ok
  35. test_has_option_unicode (tests.config.ProductConfigTestCase) ... ok
  36. test_inherit_multiple (tests.config.ProductConfigTestCase) ... ok
  37. test_inherit_one_level (tests.config.ProductConfigTestCase) ... ok
  38. test_options (tests.config.ProductConfigTestCase) ... ok
  39. test_options_unicode (tests.config.ProductConfigTestCase) ... ok
  40. test_overwrite (tests.config.ProductConfigTestCase) ... ok
  41. test_read_and_choice (tests.config.ProductConfigTestCase) ... ok
  42. test_read_and_get (tests.config.ProductConfigTestCase) ... ok
  43. test_read_and_get_unicode (tests.config.ProductConfigTestCase) ... ok
  44. test_read_and_getbool (tests.config.ProductConfigTestCase) ... ok
  45. test_read_and_getfloat (tests.config.ProductConfigTestCase) ... ok
  46. test_read_and_getint (tests.config.ProductConfigTestCase) ... ok
  47. test_read_and_getlist (tests.config.ProductConfigTestCase) ... ok
  48. test_read_and_getlist_false_values (tests.config.ProductConfigTestCase) ... ok
  49. test_read_and_getlist_keep_empty (tests.config.ProductConfigTestCase) ... ok
  50. test_read_and_getlist_sep (tests.config.ProductConfigTestCase) ... ok
  51. test_reparse (tests.config.ProductConfigTestCase) ... ok
  52. test_sections (tests.config.ProductConfigTestCase) ... ok
  53. test_sections_unicode (tests.config.ProductConfigTestCase) ... ok
  54. test_set_and_save (tests.config.ProductConfigTestCase) ... ok
  55. test_set_and_save_inherit (tests.config.ProductConfigTestCase) ... ok
  56. test_simple_remove (tests.config.ProductConfigTestCase) ... ok
  57. test_with_global_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  58. test_with_product_component_manager (tests.core.MultiProductExtensionPointTestCase) ... ok
  59. No parent attribute, no _all_product_envs method ... ok
  60. Testing env.get_known_users ... ok
  61. Testing env.get_version ... ok
  62. Testing env.__getattr__ ... ok
  63. Testing env.is_component_enabled ... ok
  64. Testing env.config ... ok
  65. test_parametric_singleton (tests.env.ProductEnvApiTestCase) ... ok
  66. Testing env.path ... ok
  67. Testing env.__init__ ... ok
  68. test_change_listener_changed (tests.model.ProductTestCase) ... ok
  69. test_change_listener_created (tests.model.ProductTestCase) ... ok
  70. test_change_listener_deleted (tests.model.ProductTestCase) ... ok
  71. test that we are able to delete Products ... ok
  72. test that we error when deleting twice on the same key ... ok
  73. tests that we can use table.field syntax to get to the field data ... ok
  74. tests that we can use table.field = something to set field data ... ok
  75. test saving new Product ... ok
  76. test attempted saving of Product with existing key fails ... ok
  77. ensure that that insert method works when _meta does not specify ... ok
  78. tests that select can search Products by fields ... ok
  79. tests that table.field style update works ... ok
  80. tests that we can use update to push data to the database ... ok
  81. tests that we raise an error for attempting to update key fields ... ok
  82. test_builtin_groups (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  83. test_env_isolation (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  84. test_get_all_permissions (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  85. test_mixed_case_group (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  86. test_nested_groups (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  87. test_simple_actions (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  88. test_simple_group (tests.perm.ProductDefaultPermissionStoreTestCase) ... ok
  89. test_all_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  90. test_expand_actions_iter_7467 (tests.perm.ProductPermissionSystemTestCase) ... ok
  91. test_get_all_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  92. test_meta_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  93. test_simple_permissions (tests.perm.ProductPermissionSystemTestCase) ... ok
  94. test_assert_permission (tests.perm.ProductPermissionCacheTestCase) ... ok
  95. test_cache (tests.perm.ProductPermissionCacheTestCase) ... ok
  96. test_cache_shared (tests.perm.ProductPermissionCacheTestCase) ... ok
  97. test_contains (tests.perm.ProductPermissionCacheTestCase) ... ok
  98. test_has_permission (tests.perm.ProductPermissionCacheTestCase) ... ok
  99. test_require (tests.perm.ProductPermissionCacheTestCase) ... ok
  100. test_assert_permission (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  101. test_cache (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  102. test_cache_shared (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  103. test_contains (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  104. test_has_permission (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  105. test_require (tests.perm.ProductNeighborhoodPermissionCacheTestCase) ... ok
  106. test_grant_revoke_permissions (tests.perm.ProductPermissionPolicyTestCase) ... ok
  107. Only product owner and TRAC_ADMIN will access new product ... ok
  108. test_no_permissions (tests.perm.ProductPermissionPolicyTestCase) ... ok
  109. test_policy_chaining (tests.perm.ProductPermissionPolicyTestCase) ... ok
  110. test_prepend_mp_policy (tests.perm.ProductPermissionPolicyTestCase) ... ok
  111. Product owner automatically granted with PRODUCT_ADMIN ... ok
  112. Allow all actions in product scope for TRAC_ADMIN ... ok
  113. TRAC_ADMIN granted in product env will be ignored ... ok
  114. TRAC_ADMIN in global env also valid in product env ... ok
  115. test_assert_permission (tests.perm.SudoTestCase) ... ok
  116. test_cache (tests.perm.SudoTestCase) ... ok
  117. test_cache_shared (tests.perm.SudoTestCase) ... ok
  118. test_contains (tests.perm.SudoTestCase) ... ok
  119. test_has_permission (tests.perm.SudoTestCase) ... ok
  120. test_require (tests.perm.SudoTestCase) ... ok
  121. test_sudo_ambiguous (tests.perm.SudoTestCase) ... ok
  122. test_sudo_fail_require (tests.perm.SudoTestCase) ... ok
  123. test_sudo_full_test_assert_permission (tests.perm.SudoTestCase) ... ok
  124. test_sudo_full_test_cache (tests.perm.SudoTestCase) ... ok
  125. test_sudo_full_test_cache_shared (tests.perm.SudoTestCase) ... ok
  126. test_sudo_full_test_contains (tests.perm.SudoTestCase) ... ok
  127. test_sudo_full_test_has_permission (tests.perm.SudoTestCase) ... ok
  128. test_sudo_full_test_require (tests.perm.SudoTestCase) ... ok
  129. test_sudo_grant_meta_perm (tests.perm.SudoTestCase) ... ok
  130. test_sudo_partial_test_assert_permission (tests.perm.SudoTestCase) ... ok
  131. test_sudo_partial_test_cache (tests.perm.SudoTestCase) ... ok
  132. test_sudo_partial_test_cache_shared (tests.perm.SudoTestCase) ... ok
  133. test_sudo_partial_test_contains (tests.perm.SudoTestCase) ... ok
  134. test_sudo_partial_test_has_permission (tests.perm.SudoTestCase) ... ok
  135. test_sudo_partial_test_require (tests.perm.SudoTestCase) ... ok
  136. test_sudo_wrong_context (tests.perm.SudoTestCase) ... ok
  137. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  138. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  139. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  140. test_can_upgrade_multi_product_from_v1 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  141. test_can_upgrade_multi_product_from_v2 (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  142. test_creating_new_product_calls_environment_created (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  143. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  144. test_upgrade_creates_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  145. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  146. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  147. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  148. test_upgrade_moves_system_wikis_to_products (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  149. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  150. test_upgrade_plugin (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  151. test_upgrade_plugin_to_multiproduct (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  152. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  153. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade.EnvironmentUpgradeTestCase) ... ok
  154. test_can_upgrade_database_with_orphaned_attachments (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... /usr/lib/pymodules/python2.6/unittest2/case.py:326: DeprecationWarning: Use of a TestResult without an addSkip method is deprecated
  155.   self._addSkip(result, skip_why)
  156. ok
  157. test_can_upgrade_database_with_ticket_attachment_with_text_ids (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  158. test_can_upgrade_environment_with_multi_product_disabled (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  159. test_can_upgrade_multi_product_from_v1 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  160. test_can_upgrade_multi_product_from_v2 (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  161. test_creating_new_product_calls_environment_created (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  162. test_upgrade_copies_content_of_system_tables_to_all_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  163. test_upgrade_creates_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  164. test_upgrade_creates_multi_product_tables_and_adds_product_column (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  165. test_upgrade_existing_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  166. test_upgrade_moves_custom_wikis_to_default_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  167. test_upgrade_moves_system_wikis_to_products (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  168. test_upgrade_moves_tickets_and_related_objects_to_default_prod (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  169. test_upgrade_plugin (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  170. test_upgrade_plugin_to_multiproduct (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  171. test_upgrading_database_moves_attachment_to_correct_product (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  172. test_upgrading_existing_plugin_leaves_data_in_global_env (tests.upgrade_postgres.PostgresEnvironmentUpgradeTestCase) ... ok
  173. test_product_delete (tests.web_ui.ProductModuleTestCase) ... ok
  174. test_product_edit (tests.web_ui.ProductModuleTestCase) ... FAIL
  175. test_product_list (tests.web_ui.ProductModuleTestCase) ... ok
  176. test_product_new (tests.web_ui.ProductModuleTestCase) ... ok
  177. test_product_pathinfo_warning (tests.web_ui.ProductModuleTestCase) ... ok
  178. test_product_view (tests.web_ui.ProductModuleTestCase) ... ok
  179. Test search: link resolver ... ok
  180. Test search: link resolver with query arguments ... ok
  181. Test attachment: link resolver (deprecated) ... ok
  182. Test attachment: "foreign" links ... ok
  183. Test attachment: "local" links ... ok
  184. Test attachment: "missing" links ... ok
  185. Test attachment: "raw" links ... ok
  186. Test attachment: raw format as explicit argument ... ok
  187. Test mailto: obfuscated by default, like plain email ... ok
  188. Test mailto: not obfuscated, unlike plain email ... ok
  189. Test Escaping product links, short form ... ok
  190. Test Product links, alternative short form ... ok
  191. Test Escaping product links, alternative short form ... ok
  192. Test Product links, long form with label ... ok
  193. Test Product link missing prefix ... ok
  194. Test Product link SHREF_TARGET_LAST ... ok
  195. Test Product link SHREF_TARGET_LAST ... ok
  196. Test Product link SHREF_TARGET_FIRST ... FAIL
  197. Test Product link, long form with quoting ... ok
  198. Test Product link, URL extras ... ok
  199. Test Product links in markup ... ok
  200. Test Product links missing, quoting of target ... ok
  201. Test product: links - search: link resolver ... ok
  202. Test product: links - search: link resolver with query arguments ... ok
  203. Test product: links unicode prefix - search: link resolver ... ok
  204. Test product: links unicode prefix - search: link resolver with query arguments ... ok
  205. Test global: links - search: link resolver ... ok
  206. Test global: links - search: link resolver with query arguments ... ok
  207. Test product: links - attachment: link resolver (deprecated) ... ok
  208. Test product: links - attachment: "foreign" links ... ok
  209. Test product: links - attachment: "local" links ... ok
  210. Test product: links - attachment: "missing" links ... ok
  211. Test product: links - attachment: "raw" links ... ok
  212. Test product: links - attachment: raw format as explicit argument ... ok
  213. Test product: links unicode prefix - attachment: link resolver (deprecated) ... ok
  214. Test product: links unicode prefix - attachment: "foreign" links ... ok
  215. Test product: links unicode prefix - attachment: "local" links ... ok
  216. Test product: links unicode prefix - attachment: "missing" links ... ok
  217. Test product: links unicode prefix - attachment: "raw" links ... ok
  218. Test product: links unicode prefix - attachment: raw format as explicit argument ... ok
  219. Test global: links - attachment: link resolver (deprecated) ... ok
  220. Test global: links - attachment: "foreign" links ... ok
  221. Test global: links - attachment: "local" links ... ok
  222. Test global: links - attachment: "missing" links ... ok
  223. Test global: links - attachment: "raw" links ... ok
  224. Test global: links - attachment: raw format as explicit argument ... ok
  225. Test product: links - ticket: link resolver ... ok
  226. Test product: links - ticket: link resolver + arguments ... ok
  227. Test product: links - ticket: link resolver with ranges ... ok
  228. Test product: links - ticket link shorthand form ... ok
  229. Test product: links - ticket link shorthand form with ranges ... ok
  230. Test product: links - ticket link shorthand form with long ranges (#10111 regression) ... ok
  231. Test product: links - escaping the above ... ok
  232. Test product: links - escaping the above ... ok
  233. Test product: links - InterTrac for tickets ... FAIL
  234. Test product: links - Ticket InterTrac shorthands ... FAIL
  235. Test product: links - ticket syntax with unicode digits ... ok
  236. Test product: links unicode prefix - ticket: link resolver ... ok
  237. Test product: links unicode prefix - ticket: link resolver + arguments ... ok
  238. Test product: links unicode prefix - ticket: link resolver with ranges ... ok
  239. Test product: links unicode prefix - ticket link shorthand form ... ok
  240. Test product: links unicode prefix - ticket link shorthand form with ranges ... ok
  241. Test product: links unicode prefix - ticket link shorthand form with long ranges (#10111 regression) ... ok
  242. Test product: links unicode prefix - escaping the above ... ok
  243. Test product: links unicode prefix - escaping the above ... ok
  244. Test product: links unicode prefix - InterTrac for tickets ... FAIL
  245. Test product: links unicode prefix - Ticket InterTrac shorthands ... FAIL
  246. Test product: links unicode prefix - ticket syntax with unicode digits ... ok
  247. Test global: links - ticket: link resolver ... ok
  248. Test global: links - ticket: link resolver + arguments ... ok
  249. Test global: links - ticket: link resolver with ranges ... ok
  250. Test global: links - ticket link shorthand form ... ok
  251. Test global: links - ticket link shorthand form with ranges ... ok
  252. Test global: links - ticket link shorthand form with long ranges (#10111 regression) ... ok
  253. Test global: links - escaping the above ... ok
  254. Test global: links - escaping the above ... ok
  255. Test global: links - InterTrac for tickets ... FAIL
  256. Test global: links - Ticket InterTrac shorthands ... FAIL
  257. Test global: links - ticket syntax with unicode digits ... ok
  258. Test product: links - JIRA syntax link resolver ... ok
  259. Test product: links - JIRA syntax link resolver + arguments ... ok
  260. Test product: links - JIRA syntax link shorthand form ... ok
  261. Test product: links - JIRA syntax escaping the above ... ok
  262. Test product: links - JIRA syntax escaping the above ... ok
  263. Test product: links - JIRA syntax InterTrac for tickets ... ok
  264. Test product: links - JIRA syntax with unicode digits ... ok
  265. Test product: links unicode prefix - JIRA syntax link resolver ... ok
  266. Test product: links unicode prefix - JIRA syntax link resolver + arguments ... ok
  267. Test product: links unicode prefix - JIRA syntax link shorthand form ... ok
  268. Test product: links unicode prefix - JIRA syntax escaping the above ... ok
  269. Test product: links unicode prefix - JIRA syntax escaping the above ... ok
  270. Test product: links unicode prefix - JIRA syntax InterTrac for tickets ... ok
  271. Test product: links unicode prefix - JIRA syntax with unicode digits ... ok
  272. Test product: links - report link shorthand form ... ok
  273. Test product: links - escaping the above ... ok
  274. Test product: links - escaping the above ... ok
  275. Test product: links - ticket shorthands, not numerical HTML entities ... ok
  276. Test product: links - ticket shorthands, not numerical HTML entities ... ok
  277. Test product: links - InterTrac for reports ... FAIL
  278. Test product: links - report syntax with unicode digits ... ok
  279. Test product: links unicode prefix - report link shorthand form ... ok
  280. Test product: links unicode prefix - escaping the above ... ok
  281. Test product: links unicode prefix - escaping the above ... ok
  282. Test product: links unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  283. Test product: links unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  284. Test product: links unicode prefix - InterTrac for reports ... FAIL
  285. Test product: links unicode prefix - report syntax with unicode digits ... ok
  286. Test global: links - report link shorthand form ... ok
  287. Test global: links - escaping the above ... ok
  288. Test global: links - escaping the above ... ok
  289. Test global: links - ticket shorthands, not numerical HTML entities ... ok
  290. Test global: links - ticket shorthands, not numerical HTML entities ... ok
  291. Test global: links - InterTrac for reports ... FAIL
  292. Test global: links - report syntax with unicode digits ... ok
  293. Test product: links - milestone: link resolver ... ok
  294. Test product: links - milestone: link resolver + arguments ... ok
  295. Test product: links unicode prefix - milestone: link resolver ... ok
  296. Test product: links unicode prefix - milestone: link resolver + arguments ... ok
  297. Test global: links - milestone: link resolver ... ok
  298. Test global: links - milestone: link resolver + arguments ... ok
  299. Test product: links - query: link resolver ... ok
  300. Test product: links - ProductTicketQuery macro: no results, list form ... ok
  301. Test product: links - ProductTicketQuery macro: no results, count 0 ... ok
  302. Test product: links - ProductTicketQuery macro: no results, compact form ... ok
  303. Test product: links - ProductTicketQuery macro: one result, list form ... ok
  304. Test product: links - ProductTicketQuery macro: one result, count 1 ... ok
  305. Test product: links - ProductTicketQuery macro: one result, compact form ... ok
  306. Test product: links unicode prefix - query: link resolver ... ok
  307. Test product: links unicode prefix - ProductTicketQuery macro: no results, list form ... ok
  308. Test product: links unicode prefix - ProductTicketQuery macro: no results, count 0 ... ok
  309. Test product: links unicode prefix - ProductTicketQuery macro: no results, compact form ... ok
  310. Test product: links unicode prefix - ProductTicketQuery macro: one result, list form ... ok
  311. Test product: links unicode prefix - ProductTicketQuery macro: one result, count 1 ... ok
  312. Test product: links unicode prefix - ProductTicketQuery macro: one result, compact form ... ok
  313. Test global: links - query: link resolver ... ok
  314. Test global: links - ProductTicketQuery macro: no results, list form ... ok
  315. Test global: links - ProductTicketQuery macro: no results, count 0 ... ok
  316. Test global: links - ProductTicketQuery macro: no results, compact form ... ok
  317. Test global: links - ProductTicketQuery macro: one result, list form ... ok
  318. Test global: links - ProductTicketQuery macro: one result, count 1 ... ok
  319. Test global: links - ProductTicketQuery macro: one result, compact form ... ok
  320. Test product: links - ProductTicketQuery macro: two results, list form ... ok
  321. Test product: links - ProductTicketQuery macro: two results, count 2 ... ok
  322. Test product: links - ProductTicketQuery macro: two results, compact form ... ok
  323. Test product: links unicode prefix - ProductTicketQuery macro: two results, list form ... ok
  324. Test product: links unicode prefix - ProductTicketQuery macro: two results, count 2 ... ok
  325. Test product: links unicode prefix - ProductTicketQuery macro: two results, compact form ... ok
  326. Test global: links - ProductTicketQuery macro: two results, list form ... ok
  327. Test global: links - ProductTicketQuery macro: two results, count 2 ... ok
  328. Test global: links - ProductTicketQuery macro: two results, compact form ... ok
  329. Test product: links - comment: link resolver (deprecated) ... ok
  330. Test product: links - comment: link resolver ... ok
  331. Test product: links unicode prefix - comment: link resolver (deprecated) ... ok
  332. Test product: links unicode prefix - comment: link resolver ... ok
  333. Test global: links - comment: link resolver (deprecated) ... ok
  334. Test global: links - comment: link resolver ... ok
  335. Test short product syntax - search: link resolver ... ok
  336. Test short product syntax - search: link resolver with query arguments ... ok
  337. Test short product syntax unicode prefix - search: link resolver ... ok
  338. Test short product syntax unicode prefix - search: link resolver with query arguments ... ok
  339. Test short product syntax - attachment: link resolver (deprecated) ... ok
  340. Test short product syntax - attachment: "foreign" links ... ok
  341. Test short product syntax - attachment: "local" links ... ok
  342. Test short product syntax - attachment: "missing" links ... ok
  343. Test short product syntax - attachment: "raw" links ... ok
  344. Test short product syntax - attachment: raw format as explicit argument ... ok
  345. Test short product syntax unicode prefix - attachment: link resolver (deprecated) ... ok
  346. Test short product syntax unicode prefix - attachment: "foreign" links ... ok
  347. Test short product syntax unicode prefix - attachment: "local" links ... ok
  348. Test short product syntax unicode prefix - attachment: "missing" links ... ok
  349. Test short product syntax unicode prefix - attachment: "raw" links ... ok
  350. Test short product syntax unicode prefix - attachment: raw format as explicit argument ... ok
  351. Test short product syntax - ticket: link resolver ... ok
  352. Test short product syntax - ticket: link resolver + arguments ... ok
  353. Test short product syntax - ticket: link resolver with ranges ... ok
  354. Test short product syntax - ticket link shorthand form ... ok
  355. Test short product syntax - ticket link shorthand form with ranges ... ok
  356. Test short product syntax - ticket link shorthand form with long ranges (#10111 regression) ... ok
  357. Test short product syntax - escaping the above ... ok
  358. Test short product syntax - escaping the above ... ok
  359. Test short product syntax - InterTrac for tickets ... FAIL
  360. Test short product syntax - Ticket InterTrac shorthands ... FAIL
  361. Test short product syntax - ticket syntax with unicode digits ... ok
  362. Test short product syntax unicode prefix - ticket: link resolver ... ok
  363. Test short product syntax unicode prefix - ticket: link resolver + arguments ... ok
  364. Test short product syntax unicode prefix - ticket: link resolver with ranges ... ok
  365. Test short product syntax unicode prefix - ticket link shorthand form ... ok
  366. Test short product syntax unicode prefix - ticket link shorthand form with ranges ... ok
  367. Test short product syntax unicode prefix - ticket link shorthand form with long ranges (#10111 regression) ... ok
  368. Test short product syntax unicode prefix - escaping the above ... ok
  369. Test short product syntax unicode prefix - escaping the above ... ok
  370. Test short product syntax unicode prefix - InterTrac for tickets ... FAIL
  371. Test short product syntax unicode prefix - Ticket InterTrac shorthands ... FAIL
  372. Test short product syntax unicode prefix - ticket syntax with unicode digits ... ok
  373. Test short product syntax - report link shorthand form ... ok
  374. Test short product syntax - escaping the above ... ok
  375. Test short product syntax - escaping the above ... ok
  376. Test short product syntax - ticket shorthands, not numerical HTML entities ... ok
  377. Test short product syntax - ticket shorthands, not numerical HTML entities ... ok
  378. Test short product syntax - report syntax with unicode digits ... ok
  379. Test short product syntax unicode prefix - report link shorthand form ... ok
  380. Test short product syntax unicode prefix - escaping the above ... ok
  381. Test short product syntax unicode prefix - escaping the above ... ok
  382. Test short product syntax unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  383. Test short product syntax unicode prefix - ticket shorthands, not numerical HTML entities ... ok
  384. Test short product syntax unicode prefix - report syntax with unicode digits ... ok
  385. Test short product syntax - milestone: link resolver ... ok
  386. Test short product syntax - milestone: link resolver + arguments ... ok
  387. Test short product syntax unicode prefix - milestone: link resolver ... ok
  388. Test short product syntax unicode prefix - milestone: link resolver + arguments ... ok
  389. Test short product syntax - query: link resolver ... ok
  390. Test short product syntax unicode prefix - query: link resolver ... ok
  391. Test short product syntax - comment: link resolver (deprecated) ... ok
  392. Test short product syntax - comment: link resolver ... ok
  393. Test short product syntax unicode prefix - comment: link resolver (deprecated) ... ok
  394. Test short product syntax unicode prefix - comment: link resolver ... ok
  395. Test leading digit - JIRA syntax link resolver ... ok
  396. Test leading digit - JIRA syntax link resolver + arguments ... ok
  397. Test leading digit - JIRA syntax link shorthand form ... ok
  398. Test leading digit - JIRA syntax escaping the above ... ok
  399. Test leading digit - JIRA syntax escaping the above ... ok
  400. Test leading digit - JIRA syntax with unicode digits ... ok
  401. test_global_neighborhood_attachments (tests.resource.ProductAttachmentResourceTestCase) ... ok
  402. test_product_neighborhood_attachments (tests.resource.ProductAttachmentResourceTestCase) ... ok
  403. test_global_neighborhood_milestone (tests.resource.ProductMilestoneResourceTestCase) ... ok
  404. test_product_neighborhood_milestone (tests.resource.ProductMilestoneResourceTestCase) ... ok
  405. test_global_neighborhood_report (tests.resource.ProductReportResourceTestCase) ... ok
  406. test_product_neighborhood_report (tests.resource.ProductReportResourceTestCase) ... ok
  407. test_global_neighborhood_ticket (tests.resource.ProductTicketResourceTestCase) ... ok
  408. test_product_neighborhood_ticket (tests.resource.ProductTicketResourceTestCase) ... ok
  409. test_global_neighborhood_wiki (tests.resource.ProductWikiResourceTestCase) ... ok
  410. test_product_neighborhood_wiki (tests.resource.ProductWikiResourceTestCase) ... ok
  411. test_available_actions_chgprop_only (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  412. test_available_actions_create_only (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  413. test_available_actions_full_perms (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  414. test_available_actions_isolation (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  415. test_available_actions_no_perms (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  416. test_can_add_raw_fields_from_field_providers (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  417. test_custom_field_isolation (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  418. test_custom_field_optional_select (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  419. test_custom_field_order (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  420. test_custom_field_select (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  421. test_custom_field_text (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  422. test_custom_field_textarea (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  423. test_does_not_add_duplicated_raw_fields_from_field_providers (tests.ticket.api.ProductTicketSystemTestCase) ... ok
  424. Actions can have operations with side effects. ... ok
  425. Actions can have change status. ... ok
  426. test_add_batchmod_value_data_from_request (tests.ticket.batch.ProductBatchModifyTestCase) ... ok
  427. Append additional item. ... ok
  428. Append additional items. ... ok
  429. Existing items are not duplicated. ... ok
  430. Remove existing item and append additional item. ... ok
  431. Clear field. ... ok
  432. Remove all duplicates. ... ok
  433. Ignore missing item to be removed. ... ok
  434. Remove existing item. ... ok
  435. Remove existing items. ... ok
  436. Ignore only missing item to be removed. ... ok
  437. Replace emtpy field with items. ... ok
  438. Replace emtpy field with single item. ... ok
  439. Replace item with a different item. ... ok
  440. Replace item with different items. ... ok
  441. Replace items with different items. ... ok
  442. Replace items with different (or not) items. ... ok
  443. Replace items with a different item. ... ok
  444. These cannot be added through the UI, but if somebody tries ... ok
  445. If nothing is selected, the return value is the empty list. ... ok
  446. Comments are saved to all selected tickets. ... ok
  447. Changed values are saved to all tickets. ... ok
  448. test_selected_tickets (tests.ticket.batch.ProductBatchModifyTestCase) ... ok
  449. test_conversions (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  450. test_csv_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  451. test_rss_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  452. test_tab_conversion (tests.ticket.conversion.ProductTicketConversionTestCase) ... ok
  453. test_can_save_ticket_without_explicit_comment (tests.ticket.model.ProductTicketTestCase) ... ok
  454. test_can_save_ticket_without_explicit_username (tests.ticket.model.ProductTicketTestCase) ... ok
  455. test_change_listener_changed (tests.ticket.model.ProductTicketTestCase) ... ok
  456. test_change_listener_created (tests.ticket.model.ProductTicketTestCase) ... ok
  457. test_change_listener_deleted (tests.ticket.model.ProductTicketTestCase) ... ok
  458. test_changelog (tests.ticket.model.ProductTicketTestCase) ... ok
  459. Verify ordering of attachments and comments in the changelog. ... ok
  460. test_changelog_with_reverted_change (tests.ticket.model.ProductTicketTestCase) ... ok
  461. test_comment_with_whitespace_only_is_not_saved (tests.ticket.model.ProductTicketTestCase) ... ok
  462. test_create_ticket_1 (tests.ticket.model.ProductTicketTestCase) ... ok
  463. test_create_ticket_2 (tests.ticket.model.ProductTicketTestCase) ... ok
  464. test_create_ticket_3 (tests.ticket.model.ProductTicketTestCase) ... ok
  465. test_create_ticket_4 (tests.ticket.model.ProductTicketTestCase) ... ok
  466. test_create_ticket_5 (tests.ticket.model.ProductTicketTestCase) ... ok
  467. test_invalid_ticket_id (tests.ticket.model.ProductTicketTestCase) ... ok
  468. test_no_disown_from_changed_component (tests.ticket.model.ProductTicketTestCase) ... ok
  469. test_owner_from_changed_component (tests.ticket.model.ProductTicketTestCase) ... ok
  470. test_owner_from_component (tests.ticket.model.ProductTicketTestCase) ... ok
  471. test_populate_ticket (tests.ticket.model.ProductTicketTestCase) ... ok
  472. test_prop_whitespace_change_is_not_saved (tests.ticket.model.ProductTicketTestCase) ... ok
  473. test_set_field_multi (tests.ticket.model.ProductTicketTestCase) ... ok
  474. test_set_field_stripped (tests.ticket.model.ProductTicketTestCase) ... ok
  475. Perform two ticket changes within a second. ... ok
  476. test_ticket_default_values (tests.ticket.model.ProductTicketTestCase) ... ok
  477. test_ticket_id_is_always_int (tests.ticket.model.ProductTicketTestCase) ... ok
  478. Check the generation of the comment history ... ok
  479. Modify a comment where one edit is missing ... ok
  480. Check modification of a "standalone" comment ... ok
  481. Editing a comment with no cnum in oldvalue ... ok
  482. Editing a comment when all cnums are missing and one comment ... ok
  483. Editing a comment where the comment field is missing ... ok
  484. Check modification of a "threaded" comment ... ok
  485. test_delete_all_comments (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  486. test_delete_last_comment (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  487. test_delete_last_comment_by_date (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  488. Regression test for http://trac.edgewall.org/ticket/10858 ... ok
  489. test_delete_mid_comment (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  490. test_delete_mid_comment_by_date (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  491. test_delete_mid_comment_inconsistent (tests.ticket.model.ProductTicketCommentDeleteTestCase) ... ok
  492. test_priority_delete (tests.ticket.model.ProductEnumTestCase) ... ok
  493. test_priority_fetch (tests.ticket.model.ProductEnumTestCase) ... ok
  494. test_priority_insert (tests.ticket.model.ProductEnumTestCase) ... ok
  495. test_priority_insert_with_value (tests.ticket.model.ProductEnumTestCase) ... ok
  496. test_priority_update (tests.ticket.model.ProductEnumTestCase) ... ok
  497. test_ticket_type_update (tests.ticket.model.ProductEnumTestCase) ... ok
  498. test_change_listener_changed (tests.ticket.model.ProductMilestoneTestCase) ... ok
  499. test_change_listener_created (tests.ticket.model.ProductMilestoneTestCase) ... ok
  500. test_change_listener_deleted (tests.ticket.model.ProductMilestoneTestCase) ... ok
  501. test_create_and_update_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  502. test_create_milestone_without_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  503. test_delete_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  504. test_delete_milestone_retarget_tickets (tests.ticket.model.ProductMilestoneTestCase) ... ok
  505. test_existing_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  506. test_new_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  507. test_new_milestone_empty_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  508. test_rename_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  509. test_select_milestones (tests.ticket.model.ProductMilestoneTestCase) ... ok
  510. test_update_milestone (tests.ticket.model.ProductMilestoneTestCase) ... ok
  511. test_update_milestone_update_tickets (tests.ticket.model.ProductMilestoneTestCase) ... ok
  512. test_update_milestone_without_name (tests.ticket.model.ProductMilestoneTestCase) ... ok
  513. test_create_and_update (tests.ticket.model.ProductComponentTestCase) ... ok
  514. test_exists (tests.ticket.model.ProductComponentTestCase) ... ok
  515. test_exists_negative (tests.ticket.model.ProductComponentTestCase) ... ok
  516. test_create_and_update (tests.ticket.model.ProductVersionTestCase) ... ok
  517. test_exists (tests.ticket.model.ProductVersionTestCase) ... ok
  518. test_exists_negative (tests.ticket.model.ProductVersionTestCase) ... ok
  519. SMTP domain inclusion ... ok
  520. Visibility of recipients ... ok
  521. Notification w/o explicit recipients but Cc: (#3101) ... ok
  522. Date format compliance (RFC822) ... ok
  523. Default domain name ... ok
  524. Login-to-email mapping ... ok
  525. Using the reporter or change author as the notification sender ... ok
  526. Non-SMTP domain exclusion ... ok
  527. MD5 digest w/ non-ASCII recipient address (#3491) ... ok
  528. MIME Base64/utf-8 encoding ... ok
  529. MIME None encoding resulting in 7bit ... ok
  530. MIME None encoding resulting in 8bit ... ok
  531. MIME QP/utf-8 encoding ... ok
  532. Encoded headers split into multiple lines ... ok
  533. No recipient case ... ok
  534. test_notification_does_not_alter_ticket_instance (tests.ticket.notification.ProductNotificationTestCase) ... ok
  535. test_notification_get_message_id_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  536. test_props_format_ambiwidth_double (tests.ticket.notification.ProductNotificationTestCase) ... ok
  537. test_props_format_ambiwidth_single (tests.ticket.notification.ProductNotificationTestCase) ... ok
  538. test_props_format_obfuscated_email (tests.ticket.notification.ProductNotificationTestCase) ... ok
  539. test_props_format_obfuscated_email_disabled (tests.ticket.notification.ProductNotificationTestCase) ... ok
  540. test_props_format_wrap_bothsides (tests.ticket.notification.ProductNotificationTestCase) ... ok
  541. test_props_format_wrap_bothsides_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  542. test_props_format_wrap_leftside (tests.ticket.notification.ProductNotificationTestCase) ... ok
  543. test_props_format_wrap_leftside_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  544. test_props_format_wrap_rightside (tests.ticket.notification.ProductNotificationTestCase) ... ok
  545. test_props_format_wrap_rightside_unicode (tests.ticket.notification.ProductNotificationTestCase) ... ok
  546. To/Cc recipients ... ok
  547. Email addresses without a FQDN ... ok
  548. Basic SMTP message structure (headers, body) ... ok
  549. No-self-notification option ... ok
  550. Notification to reporter w/ updater option disabled (#3780) ... ok
  551. Notification w/ updater, w/o any other recipient (#4188) ... ok
  552. test_all_grouped_by_milestone (tests.ticket.query.ProductQueryTestCase) ... ok
  553. test_all_grouped_by_milestone_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  554. test_all_ordered_by_id (tests.ticket.query.ProductQueryTestCase) ... ok
  555. test_all_ordered_by_id_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  556. test_all_ordered_by_id_from_unicode (tests.ticket.query.ProductQueryTestCase) ... ok
  557. test_all_ordered_by_id_verbose (tests.ticket.query.ProductQueryTestCase) ... ok
  558. test_all_ordered_by_priority (tests.ticket.query.ProductQueryTestCase) ... ok
  559. test_all_ordered_by_priority_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  560. test_all_ordered_by_version (tests.ticket.query.ProductQueryTestCase) ... ok
  561. test_all_ordered_by_version_desc (tests.ticket.query.ProductQueryTestCase) ... ok
  562. test_constrained_by_custom_field (tests.ticket.query.ProductQueryTestCase) ... ok
  563. test_constrained_by_empty_value_contains (tests.ticket.query.ProductQueryTestCase) ... ok
  564. test_constrained_by_empty_value_endswith (tests.ticket.query.ProductQueryTestCase) ... ok
  565. test_constrained_by_empty_value_startswith (tests.ticket.query.ProductQueryTestCase) ... ok
  566. test_constrained_by_keywords (tests.ticket.query.ProductQueryTestCase) ... ok
  567. test_constrained_by_milestone (tests.ticket.query.ProductQueryTestCase) ... ok
  568. test_constrained_by_milestone_not (tests.ticket.query.ProductQueryTestCase) ... ok
  569. test_constrained_by_milestone_or_version (tests.ticket.query.ProductQueryTestCase) ... ok
  570. test_constrained_by_multiple_owners (tests.ticket.query.ProductQueryTestCase) ... ok
  571. test_constrained_by_multiple_owners_contain (tests.ticket.query.ProductQueryTestCase) ... ok
  572. test_constrained_by_multiple_owners_not (tests.ticket.query.ProductQueryTestCase) ... ok
  573. test_constrained_by_owner_beginswith (tests.ticket.query.ProductQueryTestCase) ... ok
  574. test_constrained_by_owner_containing (tests.ticket.query.ProductQueryTestCase) ... ok
  575. test_constrained_by_owner_endswith (tests.ticket.query.ProductQueryTestCase) ... ok
  576. test_constrained_by_owner_not_containing (tests.ticket.query.ProductQueryTestCase) ... ok
  577. test_constrained_by_status (tests.ticket.query.ProductQueryTestCase) ... ok
  578. test_constrained_by_time_range (tests.ticket.query.ProductQueryTestCase) ... ok
  579. test_constrained_by_time_range_exclusion (tests.ticket.query.ProductQueryTestCase) ... ok
  580. test_constrained_by_time_range_modified (tests.ticket.query.ProductQueryTestCase) ... ok
  581. test_constrained_by_time_range_open_left (tests.ticket.query.ProductQueryTestCase) ... ok
  582. test_constrained_by_time_range_open_right (tests.ticket.query.ProductQueryTestCase) ... ok
  583. test_csv_escape (tests.ticket.query.ProductQueryTestCase) ... ok
  584. test_equal_in_value (tests.ticket.query.ProductQueryTestCase) ... ok
  585. test_grouped_by_custom_field (tests.ticket.query.ProductQueryTestCase) ... ok
  586. test_grouped_by_priority (tests.ticket.query.ProductQueryTestCase) ... ok
  587. test_repeated_constraint_field (tests.ticket.query.ProductQueryTestCase) ... ok
  588. test_special_character_escape (tests.ticket.query.ProductQueryTestCase) ... ok
  589. test_template_data (tests.ticket.query.ProductQueryTestCase) ... ok
  590. test_user_var (tests.ticket.query.ProductQueryTestCase) ... ok
  591. test_empty_query (tests.ticket.query.ProductQueryLinksTestCase) ... ok
  592. test_csv_escape (tests.ticket.report.ProductReportTestCase) ... ok
  593. test_saved_custom_query_redirect (tests.ticket.report.ProductReportTestCase) ... ok
  594. test_sub_var_digits_underscore (tests.ticket.report.ProductReportTestCase) ... ok
  595. test_sub_var_missing_args (tests.ticket.report.ProductReportTestCase) ... ok
  596. test_sub_var_no_quotes (tests.ticket.report.ProductReportTestCase) ... ok
  597. test_sub_var_quotes (tests.ticket.report.ProductReportTestCase) ... ok
  598. test_closed_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  599. test_open_interval (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  600. test_stats (tests.ticket.roadmap.ProductDefaultTicketGroupStatsProviderTestCase) ... ok
  601. Test ticket: link resolver ... ok
  602. Test ticket: link resolver + arguments ... ok
  603. Test ticket: link resolver with ranges ... ok
  604. Test ticket link shorthand form ... ok
  605. Test ticket link shorthand form with ranges ... ok
  606. Test ticket link shorthand form with long ranges (#10111 regression) ... ok
  607. Test escaping the above ... ok
  608. Test escaping the above ... ok
  609. Test InterTrac for tickets ... FAIL
  610. Test Ticket InterTrac shorthands ... FAIL
  611. Test ticket syntax with unicode digits ... ok
  612. Test report link shorthand form ... ok
  613. Test escaping the above ... ok
  614. Test escaping the above ... ok
  615. Test ticket shorthands, not numerical HTML entities ... ok
  616. Test ticket shorthands, not numerical HTML entities ... ok
  617. Test InterTrac for reports ... FAIL
  618. Test report syntax with unicode digits ... ok
  619. Test milestone: link resolver ... ok
  620. Test milestone: link resolver + arguments ... ok
  621. Test query: link resolver ... ok
  622. Test TicketQuery macro: no results, list form ... ok
  623. Test TicketQuery macro: no results, count 0 ... ok
  624. Test TicketQuery macro: no results, compact form ... ok
  625. Test TicketQuery macro: one result, list form ... ok
  626. Test TicketQuery macro: one result, count 1 ... ok
  627. Test TicketQuery macro: one result, compact form ... ok
  628. Test TicketQuery macro: two results, list form ... ok
  629. Test TicketQuery macro: two results, count 2 ... ok
  630. Test TicketQuery macro: two results, compact form ... ok
  631. Test comment: link resolver (deprecated) ... ok
  632. Test comment: link resolver ... ok
  633. test_attachment_list_empty (tests.admin.console.ProductTracadminTestCase) ... ok
  634. test_backslash_use_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  635. test_component_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  636. test_component_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  637. test_component_chown_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  638. test_component_chown_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  639. test_component_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  640. test_component_remove_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  641. test_component_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  642. test_component_rename_error_bad_component (tests.admin.console.ProductTracadminTestCase) ... ok
  643. test_component_rename_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  644. test_component_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  645. test_config_get (tests.admin.console.ProductTracadminTestCase) ... ok
  646. test_config_remove (tests.admin.console.ProductTracadminTestCase) ... ok
  647. test_config_set (tests.admin.console.ProductTracadminTestCase) ... ok
  648. test_help_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  649. test_milestone_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  650. test_milestone_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  651. test_milestone_add_utf8_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  652. test_milestone_completed_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  653. test_milestone_completed_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  654. test_milestone_due_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  655. test_milestone_due_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  656. test_milestone_due_unset_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  657. test_milestone_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  658. test_milestone_remove_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  659. test_milestone_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  660. test_milestone_rename_error_bad_milestone (tests.admin.console.ProductTracadminTestCase) ... ok
  661. test_milestone_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  662. test_permission_add_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  663. test_permission_add_multiple_actions_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  664. test_permission_add_one_action_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  665. test_permission_export_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  666. test_permission_import_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  667. test_permission_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  668. test_permission_remove_action_for_all_users (tests.admin.console.ProductTracadminTestCase) ... ok
  669. test_permission_remove_action_not_granted (tests.admin.console.ProductTracadminTestCase) ... ok
  670. test_permission_remove_all_actions_for_user (tests.admin.console.ProductTracadminTestCase) ... ok
  671. test_permission_remove_multiple_actions_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  672. test_permission_remove_one_action_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  673. test_permission_remove_unknown_user (tests.admin.console.ProductTracadminTestCase) ... ok
  674. test_priority_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  675. test_priority_add_many_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  676. test_priority_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  677. test_priority_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  678. test_priority_change_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  679. test_priority_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  680. test_priority_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  681. test_priority_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  682. test_priority_order_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  683. test_priority_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  684. test_priority_remove_error_bad_priority (tests.admin.console.ProductTracadminTestCase) ... ok
  685. test_priority_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  686. test_session_add_duplicate_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  687. test_session_add_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  688. test_session_add_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  689. test_session_add_sid_all (tests.admin.console.ProductTracadminTestCase) ... ok
  690. test_session_add_sid_name (tests.admin.console.ProductTracadminTestCase) ... ok
  691. test_session_delete_anonymous (tests.admin.console.ProductTracadminTestCase) ... ok
  692. test_session_delete_missing_params (tests.admin.console.ProductTracadminTestCase) ... ok
  693. test_session_delete_multiple_sids (tests.admin.console.ProductTracadminTestCase) ... ok
  694. test_session_delete_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  695. test_session_list_all (tests.admin.console.ProductTracadminTestCase) ... ok
  696. test_session_list_anonymous (tests.admin.console.ProductTracadminTestCase) ... ok
  697. test_session_list_anonymous_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  698. test_session_list_authenticated (tests.admin.console.ProductTracadminTestCase) ... ok
  699. test_session_list_authenticated_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  700. test_session_list_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  701. test_session_list_no_sessions (tests.admin.console.ProductTracadminTestCase) ... ok
  702. test_session_purge_age (tests.admin.console.ProductTracadminTestCase) ... ok
  703. test_session_set_attr_email (tests.admin.console.ProductTracadminTestCase) ... ok
  704. test_session_set_attr_missing_attr (tests.admin.console.ProductTracadminTestCase) ... ok
  705. test_session_set_attr_missing_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  706. test_session_set_attr_missing_value (tests.admin.console.ProductTracadminTestCase) ... ok
  707. test_session_set_attr_name (tests.admin.console.ProductTracadminTestCase) ... ok
  708. test_session_set_attr_nonexistent_sid (tests.admin.console.ProductTracadminTestCase) ... ok
  709. test_severity_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  710. test_severity_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  711. test_severity_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  712. test_severity_change_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  713. test_severity_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  714. test_severity_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  715. test_severity_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  716. test_severity_order_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  717. test_severity_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  718. test_severity_remove_error_bad_severity (tests.admin.console.ProductTracadminTestCase) ... ok
  719. test_severity_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  720. test_ticket_type_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  721. test_ticket_type_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  722. test_ticket_type_change_error_bad_new_name (tests.admin.console.ProductTracadminTestCase) ... ok
  723. test_ticket_type_change_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  724. test_ticket_type_change_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  725. test_ticket_type_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  726. test_ticket_type_order_down_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  727. test_ticket_type_order_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  728. test_ticket_type_order_up_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  729. test_ticket_type_remove_error_bad_type (tests.admin.console.ProductTracadminTestCase) ... ok
  730. test_ticket_type_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  731. test_version_add_error_already_exists (tests.admin.console.ProductTracadminTestCase) ... ok
  732. test_version_add_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  733. test_version_list_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  734. test_version_remove_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  735. test_version_remove_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  736. test_version_rename_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  737. test_version_rename_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  738. test_version_time_error_bad_version (tests.admin.console.ProductTracadminTestCase) ... ok
  739. test_version_time_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  740. test_version_time_unset_ok (tests.admin.console.ProductTracadminTestCase) ... ok
  741. test_init_blacklist (tests.admin.product_admin.ProductAdminSetupTestCase) ... ok
  742. test_init_whitelist (tests.admin.product_admin.ProductAdminSetupTestCase) ... ok
  743. Test blacklisted admin panel with PRODUCT_ADMIN in product env ... ok
  744. Test unspecified admin panel with PRODUCT_ADMIN in product env ... ok
  745. Test whitelisted admin panel with PRODUCT_ADMIN in product env ... ok
  746. Plugin admin panel with PRODUCT_ADMIN in global env ... ok
  747. Test blacklisted admin panel with PRODUCT_ADMIN in product env ... ok
  748. Test unspecified admin panel with PRODUCT_ADMIN in product env ... ok
  749. Test whitelisted admin panel with PRODUCT_ADMIN in product env ... ok
  750. Plugin admin panel with PRODUCT_ADMIN in product env ... ok
  751. Test admin panel with TRAC_ADMIN in global env ... ok
  752. Plugin admin panel with TRAC_ADMIN in global env ... ERROR
  753. Test blacklisted admin panel with TRAC_ADMIN in product env ... ok
  754. Test whitelisted admin panel with TRAC_ADMIN in product env ... ok
  755. Plugin admin panel with TRAC_ADMIN in global env ... ok
  756. Test blacklisted admin panel without meta-perm in product env ... ok
  757. Test unspecified admin panel without meta-perm in product env ... ok
  758. Test whitelisted admin panel without meta-perm in product env ... ok
  759. Plugin admin panel without meta-perm in global env ... ok
  760. Test blacklisted admin panel without meta-perm in product env ... ok
  761. Test unspecified admin panel without meta-perm in product env ... ok
  762. Test whitelisted admin panel without meta-perm in product env ... ok
  763. Plugin admin panel without meta-perm in product env ... ok
  764. test_get_last_id (trac.db.tests.api.ConnectionTestCase) ... ok
  765. test_update_sequence (trac.db.tests.api.ConnectionTestCase) ... ok
  766. test_mysql_simple (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  767. test_mysql_with_creds (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  768. test_postgres_simple (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  769. test_postgres_with_creds (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  770. test_postgres_with_port (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  771. test_postgres_with_quoted_password (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  772. test_sqlite_absolute (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  773. test_sqlite_relative (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  774. test_sqlite_windows_path (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  775. test_sqlite_with_timeout_param (trac.db.tests.api.ParseConnectionStringTestCase) ... ok
  776. test_get_last_id (tests.db.api.ProductConnectionTestCase) ... ok
  777. test_update_sequence (tests.db.api.ProductConnectionTestCase) ... ok
  778. test_mysql_simple (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  779. test_mysql_with_creds (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  780. test_postgres_simple (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  781. test_postgres_with_creds (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  782. test_postgres_with_port (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  783. test_postgres_with_quoted_password (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  784. test_sqlite_absolute (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  785. test_sqlite_relative (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  786. test_sqlite_windows_path (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  787. test_sqlite_with_timeout_param (tests.db.api.ProductParseConnectionStringTestCase) ... ok
  788. test_insert_empty (tests.db.api.ProductStringsTestCase) ... ok
  789. test_insert_markup (tests.db.api.ProductStringsTestCase) ... ok
  790. test_insert_unicode (tests.db.api.ProductStringsTestCase) ... ok
  791. test_quote (tests.db.api.ProductStringsTestCase) ... ok
  792. test_explicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  793. test_explicit_in_implicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  794. test_explicit_in_implicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  795. test_explicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  796. test_failed_transaction (tests.db.api.ProductWithTransactionTestCase) ... ok
  797. test_implicit_in_explicit_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  798. test_implicit_in_explicit_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  799. test_implicit_nesting_failure (tests.db.api.ProductWithTransactionTestCase) ... ok
  800. test_implicit_nesting_success (tests.db.api.ProductWithTransactionTestCase) ... ok
  801. test_invalid_nesting (tests.db.api.ProductWithTransactionTestCase) ... ok
  802. test_successful_transaction (tests.db.api.ProductWithTransactionTestCase) ... ok
  803. test_insert_empty (trac.db.tests.api.StringsTestCase) ... ok
  804. test_insert_markup (trac.db.tests.api.StringsTestCase) ... ok
  805. test_insert_unicode (trac.db.tests.api.StringsTestCase) ... ok
  806. test_quote (trac.db.tests.api.StringsTestCase) ... ok
  807. test_explicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  808. test_explicit_in_implicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  809. test_explicit_in_implicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  810. test_explicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  811. test_failed_transaction (trac.db.tests.api.WithTransactionTest) ... ok
  812. test_implicit_in_explicit_failure (trac.db.tests.api.WithTransactionTest) ... ok
  813. test_implicit_in_explicit_success (trac.db.tests.api.WithTransactionTest) ... ok
  814. test_implicit_nesting_failure (trac.db.tests.api.WithTransactionTest) ... ok
  815. test_implicit_nesting_success (trac.db.tests.api.WithTransactionTest) ... ok
  816. test_invalid_nesting (trac.db.tests.api.WithTransactionTest) ... ok
  817. test_successful_transaction (trac.db.tests.api.WithTransactionTest) ... ok
  818. test_custom_alter_table (tests.db.cursor.DbCursorTestCase) ... ok
  819. test_custom_create_table (tests.db.cursor.DbCursorTestCase) ... ok
  820. test_custom_insert (tests.db.cursor.DbCursorTestCase) ... ok
  821. test_custom_select (tests.db.cursor.DbCursorTestCase) ... ok
  822. test_custom_update (tests.db.cursor.DbCursorTestCase) ... ok
  823. test_system_insert_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  824. test_system_insert_translated (tests.db.cursor.DbCursorTestCase) ... ok
  825. test_system_select_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  826. test_system_select_translated (tests.db.cursor.DbCursorTestCase) ... ok
  827. test_system_update_nontranslated (tests.db.cursor.DbCursorTestCase) ... ok
  828. test_system_update_translated (tests.db.cursor.DbCursorTestCase) ... ok
  829. test_alter_column_types (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  830. test_alter_column_types_none (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  831. test_alter_column_types_same (trac.db.tests.mysql_test.MySQLTableAlterationSQLTest) ... ok
  832. test_alter_column_types (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  833. test_alter_column_types_none (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  834. test_alter_column_types_same (tests.db.mysql.ProductMySQLTableAlterationSQLTest) ... ok
  835. test_alter_column_types (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  836. test_alter_column_types_none (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  837. test_alter_column_types_same (trac.db.tests.postgres_test.PostgresTableAlterationSQLTest) ... ok
  838. test_assemble_dsn (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  839. test_quote_column_names (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  840. test_quote_compound_primary_key_declaration (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  841. test_quote_index_declaration (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  842. test_quote_index_declaration_for_multiple_indexes (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  843. test_quote_table_name (trac.db.tests.postgres_test.PostgresTableCreationSQLTest) ... ok
  844. test_alter_column_types (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  845. test_alter_column_types_none (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  846. test_alter_column_types_same (tests.db.postgres.ProductPostgresTableAlterationSQLTest) ... ok
  847. test_assemble_dsn (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  848. test_quote_column_names (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  849. test_quote_compound_primary_key_declaration (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  850. test_quote_index_declaration (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  851. test_quote_index_declaration_for_multiple_indexes (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  852. test_quote_table_name (tests.db.postgres.ProductPostgresTableCreationSQLTest) ... ok
  853. test_get_supported_conversions (tests.mimeview.api.ProductMimeviewTestCase) ... ok
  854. Regression test related to #4557 ... ok
  855. Regression test related to #5795 ... ok
  856. test_no_newline_in_base (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  857. test_no_newline_in_changed (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  858. test_simple (tests.mimeview.patch.ProductPatchRendererTestCase) ... ok
  859. test_empty_content (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  860. test_extra_mimetypes (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  861. test_newline_content (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  862. test_python_hello (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  863. test_python_hello_mimeview (tests.mimeview.pygments.ProductPygmentsRendererTestCase) ... ok
  864. test_resource_changeset (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  865. test_resource_repository (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  866. test_resource_source (tests.versioncontrol.api.ProductResourceManagerTestCase) ... ok
  867. test_clean_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  868. test_get_changes (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  869. test_initial_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  870. test_initial_sync_with_empty_repos (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  871. test_sync_changeset (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  872. test_sync_changeset_if_not_exists (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  873. test_update_sync (tests.versioncontrol.cache.ProductCacheTestCase) ... ok
  874. test_aliases (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  875. test_changesets (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  876. test_coarse_permissions (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  877. test_default_permission (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  878. test_groups (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  879. test_module_usage (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  880. test_precedence (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  881. test_read_write (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  882. test_scoped_repository (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  883. test_special_tokens (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  884. test_sub_path (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  885. test_trailing_slashes (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  886. test_wildcard (tests.versioncontrol.svn_authz.ProductAuthzSourcePolicyTestCase) ... ok
  887. test_add_link_advanced (tests.web.chrome.ProductChromeTestCase) ... ok
  888. test_add_link_simple (tests.web.chrome.ProductChromeTestCase) ... ok
  889. test_add_meta (tests.web.chrome.ProductChromeTestCase) ... ok
  890. test_add_notice_is_unique (tests.web.chrome.ProductChromeTestCase) ... ok
  891. test_add_script (tests.web.chrome.ProductChromeTestCase) ... ok
  892. test_add_script_data (tests.web.chrome.ProductChromeTestCase) ... ok
  893. test_add_stylesheet (tests.web.chrome.ProductChromeTestCase) ... ok
  894. test_add_stylesheet_media (tests.web.chrome.ProductChromeTestCase) ... ok
  895. test_add_warning_is_unique (tests.web.chrome.ProductChromeTestCase) ... ok
  896. test_default_links (tests.web.chrome.ProductChromeTestCase) ... ok
  897. test_htdocs_location (tests.web.chrome.ProductChromeTestCase) ... ok
  898. test_icon_links (tests.web.chrome.ProductChromeTestCase) ... ok
  899. test_logo (tests.web.chrome.ProductChromeTestCase) ... ok
  900. test_nav_contributor (tests.web.chrome.ProductChromeTestCase) ... ok
  901. test_nav_contributor_active (tests.web.chrome.ProductChromeTestCase) ... ok
  902. test_nav_contributor_order (tests.web.chrome.ProductChromeTestCase) ... ok
  903. test_add_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  904. test_add_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  905. test_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  906. test_authenticated_session (tests.web.session.ProductSessionTestCase) ... ok
  907. test_authenticated_session_independence_var (tests.web.session.ProductSessionTestCase) ... ok
  908. test_change_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  909. test_delete_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  910. test_delete_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  911. test_delete_detached_session_var (tests.web.session.ProductSessionTestCase) ... ok
  912. test_delete_empty_session (tests.web.session.ProductSessionTestCase) ... ok
  913. test_modify_anonymous_session_var (tests.web.session.ProductSessionTestCase) ... ok
  914. test_modify_authenticated_session_var (tests.web.session.ProductSessionTestCase) ... ok
  915. test_modify_detached_session (tests.web.session.ProductSessionTestCase) ... ok
  916. test_new_session (tests.web.session.ProductSessionTestCase) ... ok
  917. test_new_session_promotion (tests.web.session.ProductSessionTestCase) ... ok
  918. test_purge_anonymous_session (tests.web.session.ProductSessionTestCase) ... ok
  919. test_session_admin_add (tests.web.session.ProductSessionTestCase) ... ok
  920. test_session_admin_delete (tests.web.session.ProductSessionTestCase) ... ok
  921. test_session_admin_list (tests.web.session.ProductSessionTestCase) ... ok
  922. test_session_admin_purge (tests.web.session.ProductSessionTestCase) ... ok
  923. test_session_admin_set (tests.web.session.ProductSessionTestCase) ... ok
  924. test_session_promotion (tests.web.session.ProductSessionTestCase) ... ok
  925. Verify that setting a variable in a session to the default value ... ok
  926. test_update_session (tests.web.session.ProductSessionTestCase) ... ok
  927. Test htdocs: links resolver ... ok
  928. Test Bold + italic markup ... ok
  929. Test Multiline bold italic markup (WikiCreole) ... ok
  930. Test Problematic markup: comma-separated list with a time + bold markup ... ok
  931. Test Consecutive bold + italic markup ... ok
  932. Test Underline + overstrike markup ... ok
  933. Test Problematic markup: overlapping tags ... ok
  934. Test Problematic markup: out of order close tags ... ok
  935. Test Problematic markup: bold + missing close italic ... ok
  936. Test Italic immediately followed by bold markup ... ok
  937. Test Bold immediately followed by italic markup ... ok
  938. Test Multiline bold italic markup ... ok
  939. Test Multiline bold italic markup ... ok
  940. Test Problematic multiline bold italic markup ... ok
  941. Test Super and subscript markup ... ok
  942. Test Super and subscript markup ... ok
  943. Test Escaping markup ... ok
  944. Test Complex mixed verbatim markup ... ok
  945. Test Complex mixed verbatim markup ... ok
  946. Test Link resolvers, short form ... ok
  947. Test Escaping links resolvers, short form ... ok
  948. Test Link resolvers, alternative short form ... ok
  949. Test Escaping links resolvers, alternative short form ... ok
  950. Test Link resolvers, long form with label ... FAIL
  951. Test Link resolver SHREF_TARGET_LAST ... ok
  952. Test Link resolver SHREF_TARGET_LAST ... ok
  953. Test Link resolver SHREF_TARGET_FIRST ... FAIL
  954. Test Link resolver SHREF_TARGET_MIDDLE ... FAIL
  955. Test Link resolver SHREF_TARGET_MIDDLE ... FAIL
  956. Test Link resolver, long form with quoting ... FAIL
  957. Test Link resolver in markup ... ok
  958. Test Link resolver, quoting of target ... ok
  959. Test Link resolver look alike, quoting of target ... ok
  960. Test Relative links ... ok
  961. Test Relative links (WikiCreole style) ... ok
  962. Test Wiki anchors ... ok
  963. Test Wiki anchors (WikiCreole style) ... ok
  964. Test Image links are now regular external links ... FAIL
  965. Test Image links are now regular external links ... FAIL
  966. Test Arbitrary protocol Link ... FAIL
  967. Test mailto: links and automatic e-mail detection ... ok
  968. Test Arbitrary protocol Link ... FAIL
  969. Test Generic InterTrac links ... FAIL
  970. Test Another arbitrary protocol Link ... FAIL
  971. Test WikiCreole style for the above examples ... FAIL
  972. Test More WikiCreole examples ... FAIL
  973. Test Link resolver counter examples ... ok
  974. Test Link resolver counter examples ... ok
  975. Test Link resolver counter examples ... ok
  976. Test Link resolver counter example ... ok
  977. Test Link resolver counter example ... ok
  978. Test Code Block 1 ... ok
  979. Test Code Block 1 ... ok
  980. Test Code Block 2 ... ok
  981. Test Code Block 2 ... ok
  982. Test Embedded code blocks ... ok
  983. Test Embedded code blocks ... ok
  984. Test Consecutive code blocks ... ok
  985. Test Consecutive code blocks ... ok
  986. Test Unfinished code blocks ... ok
  987. Test Unfinished code blocks ... ok
  988. Test Wiki processor ... ok
  989. Test Wiki processor ... ok
  990. Test Wiki processor, compact declaration ... ok
  991. Test Wiki processor, compact declaration ... ok
  992. Test Wiki processor, prefix removal ... ok
  993. Test Wiki processor counter example ... ok
  994. Test Wiki processor counter example ... ok
  995. Test HTML wiki processor ... ok
  996. Test HTML wiki processor ... ok
  997. Test HTML wiki processor, XSS check 1 ... ok
  998. Test HTML wiki processor, XSS check 1 ... ok
  999. Test HTML wiki processor, XSS check 2 ... ok
  1000. Test HTML wiki processor, XSS check 2 ... ok
  1001. Test HTML wiki processor, XSS check 3 ... ok
  1002. Test HTML wiki processor, XSS check 3 ... ok
  1003. Test HTML comment wiki processor ... ok
  1004. Test HTML comment wiki processor ... ok
  1005. Test HTML comment wiki processor, comment ends with "-" ... ok
  1006. Test HTML comment wiki processor, comment ends with "-" ... ok
  1007. Test HTML comment wiki processor, comment contains "--" ... ok
  1008. Test HTML comment wiki processor, comment contains "--" ... ok
  1009. Test WikiProcessor default arguments ... ok
  1010. Test div and span wiki processors ... ok
  1011. Test div and span wiki processors ... ok
  1012. Test div and Span wiki processors ... ok
  1013. Test div and Span wiki processors ... ok
  1014. Test span wiki processor ... ok
  1015. Test span wiki processor ... ok
  1016. Test div and Span wiki processors ... ok
  1017. Test div and Span wiki processors ... ok
  1018. Test Macro help shortcut (with content) ... ok
  1019. Test Macro help shortcut (with content) ... ok
  1020. Test Macro help shortcut (no content) ... ok
  1021. Test Macro help shortcut (no content) ... ok
  1022. Test Macro with arguments (leading) ... ok
  1023. Test Macro with arguments (leading) ... ok
  1024. Test Macro with arguments (in flow) ... ok
  1025. Test Macro with arguments (in flow) ... ok
  1026. Test Bad macro call, but valid WikiCreole link ... ok
  1027. Test Bad macro call, but valid WikiCreole link ... ok
  1028. Test Another bad macro call ... ok
  1029. Test Another bad macro call ... ok
  1030. Test Two consecutive macros on a line ... ok
  1031. Test Two consecutive macros on a line ... ok
  1032. Test Macro returning a <div> ... ok
  1033. Test Macro returning a <div> ... ok
  1034. Test Macro returning a <table> preceeded by space ... ok
  1035. Test Macro returning a <table> preceeded by space ... ok
  1036. Test Macro returning a <div class="...code..."> ... ok
  1037. Test Macro returning a <div class="...code..."> ... ok
  1038. Test Macro returning an html.DIV(class="...code...">) ... ok
  1039. Test Macro returning an html.DIV(class="...code...">) ... ok
  1040. Test Macro returning a Genshi Stream (no "code" div) ... ok
  1041. Test Macro returning a Genshi Stream (no "code" div) ... ok
  1042. Test Macro returning None ... ok
  1043. Test Macro returning None ... ok
  1044. Test WikiProcessor defined as a macro ... ok
  1045. Test WikiProcessor defined as a macro ... ok
  1046. Test Inlined HTML wiki processor ... ok
  1047. Test Inlined HTML wiki processor ... ok
  1048. Test BR macro ... ok
  1049. Test BR macro ... ok
  1050. Test WikiCreole line break ... ok
  1051. Test WikiCreole line break ... ok
  1052. Test Comment wiki processor ... ok
  1053. Test Comment wiki processor ... ok
  1054. Test Comment wiki processor called as a macro ... ok
  1055. Test Comment wiki processor called as a macro ... ok
  1056. Test I18N heading ... ok
  1057. Test I18N heading ... ok
  1058. Test Quoted heading ... ok
  1059. Test Quoted heading ... ok
  1060. Test Heading with < and > ... ok
  1061. Test Heading with < and > ... ok
  1062. Test Heading with . ... ok
  1063. Test Heading with . ... ok
  1064. Test Normal heading ... ok
  1065. Test Normal heading ... ok
  1066. Test Formatted heading ... ok
  1067. Test Formatted heading ... ok
  1068. Test Heading with link ... ok
  1069. Test Heading with link ... ok
  1070. Test Normal heading, fixed id ... ok
  1071. Test Normal heading, fixed id ... ok
  1072. Test Normal heading, auto-corrected id ... ok
  1073. Test Normal heading, auto-corrected id ... ok
  1074. Test Normal heading, auto-corrected id ... ok
  1075. Test Relaxed heading ... ok
  1076. Test Relaxed heading ... ok
  1077. Test Relaxed heading ... ok
  1078. Test Bulleted lists ... ok
  1079. Test Bulleted lists ... ok
  1080. Test Changelog sample (and e-mail link) ... ok
  1081. Test Complex bulleted list ... ok
  1082. Test Numbered lists ... ok
  1083. Test Numbered lists ... ok
  1084. Test Numbered lists multi-line items ... ok
  1085. Test Numbered lists multi-line items ... ok
  1086. Test List with explicit numerical start > 9 ... ok
  1087. Test List with explicit loweralpha start > 'a.' ... ok
  1088. Test Numbered lists counter-examples ... ok
  1089. Test Unicode digits will not start a numbered list ... ok
  1090. Test Mixed lists multi-line items ... ok
  1091. Test Lists and partial inline markup (#3232) ... ok
  1092. Test Lists and partial inline markup (#3232) ... ok
  1093. Test Lists starting at beginning of line ... ok
  1094. Test Simple definition list ... ok
  1095. Test Simple definition list ... ok
  1096. Test Tricky definition list ... ok
  1097. Test Tricky definition list ... ok
  1098. Test Verbatim term in definition list ... ok
  1099. Test Verbatim term in definition list ... ok
  1100. Test Another verbatim term in definition list ... ok
  1101. Test Another verbatim term in definition list ... ok
  1102. Test Complex definition list ... ok
  1103. Test Complex definition list ... ok
  1104. Test Definition list counter example ... ok
  1105. Test Definition list counter example ... ok
  1106. Test Pathological definition list counter example with block quotes ... ok
  1107. Test Pathological definition list counter example with block quotes ... ok
  1108. Test Definition list + escaped definition list ... ok
  1109. Test Definition list + escaped definition list ... ok
  1110. Test Definition list + another escaped definition list ... ok
  1111. Test Definition list + another escaped definition list ... ok
  1112. Test Simple Table, one column ... ok
  1113. Test Simple Table, one column ... ok
  1114. Test Simple Table, multiple columns ... ok
  1115. Test Simple Table, multiple columns ... ok
  1116. Test Simple Table with colspan ... ok
  1117. Test Simple Table with colspan ... ok
  1118. Test Table headings (plus colspan) ... ok
  1119. Test Table headings (plus alignment) ... ok
  1120. Test Indented tables, multiple columns ... ok
  1121. Test Indented tables, multiple columns ... ok
  1122. Test Table escaping ... ok
  1123. Test Table escaping ... ok
  1124. Test Table with row continuation ... ok
  1125. Test Table with !#th and !#td wiki processors ... ok
  1126. Test Table with wiki processors, unfinished block ... ok
  1127. Test Table with wiki processors, wikimedia row sep ... ok
  1128. Test Table with wiki processors, wikimedia row sep ... ok
  1129. Test Table with wiki processors (tr, th and td) ... ok
  1130. Test Table with wiki processors (tr, th and td) ... ok
  1131. Test Table with wiki processors (table but no cells) ... ok
  1132. Test Table with wiki processors (table but no cells) ... ok
  1133. Test Table with wiki processors (tr but no cells) ... ok
  1134. Test Table with wiki processors (tr but no cells) ... ok
  1135. Test Table with wiki processors (table + multiple embedded tables) ... ok
  1136. Test Table with wiki processors (table + multiple embedded tables) ... ok
  1137. Test Table with wiki processors within div ... ok
  1138. Test Mix of headings and lists ... ok
  1139. Test Mix of headings and lists ... ok
  1140. Test Mix of headings and lists ... ok
  1141. Test Heading, lists and table ... FAIL
  1142. Test Heading, lists and table ... FAIL
  1143. Test Heading, lists and table ... FAIL
  1144. Test Lists, indents and table ... ok
  1145. Test Lists, indents and table ... ok
  1146. Test "Tabstops" set by lists and quotes ... ok
  1147. Test Citations (mail style, no consistent space) ... ok
  1148. Test Citations (mail style, no consistent space) ... ok
  1149. Test Citations (mail style, no consistent space) ... ok
  1150. Test Citations (reply to style, consistent space) ... ok
  1151. Test Citations (reply to style, consistent space) ... ok
  1152. Test Citations of arbitrary wiki content ... ok
  1153. Test Citations of arbitrary wiki content ... ok
  1154. Test Citation and follow-up block ... ok
  1155. Test Citation and follow-up block ... ok
  1156. Test Block and follow-up citation ... ok
  1157. Test Block and follow-up citation ... ok
  1158. Test Bold ... ok
  1159. Test Italics ... ok
  1160. Test Bold and Italics ... ok
  1161. Test More Bold Italics ... ok
  1162. Test Bold Italics counter examples ... ok
  1163. Test Headings (wikified headings + ids) ... ok
  1164. Test Links - Internal, External and Interwiki ... FAIL
  1165. Test Paragraphs ... ok
  1166. Test Line breaks ... ok
  1167. Test Horizontal Rule ... ok
  1168. Test Nowiki (Preformatted) ... ok
  1169. Test Nowiki (inline) ... ok
  1170. Test Bold and/or italic links ... ok
  1171. Test source: Image, no other arguments ... ok
  1172. Test source: Image, no other arguments ... ok
  1173. Test intertrac:source: Image, no other arguments ... ok
  1174. Test intertrac:source: Image, no other arguments ... ok
  1175. Test source: Image, nolink ... ok
  1176. Test source: Image, nolink ... ok
  1177. Test source: Image, normal args ... ok
  1178. Test source: Image, normal args ... ok
  1179. Test source: Image, size arg ... ok
  1180. Test source: Image, keyword alignment ... ok
  1181. Test http: Image, nolink ... ok
  1182. Test http: Image, absolute, many ':' ... ok
  1183. Test // Image, server-relative ... ok
  1184. Test / Image, project-relative, link to WikiStart ... ok
  1185. Test / Image, project-relative, link to WikiStart ... ok
  1186. Test Strip unicode white-spaces and ZWSPs (#10668) ... ok
  1187. Test Strip unicode white-spaces and ZWSPs (#10668) ... ok
  1188. Test TitleIndex, default format ... ok
  1189. Test TitleIndex, default format ... ok
  1190. Test TitleIndex, compact format ... ok
  1191. Test TitleIndex, compact format ... ok
  1192. Test TitleIndex, default format ... ok
  1193. Test TitleIndex, default format ... ok
  1194. Test TitleIndex, compact format ... ok
  1195. Test TitleIndex, compact format ... ok
  1196. Test TitleIndex, default format with prefix ... ok
  1197. Test TitleIndex, default format with prefix ... ok
  1198. Test TitleIndex, compact format with prefix ... ok
  1199. Test TitleIndex, compact format with prefix ... ok
  1200. Test TitleIndex, default format with prefix hidden ... ok
  1201. Test TitleIndex, default format with prefix hidden ... ok
  1202. Test TitleIndex, compact format with prefix hidden ... ok
  1203. Test TitleIndex, compact format with prefix hidden ... ok
  1204. Test TitleIndex, group format ... ok
  1205. Test TitleIndex, hierarchy format ... ok
  1206. Test TitleIndex, group format, prefix hidden ... ok
  1207. Test TitleIndex, hierarchy format, prefix hidden ... ok
  1208. Test TitleIndex group and page with numbers (#7919) ... ok
  1209. Test TitleIndex, compact format with prefix hidden, including Test0.13* ... ok
  1210. Test TitleIndex, compact format with prefix hidden, including Test0.13* but excluding Test0.131 ... ok
  1211. Test TitleIndex, compact format, excluding various topics ... ok
  1212. Test TitleIndex, compact format, including and excluding various topics ... ok
  1213. Test TitleIndex, hierarchy format with complex hierarchy ... ok
  1214. Test TitleIndex, hierarchy format with complex hierarchy (and min=5) ... ok
  1215. Test TitleIndex, group format with complex hierarchy ... ok
  1216. Test RecentChanges, group option ... ok
  1217. Test TracIni, option with empty doc (#10940) ... ok
  1218. test_create_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1219. test_delete_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1220. test_delete_page_last_version (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1221. test_delete_page_version (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1222. test_existing_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1223. test_invalid_page_name (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1224. test_new_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1225. test_rename_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1226. test_update_page (tests.wiki.model.ProductWikiPageTestCase) ... ok
  1227. Test wiki: link resolver ... ok
  1228. Test wiki: link resolver + query and fragment ... ok
  1229. Test WikiPageNames conformance ... ok
  1230. Test WikiPageNames conformance (unicode) ... ok
  1231. Test More WikiPageNames conformance ... ok
  1232. Test Escaping WikiPageNames ... ok
  1233. Test WikiPageNames endings ... ok
  1234. Test WikiPageNames counter examples ... ok
  1235. Test WikiPageNames with fragment identifier ... ok
  1236. Test WikiPageNames with fragment id (performance test) ... ok
  1237. Test WikiPageNames counter examples (paths) ... ok
  1238. Test WikiPageNames counter examples (numbers) ... ok
  1239. Test WikiPageNames counter examples (numbers) ... ok
  1240. Test WikiPageNames counter examples (unicode) ... ok
  1241. Test WikiPageNames counter examples (unicode) ... ok
  1242. Test not a WikiPageNames at all (#9025 regression) ... ok
  1243. Test not a WikiPageNames at all (#9025 regression) ... ok
  1244. Test MoinMoin style forced links ... ok
  1245. Test Wiki links with @version ... ok
  1246. Test WikiPageName with label ... ok
  1247. Test WikiPageName with label should be strict... ... ok
  1248. Test InterTrac for wiki ... FAIL
  1249. Test Wiki InterTrac shorthands ... FAIL
  1250. Test InterWiki links ... FAIL
  1251. Test InterWiki links with parameters and fragment ... FAIL
  1252. Test Regression for #9712 ... ok
  1253. Test Wiki links with @version using unicode digits ... ok
  1254. Test Relative to the project url ... ok
  1255. Test Relative to the base url ... ok
  1256. Test Relative to the current page ... ok
  1257. Test Relative to the current page, in wiki realm ... ok
  1258. Test Relative to the current page, as CamelCase ... ok
  1259. Test Relative to the current page with query strings and fragments ... ok
  1260. Test Splitting relative links ... ok
  1261. Test Splitting scoped links ... ok
  1262. Test Splitting internal free links ... ok
  1263. Test Scoped links for hierarchical pages ... ok
  1264.  
  1265. ======================================================================
  1266. ERROR: Plugin admin panel with TRAC_ADMIN in global env
  1267. ----------------------------------------------------------------------
  1268. Traceback (most recent call last):
  1269.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/admin/product_admin.py", line 295, in test_tracadmin_global_plugins
  1270.     self._dispatch(req, self.global_env)
  1271.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/admin/product_admin.py", line 226, in _dispatch
  1272.     return RequestDispatcher(env).dispatch(req)
  1273.   File "/path/to/bloodhound/trac/trac/web/main.py", line 214, in dispatch
  1274.     resp = chosen_handler.process_request(req)
  1275.   File "/path/to/bloodhound/trac/trac/admin/web_ui.py", line 130, in process_request
  1276.     path_info)
  1277.   File "/path/to/bloodhound/trac/trac/admin/web_ui.py", line 476, in render_admin_panel
  1278.     return self._render_view(req)
  1279.   File "/path/to/bloodhound/trac/trac/admin/web_ui.py", line 578, in _render_view
  1280.     plugins = get_plugin_info(self.env, include_core=True)
  1281.   File "/path/to/bloodhound/trac/trac/loader.py", line 141, in get_plugin_info
  1282.     module = sys.modules[component.__module__]
  1283. KeyError: 'dummy_module'
  1284.  
  1285. ======================================================================
  1286. FAIL: test_product_edit (tests.web_ui.ProductModuleTestCase)
  1287. ----------------------------------------------------------------------
  1288. Traceback (most recent call last):
  1289.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web_ui.py", line 315, in test_product_edit
  1290.     self.assertRedirect(req, product_url)
  1291.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web_ui.py", line 118, in assertRedirect
  1292.     'Expires' : 'Fri, 01 Jan 1999 00:00:00 GMT'})
  1293.   File "/path/to/bloodhound/bloodhound_multiproduct/tests/web_ui.py", line 101, in assertHttpHeaders
  1294.     "Unexpected value for HTTP header '%s'" % (h,))
  1295. AssertionError: 'http://127.0.0.1/trac.cgi/products/tp1' != '/trac.cgi/products/tp1' : Unexpected value for HTTP header 'Location'
  1296.  
  1297. ======================================================================
  1298. FAIL: Test Product link SHREF_TARGET_FIRST
  1299. ----------------------------------------------------------------------
  1300. Traceback (most recent call last):
  1301.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1302.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1303. AssertionError: <unprintable AssertionError object>
  1304.  
  1305. ======================================================================
  1306. FAIL: Test product: links - InterTrac for tickets
  1307. ----------------------------------------------------------------------
  1308. Traceback (most recent call last):
  1309.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1310.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1311. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]...
  1312.  <p>
  1313. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>product:tp1:trac:ticket:2041</a>
  1314. ?                                                                                                                     --------------------------
  1315. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">product:tp1:trac:ticket:2041<span class="icon"></span></a>
  1316. ?                                                                                                                                                   ++++++++++++++++++++++++++
  1317. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>Trac #2041</a>
  1318. ?                                                                                                                                                ----------
  1319. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">Trac #2041<span class="icon"></span></a>
  1320. ?                                                                                                                      ++++++++++
  1321. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>#T2041</a>
  1322. ?                                                                                                                                                ------
  1323. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">#T2041<span class="icon"></span></a>
  1324. ?                                                                                                                      ++++++
  1325. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>#trac2041</a>
  1326. ?                                                                                                                                                ---------
  1327. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">#trac2041<span class="icon"></span></a>
  1328. ?                                                                                                                      +++++++++
  1329.  </p>
  1330.  
  1331.  
  1332. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:67: "product: links - InterTrac for tickets" (default flavor)
  1333.  
  1334. ======================================================================
  1335. FAIL: Test product: links - Ticket InterTrac shorthands
  1336. ----------------------------------------------------------------------
  1337. Traceback (most recent call last):
  1338.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1339.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1340. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]...
  1341.  <p>
  1342. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac"><span class="icon"></span>product:tp1:T:#2041</a>
  1343. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac"><span class="icon"></span>product:tp1:trac:#2041</a>
  1344. ?                                                                                                                                    ----------------------
  1345. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac">product:tp1:T:#2041<span class="icon"></span></a>
  1346. ?                                                                                                          +++++++++++++++++++
  1347. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac">product:tp1:trac:#2041<span class="icon"></span></a>
  1348.   </p>
  1349.  
  1350.  
  1351. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:80: "product: links - Ticket InterTrac shorthands" (default flavor)
  1352.  
  1353. ======================================================================
  1354. FAIL: Test product: links unicode prefix - InterTrac for tickets
  1355. ----------------------------------------------------------------------
  1356. Traceback (most recent call last):
  1357.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1358.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1359. AssertionError: <unprintable AssertionError object>
  1360.  
  1361. ======================================================================
  1362. FAIL: Test product: links unicode prefix - Ticket InterTrac shorthands
  1363. ----------------------------------------------------------------------
  1364. Traceback (most recent call last):
  1365.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1366.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1367. AssertionError: <unprintable AssertionError object>
  1368.  
  1369. ======================================================================
  1370. FAIL: Test global: links - InterTrac for tickets
  1371. ----------------------------------------------------------------------
  1372. Traceback (most recent call last):
  1373.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1374.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1375. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]...
  1376.  <p>
  1377. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac"><span class="icon"></span>global:trac:ticket:2041</a>
  1378. ?                                                                                                                              --------------------------
  1379. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac">global:trac:ticket:2041<span class="icon"></span></a>
  1380. ?                                                                                                                                                       ++++++++++++++++++++++++++
  1381. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac"><span class="icon"></span>Trac #2041</a>
  1382. ?                                                                                                                                                         ----------
  1383. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac">Trac #2041<span class="icon"></span></a>
  1384. ?                                                                                                                               ++++++++++
  1385. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac"><span class="icon"></span>#T2041</a>
  1386. ?                                                                                                                                                         ------
  1387. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac">#T2041<span class="icon"></span></a>
  1388. ?                                                                                                                               ++++++
  1389. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac"><span class="icon"></span>#trac2041</a>
  1390. ?                                                                                                                                                         ---------
  1391. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="&lt;global&gt; ticket:2041 in Trac's Trac">#trac2041<span class="icon"></span></a>
  1392. ?                                                                                                                               +++++++++
  1393.  </p>
  1394.  
  1395.  
  1396. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:67: "global: links - InterTrac for tickets" (default flavor)
  1397.  
  1398. ======================================================================
  1399. FAIL: Test global: links - Ticket InterTrac shorthands
  1400. ----------------------------------------------------------------------
  1401. Traceback (most recent call last):
  1402.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1403.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1404. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]...
  1405.  <p>
  1406. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="&lt;global&gt; #2041 in Trac's Trac"><span class="icon"></span>global:T:#2041</a>
  1407. ?                                                                                                                                             --------------
  1408. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="&lt;global&gt; #2041 in Trac's Trac">global:T:#2041<span class="icon"></span></a>
  1409. ?                                                                                                                   ++++++++++++++
  1410. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="&lt;global&gt; #2041 in Trac's Trac"><span class="icon"></span>global:trac:#2041</a>
  1411. ?                                                                                                                                             -----------------
  1412. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="&lt;global&gt; #2041 in Trac's Trac">global:trac:#2041<span class="icon"></span></a>
  1413. ?                                                                                                                   +++++++++++++++++
  1414.   </p>
  1415.  
  1416.  
  1417. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:80: "global: links - Ticket InterTrac shorthands" (default flavor)
  1418.  
  1419. ======================================================================
  1420. FAIL: Test product: links - InterTrac for reports
  1421. ----------------------------------------------------------------------
  1422. Traceback (most recent call last):
  1423.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1424.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1425. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]...
  1426.   <p>
  1427. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac"><span class="icon"></span>product:tp1:trac:report:1</a>
  1428. ?                                                                                                               --------------------------
  1429. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac">product:tp1:trac:report:1<span class="icon"></span></a>
  1430. ?                                                                                                                                          ++++++++++++++++++++++++++
  1431. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac"><span class="icon"></span>Trac r1</a>
  1432. ?                                                                                                                                          -------
  1433. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac">Trac r1<span class="icon"></span></a>
  1434. ?                                                                                                                +++++++
  1435. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac"><span class="icon"></span>{T1}</a>
  1436. ?                                                                                                                                          ----
  1437. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac">{T1}<span class="icon"></span></a>
  1438. ?                                                                                                                ++++
  1439. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac"><span class="icon"></span>{trac1}</a>
  1440. ?                                                                                                                                          -------
  1441. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac">{trac1}<span class="icon"></span></a>
  1442. ?                                                                                                                +++++++
  1443. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac"><span class="icon"></span>{trac 1}</a>
  1444. ?                                                                                                                                          --------
  1445. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="[tp1] report:1 in Trac's Trac">{trac 1}<span class="icon"></span></a>
  1446. ?                                                                                                                ++++++++
  1447.   {product:tp1:T1}
  1448.   {product:tp1:trac1}
  1449.   {product:tp1:trac 1}
  1450.   </p>
  1451.  
  1452.  
  1453. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:37: "product: links - InterTrac for reports" (default flavor)
  1454.  
  1455. ======================================================================
  1456. FAIL: Test product: links unicode prefix - InterTrac for reports
  1457. ----------------------------------------------------------------------
  1458. Traceback (most recent call last):
  1459.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1460.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1461. AssertionError: <unprintable AssertionError object>
  1462.  
  1463. ======================================================================
  1464. FAIL: Test global: links - InterTrac for reports
  1465. ----------------------------------------------------------------------
  1466. Traceback (most recent call last):
  1467.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1468.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1469. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]...
  1470.   <p>
  1471. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac"><span class="icon"></span>global:trac:report:1</a>
  1472. ?                                                                                                                        --------------------------
  1473. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac">global:trac:report:1<span class="icon"></span></a>
  1474. ?                                                                                                                                              ++++++++++++++++++++++++++
  1475. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac"><span class="icon"></span>Trac r1</a>
  1476. ?                                                                                                                                                   -------
  1477. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac">Trac r1<span class="icon"></span></a>
  1478. ?                                                                                                                         +++++++
  1479. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac"><span class="icon"></span>{T1}</a>
  1480. ?                                                                                                                                                   ----
  1481. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac">{T1}<span class="icon"></span></a>
  1482. ?                                                                                                                         ++++
  1483. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac"><span class="icon"></span>{trac1}</a>
  1484. ?                                                                                                                                                   -------
  1485. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac">{trac1}<span class="icon"></span></a>
  1486. ?                                                                                                                         +++++++
  1487. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac"><span class="icon"></span>{trac 1}</a>
  1488. ?                                                                                                                                                   --------
  1489. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="&lt;global&gt; report:1 in Trac's Trac">{trac 1}<span class="icon"></span></a>
  1490. ?                                                                                                                         ++++++++
  1491.   {global:T1}
  1492.   {global:trac1}
  1493.   {global:trac 1}
  1494.   </p>
  1495.  
  1496.  
  1497. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:37: "global: links - InterTrac for reports" (default flavor)
  1498.  
  1499. ======================================================================
  1500. FAIL: Test short product syntax - InterTrac for tickets
  1501. ----------------------------------------------------------------------
  1502. Traceback (most recent call last):
  1503.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1504.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1505. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]...
  1506.  <p>
  1507. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>tp1-&gt;trac:ticket:2041</a>
  1508. ?                                                                                                                     --------------------------
  1509. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">tp1-&gt;trac:ticket:2041<span class="icon"></span></a>
  1510. ?                                                                                                                                               ++++++++++++++++++++++++++
  1511. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>#T2041</a>
  1512. ?                                                                                                                                                ------
  1513. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">#T2041<span class="icon"></span></a>
  1514. ?                                                                                                                      ++++++
  1515. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac"><span class="icon"></span>#trac2041</a>
  1516. ?                                                                                                                                                ---------
  1517. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="[tp1] ticket:2041 in Trac's Trac">#trac2041<span class="icon"></span></a>
  1518. ?                                                                                                                      +++++++++
  1519.  </p>
  1520.  
  1521.  
  1522. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:67: "short product syntax - InterTrac for tickets" (default flavor)
  1523.  
  1524. ======================================================================
  1525. FAIL: Test short product syntax - Ticket InterTrac shorthands
  1526. ----------------------------------------------------------------------
  1527. Traceback (most recent call last):
  1528.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1529.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1530. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]...
  1531.  <p>
  1532. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac"><span class="icon"></span>tp1-&gt;T:#2041</a>
  1533. ?                                                                                                                                    ---------------
  1534. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac">tp1-&gt;T:#2041<span class="icon"></span></a>
  1535. ?                                                                                                          +++++++++++++++
  1536. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac"><span class="icon"></span>tp1-&gt;trac:#2041</a>
  1537. ?                                                                                                                                    ------------------
  1538. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="[tp1] #2041 in Trac's Trac">tp1-&gt;trac:#2041<span class="icon"></span></a>
  1539. ?                                                                                                          ++++++++++++++++++
  1540.   </p>
  1541.  
  1542.  
  1543. /path/to/bloodhound/bloodhound_multiproduct/tests/wikisyntax.pyc:78: "short product syntax - Ticket InterTrac shorthands" (default flavor)
  1544.  
  1545. ======================================================================
  1546. FAIL: Test short product syntax unicode prefix - InterTrac for tickets
  1547. ----------------------------------------------------------------------
  1548. Traceback (most recent call last):
  1549.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1550.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1551. AssertionError: <unprintable AssertionError object>
  1552.  
  1553. ======================================================================
  1554. FAIL: Test short product syntax unicode prefix - Ticket InterTrac shorthands
  1555. ----------------------------------------------------------------------
  1556. Traceback (most recent call last):
  1557.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1558.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1559. AssertionError: <unprintable AssertionError object>
  1560.  
  1561. ======================================================================
  1562. FAIL: Test InterTrac for tickets
  1563. ----------------------------------------------------------------------
  1564. Traceback (most recent call last):
  1565.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1566.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1567. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A204 [truncated]...
  1568.  <p>
  1569. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac"><span class="icon"></span>trac:ticket:2041</a>
  1570. ?                                                                                                                                          ----------------
  1571. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac">trac:ticket:2041<span class="icon"></span></a>
  1572. ?                                                                                                                ++++++++++++++++
  1573. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac"><span class="icon"></span>Trac #2041</a>
  1574. ?                                                                                                                                          ----------
  1575. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac">Trac #2041<span class="icon"></span></a>
  1576. ?                                                                                                                ++++++++++
  1577. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac"><span class="icon"></span>#T2041</a>
  1578. ?                                                                                                                                          ------
  1579. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac">#T2041<span class="icon"></span></a>
  1580. ?                                                                                                                ++++++
  1581. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac"><span class="icon"></span>#trac2041</a>
  1582. ?                                                                                                                                          ---------
  1583. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/ticket%3A2041" title="ticket:2041 in Trac's Trac">#trac2041<span class="icon"></span></a>
  1584. ?                                                                                                                +++++++++
  1585.  </p>
  1586.  
  1587.  
  1588. /path/to/bloodhound/trac/trac/ticket/tests/wikisyntax.pyc:63: "InterTrac for tickets" (default flavor)
  1589.  
  1590. ======================================================================
  1591. FAIL: Test Ticket InterTrac shorthands
  1592. ----------------------------------------------------------------------
  1593. Traceback (most recent call last):
  1594.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1595.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1596. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" tit [truncated]...
  1597.  <p>
  1598. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="#2041 in Trac's Trac"><span class="icon"></span>T:#2041</a>
  1599. ?                                                                                                                              -------
  1600. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="#2041 in Trac's Trac">T:#2041<span class="icon"></span></a>
  1601. ?                                                                                                    +++++++
  1602. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="#2041 in Trac's Trac"><span class="icon"></span>trac:#2041</a>
  1603. ?                                                                                                                              ----------
  1604. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/%232041" title="#2041 in Trac's Trac">trac:#2041<span class="icon"></span></a>
  1605. ?                                                                                                    ++++++++++
  1606.   </p>
  1607.  
  1608.  
  1609. /path/to/bloodhound/trac/trac/ticket/tests/wikisyntax.pyc:76: "Ticket InterTrac shorthands" (default flavor)
  1610.  
  1611. ======================================================================
  1612. FAIL: Test InterTrac for reports
  1613. ----------------------------------------------------------------------
  1614. Traceback (most recent call last):
  1615.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1616.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1617. AssertionError: u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]... != u'<p>\n<a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1"  [truncated]...
  1618.   <p>
  1619. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac"><span class="icon"></span>trac:report:1</a>
  1620. ?                                                                                                                                    -------------
  1621. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac">trac:report:1<span class="icon"></span></a>
  1622. ?                                                                                                          +++++++++++++
  1623. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac"><span class="icon"></span>Trac r1</a>
  1624. ?                                                                                                                                    -------
  1625. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac">Trac r1<span class="icon"></span></a>
  1626. ?                                                                                                          +++++++
  1627. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac"><span class="icon"></span>{T1}</a>
  1628. ?                                                                                                                                    ----
  1629. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac">{T1}<span class="icon"></span></a>
  1630. ?                                                                                                          ++++
  1631. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac"><span class="icon"></span>{trac1}</a>
  1632. ?                                                                                                                                    -------
  1633. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac">{trac1}<span class="icon"></span></a>
  1634. ?                                                                                                          +++++++
  1635. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac"><span class="icon"></span>{trac 1}</a>
  1636. ?                                                                                                                                    --------
  1637. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/report%3A1" title="report:1 in Trac's Trac">{trac 1}<span class="icon"></span></a>
  1638. ?                                                                                                          ++++++++
  1639.   </p>
  1640.  
  1641.  
  1642. /path/to/bloodhound/trac/trac/ticket/tests/wikisyntax.pyc:26: "InterTrac for reports" (default flavor)
  1643.  
  1644. ======================================================================
  1645. FAIL: Test Link resolvers, long form with label
  1646. ----------------------------------------------------------------------
  1647. Traceback (most recent call last):
  1648.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1649.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1650. AssertionError: u'<p>\n<a class="odd resolver" href="/thing/1">thing one</a>, <a class="ext-link [truncated]... != u'<p>\n<a class="odd resolver" href="/thing/1">thing one</a>, <a class="ext-link [truncated]...
  1651.  <p>
  1652. - <a class="odd resolver" href="/thing/1">thing one</a>, <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>edgewall</a>
  1653. ?                                                                                                                                      --------
  1654. + <a class="odd resolver" href="/thing/1">thing one</a>, <a class="ext-link" href="http://www.edgewall.com/">edgewall<span class="icon"></span></a>
  1655. ?                                                                                                            ++++++++
  1656.  </p>
  1657.  
  1658.  
  1659. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:198: "Link resolvers, long form with label" (default flavor)
  1660.  
  1661. ======================================================================
  1662. FAIL: Test Link resolver SHREF_TARGET_FIRST
  1663. ----------------------------------------------------------------------
  1664. Traceback (most recent call last):
  1665.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1666.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1667. AssertionError: <unprintable AssertionError object>
  1668.  
  1669. ======================================================================
  1670. FAIL: Test Link resolver SHREF_TARGET_MIDDLE
  1671. ----------------------------------------------------------------------
  1672. Traceback (most recent call last):
  1673.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1674.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1675. AssertionError: u'<table class="wiki">\n<tr><td><a class="ext-link" href="http://example.com/img [truncated]... != u'<table class="wiki">\n<tr><td><a class="ext-link" href="http://example.com/img [truncated]...
  1676.  <table class="wiki">
  1677. - <tr><td><a class="ext-link" href="http://example.com/img.png"><span class="icon"></span>http://example.com/img.png</a></td><td>text
  1678. ?                                                               --------------------------
  1679. + <tr><td><a class="ext-link" href="http://example.com/img.png">http://example.com/img.png<span class="icon"></span></a></td><td>text
  1680. ?                                                                                          ++++++++++++++++++++++++++
  1681.  </td></tr></table>
  1682.  
  1683.  
  1684. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:242: "Link resolver SHREF_TARGET_MIDDLE" (default flavor)
  1685.  
  1686. ======================================================================
  1687. FAIL: Test Link resolver SHREF_TARGET_MIDDLE
  1688. ----------------------------------------------------------------------
  1689. Traceback (most recent call last):
  1690.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1691.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1692. AssertionError: u'||<a class="ext-link" href="http://example.com/img.png"><span class="icon"></s [truncated]... != u'||<a class="ext-link" href="http://example.com/img.png">http://example.com/img [truncated]...
  1693. - ||<a class="ext-link" href="http://example.com/img.png"><span class="icon"></span>http://example.com/img.png</a>||text||?                                                         --------------------------
  1694. + ||<a class="ext-link" href="http://example.com/img.png">http://example.com/img.png<span class="icon"></span></a>||text||?                                                                                    ++++++++++++++++++++++++++
  1695.  
  1696.  
  1697. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:242: "Link resolver SHREF_TARGET_MIDDLE" (oneliner flavor)
  1698.  
  1699. ======================================================================
  1700. FAIL: Test Link resolver, long form with quoting
  1701. ----------------------------------------------------------------------
  1702. Traceback (most recent call last):
  1703.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1704.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1705. AssertionError: u'<p>\n<a class="text resolver" href="/stuff/WikiStart">Foo</a> <a class="ext-li [truncated]... != u'<p>\n<a class="text resolver" href="/stuff/WikiStart">Foo</a> <a class="ext-li [truncated]...
  1706.   <p>
  1707. - <a class="text resolver" href="/stuff/WikiStart">Foo</a> <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>Edgewall</a>
  1708. ?                                                                                                                                        --------
  1709. + <a class="text resolver" href="/stuff/WikiStart">Foo</a> <a class="ext-link" href="http://www.edgewall.com/">Edgewall<span class="icon"></span></a>
  1710. ?                                                                                                              ++++++++
  1711.   </p>
  1712.   <p>
  1713.   <a class="text resolver" href="/stuff/Foo%20Bar">link:"Foo Bar"</a> <a class="text resolver" href="/stuff/Foo%20Bar%23baz">link:"Foo Bar#baz"</a>
  1714.   </p>
  1715.   <p>
  1716.   <a class="text resolver" href="/stuff/Foo%20Bar">Foo Bar</a> <a class="text resolver" href="/stuff/Foo%20Bar%23baz">Foo Bar</a>
  1717.   </p>
  1718.   <p>
  1719.   <a class="text resolver" href="/stuff/Argv">*argv[] versus **argv</a>
  1720.   </p>
  1721.   <p>
  1722.   <a class="text resolver" href="/stuff/test">"test.txt", line 123</a>
  1723.   </p>
  1724.   <p>
  1725.   <a class="text resolver" href="/stuff/pl/de">%de</a>
  1726.   </p>
  1727.  
  1728.  
  1729. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:250: "Link resolver, long form with quoting" (default flavor)
  1730.  
  1731. ======================================================================
  1732. FAIL: Test Image links are now regular external links
  1733. ----------------------------------------------------------------------
  1734. Traceback (most recent call last):
  1735.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1736.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1737. AssertionError: u'<p>\n<a class="ext-link" href="http://example.com/img.png?foo=bar"><span class [truncated]... != u'<p>\n<a class="ext-link" href="http://example.com/img.png?foo=bar">http://exam [truncated]...
  1738.   <p>
  1739. - <a class="ext-link" href="http://example.com/img.png?foo=bar"><span class="icon"></span>http://example.com/img.png?foo=bar</a>
  1740. ?                                                               --------------------------
  1741. + <a class="ext-link" href="http://example.com/img.png?foo=bar">http://example.com/img.png?foo=bar<span class="icon"></span></a>
  1742. ?                                                                                                  ++++++++++++++++++++++++++
  1743.   </p>
  1744.  
  1745.  
  1746. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:399: "Image links are now regular external links" (default flavor)
  1747.  
  1748. ======================================================================
  1749. FAIL: Test Image links are now regular external links
  1750. ----------------------------------------------------------------------
  1751. Traceback (most recent call last):
  1752.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1753.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1754. AssertionError: u'<a class="ext-link" href="http://example.com/img.png?foo=bar"><span class="ico [truncated]... != u'<a class="ext-link" href="http://example.com/img.png?foo=bar">http://example.c [truncated]...
  1755. - <a class="ext-link" href="http://example.com/img.png?foo=bar"><span class="icon"></span>http://example.com/img.png?foo=bar</a>?                                                               --------------------------
  1756. + <a class="ext-link" href="http://example.com/img.png?foo=bar">http://example.com/img.png?foo=bar<span class="icon"></span></a>?                                                                                                  ++++++++++++++++++++++++++
  1757.  
  1758.  
  1759. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:399: "Image links are now regular external links" (oneliner flavor)
  1760.  
  1761. ======================================================================
  1762. FAIL: Test Arbitrary protocol Link
  1763. ----------------------------------------------------------------------
  1764. Traceback (most recent call last):
  1765.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1766.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1767. AssertionError: u'<p>\n<em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/ [truncated]... != u'<p>\n<em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/ [truncated]...
  1768.  <p>
  1769. - <em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt"><span class="icon"></span>ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt</a></em>
  1770. ?                                                                                       --------------------------
  1771. + <em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt">ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt<span class="icon"></span></a></em>
  1772. ?                                                                                                                                     ++++++++++++++++++++++++++
  1773.  </p>
  1774.  
  1775.  
  1776. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:407: "Arbitrary protocol Link" (default flavor)
  1777.  
  1778. ======================================================================
  1779. FAIL: Test Arbitrary protocol Link
  1780. ----------------------------------------------------------------------
  1781. Traceback (most recent call last):
  1782.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1783.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1784. AssertionError: u'<p>\n<em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/ [truncated]... != u'<p>\n<em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/ [truncated]...
  1785.  <p>
  1786. - <em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt"><span class="icon"></span>ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt</a></em>
  1787. ?                                                                                       --------------------------
  1788. + <em>RFCs von <a class="ext-link" href="ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt">ftp://ftp.rfc-editor.org/in-notes/rfcXXXX.txt<span class="icon"></span></a></em>
  1789. ?                                                                                                                                     ++++++++++++++++++++++++++
  1790.  </p>
  1791.  
  1792.  
  1793. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:436: "Arbitrary protocol Link" (default flavor)
  1794.  
  1795. ======================================================================
  1796. FAIL: Test Generic InterTrac links
  1797. ----------------------------------------------------------------------
  1798. Traceback (most recent call last):
  1799.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1800.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1801. AssertionError: u'<p>\n<a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title= [truncated]... != u'<p>\n<a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title= [truncated]...
  1802.  <p>
  1803. - <a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title="roadmap in Trac Hacks"><span class="icon"></span>th:roadmap</a>
  1804. ?                                                                                                                            ----------
  1805. + <a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title="roadmap in Trac Hacks">th:roadmap<span class="icon"></span></a>
  1806. ?                                                                                                  ++++++++++
  1807. - <a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title="roadmap in Trac Hacks"><span class="icon"></span>th:roadmap</a>:
  1808. ?                                                                                                                            ----------
  1809. + <a class="ext-link" href="http://trac-hacks.org/intertrac/roadmap" title="roadmap in Trac Hacks">th:roadmap<span class="icon"></span></a>:
  1810. ?                                                                                                  ++++++++++
  1811. - <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks"><span class="icon"></span>th</a>
  1812. ?                                                                                                          --
  1813. + <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks">th<span class="icon"></span></a>
  1814. ?                                                                                ++
  1815. - <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks"><span class="icon"></span>Trac Hacks</a>
  1816. ?                                                                                                          ----------
  1817. + <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks">Trac Hacks<span class="icon"></span></a>
  1818. ?                                                                                ++++++++++
  1819. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki1%22" title="wiki:&#34;my test spaced wiki1&#34; in Trac Hacks"><span class="icon"></span>th:wiki:"my test spaced wiki1"</a>
  1820. ?                                                                                                                                                             --------------------------
  1821. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki1%22" title="wiki:&#34;my test spaced wiki1&#34; in Trac Hacks">th:wiki:"my test spaced wiki1"<span class="icon"></span></a>
  1822. ?                                                                                                                                                                                             ++++++++++++++++++++++++++
  1823. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki2" title="wiki:my test spaced wiki2 in Trac Hacks"><span class="icon"></span>th:"wiki:my test spaced wiki2"</a>
  1824. ?                                                                                                                                             --------------------------
  1825. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki2" title="wiki:my test spaced wiki2 in Trac Hacks">th:"wiki:my test spaced wiki2"<span class="icon"></span></a>
  1826. ?                                                                                                                                                                            ++++++++++++++++++++++++++
  1827. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki3%22" title="wiki:&#34;my test spaced wiki3&#34; in Trac Hacks"><span class="icon"></span>th:'wiki:"my test spaced wiki3"'</a>
  1828. ?                                                                                                                                                             --------------------------
  1829. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki3%22" title="wiki:&#34;my test spaced wiki3&#34; in Trac Hacks">th:'wiki:"my test spaced wiki3"'<span class="icon"></span></a>
  1830. ?                                                                                                                                                                                               ++++++++++++++++++++++++++
  1831. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki4%22" title="wiki:&#34;my test spaced wiki4&#34; in Trac Hacks"><span class="icon"></span>wiki:"my test spaced wiki4"</a>
  1832. ?                                                                                                                                                             --------------------------
  1833. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki4%22" title="wiki:&#34;my test spaced wiki4&#34; in Trac Hacks">wiki:"my test spaced wiki4"<span class="icon"></span></a>
  1834. ?                                                                                                                                                                                         ++++++++++++++++++++++++++
  1835. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki5%22" title="wiki:&#34;my test spaced wiki5&#34; in Trac Hacks"><span class="icon"></span>wiki:"my test spaced wiki5"</a>
  1836. ?                                                                                                                                                             --------------------------
  1837. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki5%22" title="wiki:&#34;my test spaced wiki5&#34; in Trac Hacks">wiki:"my test spaced wiki5"<span class="icon"></span></a>
  1838. ?                                                                                                                                                                                          ++++++++++++++++++++++++++
  1839. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki6" title="wiki:my test spaced wiki6 in Trac Hacks"><span class="icon"></span>wiki:my test spaced wiki6</a>
  1840. ?                                                                                                                                                                        -------------------------
  1841. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki6" title="wiki:my test spaced wiki6 in Trac Hacks">wiki:my test spaced wiki6<span class="icon"></span></a>
  1842. ?                                                                                                                                              +++++++++++++++++++++++++
  1843. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki7%22" title="wiki:&#34;my test spaced wiki7&#34; in Trac Hacks"><span class="icon"></span>My Test Spaced Wiki 7</a>
  1844. ?                                                                                                                                                             --------------------------
  1845. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki7%22" title="wiki:&#34;my test spaced wiki7&#34; in Trac Hacks">My Test Spaced Wiki 7<span class="icon"></span></a>
  1846. ?                                                                                                                                                                                    ++++++++++++++++++++++++++
  1847. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki8" title="wiki:my test spaced wiki8 in Trac Hacks"><span class="icon"></span>My Test Spaced Wiki 8</a>
  1848. ?                                                                                                                                                                        ---------------------
  1849. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3Amy%20test%20spaced%20wiki8" title="wiki:my test spaced wiki8 in Trac Hacks">My Test Spaced Wiki 8<span class="icon"></span></a>
  1850. ?                                                                                                                                              +++++++++++++++++++++
  1851. - <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki9%22" title="wiki:&#34;my test spaced wiki9&#34; in Trac Hacks"><span class="icon"></span>My Test Spaced Wiki 9</a>
  1852. ?                                                                                                                                                             --------------------------
  1853. + <a class="ext-link" href="http://trac-hacks.org/intertrac/wiki%3A%22my%20test%20spaced%20wiki9%22" title="wiki:&#34;my test spaced wiki9&#34; in Trac Hacks">My Test Spaced Wiki 9<span class="icon"></span></a>
  1854. ?                                                                                                                                                                                    ++++++++++++++++++++++++++
  1855.  </p>
  1856.  
  1857.  
  1858. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:443: "Generic InterTrac links" (default flavor)
  1859.  
  1860. ======================================================================
  1861. FAIL: Test Another arbitrary protocol Link
  1862. ----------------------------------------------------------------------
  1863. Traceback (most recent call last):
  1864.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1865.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1866. 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">svn+ssh://secureser [truncated]...
  1867.  <p>
  1868. - <a class="ext-link" href="svn+ssh://secureserver.org"><span class="icon"></span>svn+ssh://secureserver.org</a>
  1869. ?                                                       --------------------------
  1870. + <a class="ext-link" href="svn+ssh://secureserver.org">svn+ssh://secureserver.org<span class="icon"></span></a>
  1871. ?                                                                                  ++++++++++++++++++++++++++
  1872. - <a class="ext-link" href="svn+ssh://secureserver.org"><span class="icon"></span>SVN link</a>
  1873. ?                                                                                 --------
  1874. + <a class="ext-link" href="svn+ssh://secureserver.org">SVN link<span class="icon"></span></a>
  1875. ?                                                       ++++++++
  1876. - <a class="ext-link" href="rfc-2396.compatible://link"><span class="icon"></span>rfc-2396.compatible://link</a>
  1877. + <a class="missing product">rfc-2396</a>.compatible://link
  1878. - <a class="ext-link" href="rfc-2396.compatible://link"><span class="icon"></span>RFC 2396</a>
  1879. ?                                                                                 --------
  1880. + <a class="ext-link" href="rfc-2396.compatible://link">RFC 2396<span class="icon"></span></a>
  1881. ?                                                       ++++++++
  1882. - <a class="ext-link" href="rfc-2396+under_score://link"><span class="icon"></span>rfc-2396+under_score://link</a>
  1883. + <a class="missing product">rfc-2396</a>+under_score://link
  1884. - <a class="ext-link" href="rfc-2396+under_score://link"><span class="icon"></span>underscore</a>
  1885. ?                                                                                  ----------
  1886. + <a class="ext-link" href="rfc-2396+under_score://link">underscore<span class="icon"></span></a>
  1887. ?                                                        ++++++++++
  1888.  unsafe://scheme is not rendered
  1889.  </p>
  1890.  
  1891.  
  1892. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:474: "Another arbitrary protocol Link" (default flavor)
  1893.  
  1894. ======================================================================
  1895. FAIL: Test WikiCreole style for the above examples
  1896. ----------------------------------------------------------------------
  1897. Traceback (most recent call last):
  1898.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1899.    % (msg, self.file, self.line, self.title, formatter.flavor))
  1900. AssertionError: u'<p>\n<a class="text resolver" href="/stuff/WikiStart"> Foo</a> <a class="ext-l [truncated]... != u'<p>\n<a class="text resolver" href="/stuff/WikiStart"> Foo</a> <a class="ext-l [truncated]...
  1901.   <p>
  1902. - <a class="text resolver" href="/stuff/WikiStart"> Foo</a> <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>Edgewall</a>
  1903. ?                                                                                                                                         --------
  1904. + <a class="text resolver" href="/stuff/WikiStart"> Foo</a> <a class="ext-link" href="http://www.edgewall.com/">Edgewall<span class="icon"></span></a>
  1905. ?                                                                                                               ++++++++
  1906.   </p>
  1907.   <p>
  1908.   <a class="text resolver" href="/stuff/Foo%20Bar">Foo Bar</a> <a class="text resolver" href="/stuff/Foo%20Bar%23baz">Foo Bar</a>
  1909.   </p>
  1910.   <p>
  1911.   <a class="missing wiki" href="/wiki/Foo%20Bar" rel="nofollow">Foo Bar?</a> <a class="missing wiki" href="/wiki/Foo%20Bar" rel="nofollow">Fu Bar?</a> <a class="missing wiki" href="/wiki/Foo%20Bar#baz" rel="nofollow">Foo Bar?</a>
  1912.   </p>
  1913.   <p>
  1914.   <a class="text resolver" href="/stuff/Argv">*argv[] versus **argv</a>
  1915.   </p>
  1916.   <p>
  1917.   <a class="text resolver" href="/stuff/test">"test.txt", line 123</a>
  1918.   </p>
  1919.   <p>
  1920.   <a class="text resolver" href="/stuff/pl/de">%de</a>
  1921.   </p>
  1922.   <p>
  1923.   i.e. <a class="mail-link" href="mailto:[email protected]"><span class="icon"></span>me</a>
  1924.   </p>
  1925.   <p>
  1926. - <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks"><span class="icon"></span>th</a>
  1927. ?                                                                                                          --
  1928. + <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks">th<span class="icon"></span></a>
  1929. ?                                                                                ++
  1930. - <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks"><span class="icon"></span>Trac Hacks</a>
  1931. ?                                                                                                          ----------
  1932. + <a class="ext-link" href="http://trac-hacks.org/intertrac/" title="Trac Hacks">Trac Hacks<span class="icon"></span></a>
  1933. ?                                                                                ++++++++++
  1934.   </p>
  1935.   <p>
  1936. - <a class="ext-link" href="svn+ssh://secureserver.org"><span class="icon"></span>SVN link</a>
  1937. ?                                                                                 --------
  1938. + <a class="ext-link" href="svn+ssh://secureserver.org">SVN link<span class="icon"></span></a>
  1939. ?                                                       ++++++++
  1940. - <a class="ext-link" href="rfc-2396.compatible://link"><span class="icon"></span>RFC 2396</a>
  1941. ?                                                                                 --------
  1942. + <a class="ext-link" href="rfc-2396.compatible://link">RFC 2396<span class="icon"></span></a>
  1943. ?                                                       ++++++++
  1944.   </p>
  1945.  
  1946.  
  1947. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:493: "WikiCreole style for the above examples" (default flavor)
  1948.  
  1949. ======================================================================
  1950. FAIL: Test More WikiCreole examples
  1951. ----------------------------------------------------------------------
  1952. Traceback (most recent call last):
  1953.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1954.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1955. AssertionError: u'<p>\n<a class="missing wiki" href="/wiki/coffeehouse%20setup" rel="nofollow">H [truncated]... != u'<p>\n<a class="missing wiki" href="/wiki/coffeehouse%20setup" rel="nofollow">H [truncated]...
  1956.   <p>
  1957.   <a class="missing wiki" href="/wiki/coffeehouse%20setup" rel="nofollow">How to set up a coffee house?</a>
  1958.   </p>
  1959.   <p>
  1960.   <a class="text resolver" href="/stuff/Template">Template</a>
  1961.   <a class="text resolver" href="/stuff/Template">Template</a>
  1962.   </p>
  1963.   <p>
  1964. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/wiki%3APipe%20%28computing%29" title="wiki:Pipe (computing) in Trac's Trac"><span class="icon"></span>wiki:Pipe (computing)</a>
  1965. ?                                                                                                                                                                    ---------------------
  1966. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/wiki%3APipe%20%28computing%29" title="wiki:Pipe (computing) in Trac's Trac">wiki:Pipe (computing)<span class="icon"></span></a>
  1967. ?                                                                                                                                          +++++++++++++++++++++
  1968. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/wiki%3APipe%20%28computing%29" title="wiki:Pipe (computing) in Trac's Trac"><span class="icon"></span>wiki:Pipe (computing)</a>
  1969. ?                                                                                                                                                                    ---------------------
  1970. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/wiki%3APipe%20%28computing%29" title="wiki:Pipe (computing) in Trac's Trac">wiki:Pipe (computing)<span class="icon"></span></a>
  1971. ?                                                                                                                                          +++++++++++++++++++++
  1972.   </p>
  1973.   <p>
  1974.   <a class="wiki" href="/wiki/WikiStart">b</a> (might change to relative)
  1975.   </p>
  1976.   <p>
  1977.   [[]] no "empty" link here
  1978.   <a class="missing wiki" href="/wiki/%20" rel="nofollow"> ?</a> is not completely empty...
  1979.   </p>
  1980.  
  1981.  
  1982. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:544: "More WikiCreole examples" (default flavor)
  1983.  
  1984. ======================================================================
  1985. FAIL: Test Heading, lists and table
  1986. ----------------------------------------------------------------------
  1987. Traceback (most recent call last):
  1988.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  1989.     % (msg, self.file, self.line, self.title, formatter.flavor))
  1990. AssertionError: u'<p>\nParagraph\n</p>\n<hr />\n<ol><li>Item 1\n<ol start="2"><li>Item 2\n</li>< [truncated]... != u'<p>\nParagraph\n</p>\n<hr />\n<ol><li>Item 1\n<ol start="2"><li>Item 2\n</li>< [truncated]...
  1991.   <p>
  1992.   Paragraph
  1993.   </p>
  1994.   <hr />
  1995.   <ol><li>Item 1
  1996.   <ol start="2"><li>Item 2
  1997.   </li></ol></li></ol><table class="wiki">
  1998.   <tr><td>Table</td><td>cell
  1999.   </td></tr><tr><td>Foo</td><td>Bar</td><td>Baz
  2000.   </td></tr></table>
  2001.   <p>
  2002. - <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>http://www.edgewall.com/</a>
  2003. ?                                                     --------------------------
  2004. + <a class="ext-link" href="http://www.edgewall.com/">http://www.edgewall.com/<span class="icon"></span></a>
  2005. ?                                                                              ++++++++++++++++++++++++++
  2006.   </p>
  2007.  
  2008.  
  2009. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:2235: "Heading, lists and table" (default flavor)
  2010.  
  2011. ======================================================================
  2012. FAIL: Test Heading, lists and table
  2013. ----------------------------------------------------------------------
  2014. Traceback (most recent call last):
  2015.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2016.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2017. AssertionError: u'Paragraph\n----\n 1. Item 1\n   2. Item 2\n||Table||cell||\n||Foo||Bar||Baz||\ [truncated]... != u'Paragraph\n----\n 1. Item 1\n   2. Item 2\n||Table||cell||\n||Foo||Bar||Baz||\ [truncated]...
  2018.   Paragraph
  2019.   ----
  2020.    1. Item 1
  2021.      2. Item 2
  2022.   ||Table||cell||
  2023.   ||Foo||Bar||Baz||
  2024. - <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>http://www.edgewall.com/</a>?                                                     --------------------------
  2025. + <a class="ext-link" href="http://www.edgewall.com/">http://www.edgewall.com/<span class="icon"></span></a>?                                                                              ++++++++++++++++++++++++++
  2026.  
  2027.  
  2028. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:2235: "Heading, lists and table" (oneliner flavor)
  2029.  
  2030. ======================================================================
  2031. FAIL: Test Heading, lists and table
  2032. ----------------------------------------------------------------------
  2033. Traceback (most recent call last):
  2034.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2035.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2036. AssertionError: u'<p>\nParagraph<br />\n</p>\n<hr />\n<ol><li>Item 1\n<ol start="2"><li>Item 2\n [truncated]... != u'<p>\nParagraph<br />\n</p>\n<hr />\n<ol><li>Item 1\n<ol start="2"><li>Item 2\n [truncated]...
  2037.   <p>
  2038.   Paragraph<br />
  2039.   </p>
  2040.   <hr />
  2041.   <ol><li>Item 1
  2042.   <ol start="2"><li>Item 2
  2043.   </li></ol></li></ol><table class="wiki">
  2044.   <tr><td>Table</td><td>cell
  2045.   </td></tr><tr><td>Foo</td><td>Bar</td><td>Baz
  2046.   </td></tr></table>
  2047.   <p>
  2048. - <a class="ext-link" href="http://www.edgewall.com/"><span class="icon"></span>http://www.edgewall.com/</a><br />
  2049. ?                                                     --------------------------
  2050. + <a class="ext-link" href="http://www.edgewall.com/">http://www.edgewall.com/<span class="icon"></span></a><br />
  2051. ?                                                                              ++++++++++++++++++++++++++
  2052.   </p>
  2053.  
  2054.  
  2055. /path/to/bloodhound/trac/trac/wiki/tests/wiki-tests.txt:2235: "Heading, lists and table" (default flavor)
  2056.  
  2057. ======================================================================
  2058. FAIL: Test Links - Internal, External and Interwiki
  2059. ----------------------------------------------------------------------
  2060. Traceback (most recent call last):
  2061.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2062.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2063. AssertionError: u'<p>\n<a class="missing wiki" href="/wiki/link" rel="nofollow">link?</a>\n<a cl [truncated]... != u'<p>\n<a class="missing wiki" href="/wiki/link" rel="nofollow">link?</a>\n<a cl [truncated]...
  2064.   <p>
  2065.   <a class="missing wiki" href="/wiki/link" rel="nofollow">link?</a>
  2066.   <a class="missing wiki" href="/wiki/MyBigPage" rel="nofollow">Go to my page?</a>
  2067. - <a class="ext-link" href="http://www.wikicreole.org/"><span class="icon"></span>http://www.wikicreole.org/</a>
  2068. ?                                                       --------------------------
  2069. + <a class="ext-link" href="http://www.wikicreole.org/">http://www.wikicreole.org/<span class="icon"></span></a>
  2070. ?                                                                                  ++++++++++++++++++++++++++
  2071. - <a class="ext-link" href="http://www.rawlink.org/"><span class="icon"></span>http://www.rawlink.org/</a>, <a class="ext-link" href="http://www.another.rawlink.org"><span class="icon"></span>http://www.another.rawlink.org</a>
  2072. + <a class="ext-link" href="http://www.rawlink.org/">http://www.rawlink.org/<span class="icon"></span></a>, <a class="ext-link" href="http://www.another.rawlink.org">http://www.another.rawlink.org<span class="icon"></span></a>
  2073. - <a class="ext-link" href="http://www.wikicreole.org/"><span class="icon"></span>Visit the WikiCreole website</a>
  2074. ?                                                                                 ----------------------------
  2075. + <a class="ext-link" href="http://www.wikicreole.org/">Visit the WikiCreole website<span class="icon"></span></a>
  2076. ?                                                       ++++++++++++++++++++++++++++
  2077.   <a class="missing wiki" href="/wiki/Weird%20Stuff" rel="nofollow">**Weird** //Stuff//?</a>
  2078. - <a class="ext-link" href="http://trac.edgewall.org/intertrac/WikiFamily" title="WikiFamily in Trac's Trac"><span class="icon"></span>WikiFamily</a>
  2079. ?                                                                                                                                      ----------
  2080. + <a class="ext-link" href="http://trac.edgewall.org/intertrac/WikiFamily" title="WikiFamily in Trac's Trac">WikiFamily<span class="icon"></span></a>
  2081. ?                                                                                                            ++++++++++
  2082.   </p>
  2083.  
  2084.  
  2085. /path/to/bloodhound/trac/trac/wiki/tests/wikicreole-tests.txt:130: "Links - Internal, External and Interwiki" (default flavor)
  2086.  
  2087. ======================================================================
  2088. FAIL: Test InterTrac for wiki
  2089. ----------------------------------------------------------------------
  2090. Traceback (most recent call last):
  2091.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2092.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2093. AssertionError: <unprintable AssertionError object>
  2094.  
  2095. ======================================================================
  2096. FAIL: Test Wiki InterTrac shorthands
  2097. ----------------------------------------------------------------------
  2098. Traceback (most recent call last):
  2099.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2100.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2101. AssertionError: <unprintable AssertionError object>
  2102.  
  2103. ======================================================================
  2104. FAIL: Test InterWiki links
  2105. ----------------------------------------------------------------------
  2106. Traceback (most recent call last):
  2107.   File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2108.     % (msg, self.file, self.line, self.title, formatter.flavor))
  2109. AssertionError: u'<p>\nThis is the original <a class="ext-link" href="http://www.usemod.com/cgi- [truncated]... != u'<p>\nThis is the original <a class="ext-link" href="http://www.usemod.com/cgi- [truncated]...
  2110.  <p>
  2111. - This is the original <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt" title="InterMapTxt in MeatBall..."><span class="icon"></span>MeatBall:InterMapTxt</a> wiki page.
  2112. ?                                                                                                                                   --------------------------
  2113. + This is the original <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt" title="InterMapTxt in MeatBall...">MeatBall:InterMapTxt<span class="icon"></span></a> wiki page.
  2114. ?                                                                                                                                                         ++++++++++++++++++++++++++
  2115. - Checkout the <a class="ext-link" href="tsvn:http://svn.edgewall.com/repos/trac" title="http://svn.edgewall.com/repos/trac in tsvn"><span class="icon"></span>Trac Repository</a>.
  2116. ?                                                                                                                                                              ---------------
  2117. + Checkout the <a class="ext-link" href="tsvn:http://svn.edgewall.com/repos/trac" title="http://svn.edgewall.com/repos/trac in tsvn">Trac Repository<span class="icon"></span></a>.
  2118. ?                                                                                                                                    +++++++++++++++
  2119.  </p>
  2120.  <p>
  2121. - complex link <a class="ext-link" href="http://server/a/page/test?format=txt" title="resource test in a"><span class="icon"></span>complex:a:test</a> with positional arguments
  2122. ?                                                                                                                                   --------------
  2123. + complex link <a class="ext-link" href="http://server/a/page/test?format=txt" title="resource test in a">complex:a:test<span class="icon"></span></a> with positional arguments
  2124. ?                                                                                                         ++++++++++++++
  2125. - complex link <a class="ext-link" href="http://server/a/page/?format=txt" title="resource  in a"><span class="icon"></span>complex:a</a> (not enough arguments)
  2126. ?                                                                                                                           ---------
  2127. + complex link <a class="ext-link" href="http://server/a/page/?format=txt" title="resource  in a">complex:a<span class="icon"></span></a> (not enough arguments)
  2128. ?                                                                                                 +++++++++
  2129. - complex link <a class="ext-link" href="http://server/a/page/test:more?format=txt" title="resource test:more in a"><span class="icon"></span>complex:a:test:more</a> (too many arguments)
  2130. ?                                                                                                                  --------------------------
  2131. + complex link <a class="ext-link" href="http://server/a/page/test:more?format=txt" title="resource test:more in a">complex:a:test:more<span class="icon"></span></a> (too many arguments)
  2132. ?                                                                                                                                       ++++++++++++++++++++++++++
  2133.  </p>
  2134.  <p>
  2135. - in trac.ini <a class="ext-link" href="http://inter/b/page/resource" title="Resource resource in b"><span class="icon"></span>inter:b:resource</a>
  2136. ?                                                                                                                              ----------------
  2137. + in trac.ini <a class="ext-link" href="http://inter/b/page/resource" title="Resource resource in b">inter:b:resource<span class="icon"></span></a>
  2138. ?                                                                                                    ++++++++++++++++
  2139. - in trac.ini <a class="ext-link" href="http://over/c/page/something" title="c:something in over"><span class="icon"></span>over:c:something</a> overrides wiki
  2140. ?                                                                                                                           ----------------
  2141. + in trac.ini <a class="ext-link" href="http://over/c/page/something" title="c:something in over">over:c:something<span class="icon"></span></a> overrides wiki
  2142. ?                                                                                                 ++++++++++++++++
  2143.  </p>
  2144.  <p>
  2145.  NoLink:ignored
  2146.  <a class="missing wiki" href="/wiki/NoLink" rel="nofollow">NoLink?</a>:
  2147.  <a class="missing wiki" href="/wiki/NoLink" rel="nofollow">NoLink?</a>: ...
  2148.  </p>
  2149.  
  2150.  
  2151. /path/to/bloodhound/trac/trac/wiki/tests/wikisyntax.pyc:264: "InterWiki links" (default flavor)
  2152.  
  2153. ======================================================================
  2154. FAIL: Test InterWiki links with parameters and fragment
  2155. ----------------------------------------------------------------------
  2156. Traceback (most recent call last):
  2157.  File "/path/to/bloodhound/trac/trac/wiki/tests/formatter.py", line 209, in test
  2158.    % (msg, self.file, self.line, self.title, formatter.flavor))
  2159. AssertionError: u'<p>\nSee also <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?In [truncated]... != u'<p>\nSee also <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?In [truncated]...
  2160.  <p>
  2161. - See also <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt#there" title="InterMapTxt in MeatBall..."><span class="icon"></span>MeatBall:InterMapTxt#there</a> wiki page
  2162. ?                                                                                                                             --------------------------
  2163. + See also <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt#there" title="InterMapTxt in MeatBall...">MeatBall:InterMapTxt#there<span class="icon"></span></a> wiki page
  2164. ?                                                                                                                                                         ++++++++++++++++++++++++++
  2165. - and <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt&amp;format=txt#there" title="InterMapTxt in MeatBall..."><span class="icon"></span>MeatBall:InterMapTxt?format=txt#there</a> wiki page.
  2166. ?                                                                                                                                       --------------------------                                       ^^^
  2167. + and <a class="ext-link" href="http://www.usemod.com/cgi-bin/mb.pl?InterMapTxt&amp;format=txt#there" title="InterMapTxt in MeatBall...">MeatBall:InterMapTxt?format=txt#there<span class="icon"></span></a> wiki page.
  2168. ?                                                                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2169.  </p>
  2170.  <p>
  2171. - complex link <a class="ext-link" href="http://server/a/page/test?format=txt&amp;go#there" title="resource test in a"><span class="icon"></span>complex:a:test?go#there</a> with positional arguments
  2172. ?                                                                                                                     --------------------------
  2173. + complex link <a class="ext-link" href="http://server/a/page/test?format=txt&amp;go#there" title="resource test in a">complex:a:test?go#there<span class="icon"></span></a> with positional arguments
  2174. ?                                                                                                                                              ++++++++++++++++++++++++++
  2175.  </p>
  2176.  
  2177.  
  2178. /path/to/bloodhound/trac/trac/wiki/tests/wikisyntax.pyc:298: "InterWiki links with parameters and fragment" (default flavor)
  2179.  
  2180. ----------------------------------------------------------------------
  2181. Ran 1248 tests in 885.181s
  2182.  
  2183. FAILED (failures=39, errors=1)
Add Comment
Please, Sign In to add comment