Advertisement
olemis

Trac (#11448) : functional test report

Jan 24th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.70 KB | None | 0 0
  1. Python version: Python 2.7.4
  2. figleaf:
  3. coverage:
  4. PYTHONPATH=.:
  5. TRAC_TEST_DB_URI=
  6. server-options= -p 8000 -a '*,~/tracenvs/htdigest.realm,realm' -r -e ~/tracenvs
  7. python setup.py egg_info
  8. running egg_info
  9. writing requirements to Trac.egg-info/requires.txt
  10. writing Trac.egg-info/PKG-INFO
  11. writing top-level names to Trac.egg-info/top_level.txt
  12. writing dependency_links to Trac.egg-info/dependency_links.txt
  13. writing entry points to Trac.egg-info/entry_points.txt
  14. reading manifest file 'Trac.egg-info/SOURCES.txt'
  15. writing manifest file 'Trac.egg-info/SOURCES.txt'
  16. python trac/tests/functional/__init__.py -v
  17. runTest (trac.tests.functional.testcases.TestAttachmentNonexistentParent)
  18. TracError should be raised when navigating to the attachment ... ok
  19. runTest (trac.tests.functional.testcases.RegressionTestRev6017)
  20. Test for regression of the plugin reload fix in r6017 ... ok
  21. runTest (trac.tests.functional.testcases.RegressionTestTicket3833a)
  22. Test for regression of http://trac.edgewall.org/ticket/3833 a ... ok
  23. runTest (trac.tests.functional.testcases.RegressionTestTicket3833b)
  24. Test for regression of http://trac.edgewall.org/ticket/3833 b ... ok
  25. runTest (trac.tests.functional.testcases.RegressionTestTicket3833c)
  26. Test for regression of http://trac.edgewall.org/ticket/3833 c ... ok
  27. runTest (trac.tests.functional.testcases.RegressionTestTicket5572)
  28. Test for regression of http://trac.edgewall.org/ticket/5572 ... ok
  29. runTest (trac.tests.functional.testcases.RegressionTestTicket7209)
  30. Test for regression of http://trac.edgewall.org/ticket/7209 ... ok
  31. runTest (trac.tests.functional.testcases.RegressionTestTicket9880)
  32. Test for regression of http://trac.edgewall.org/ticket/9880 ... ok
  33. runTest (trac.tests.functional.testcases.ErrorPageValidation)
  34. Validate the error page ... ok
  35. runTest (trac.tests.functional.testcases.RegressionTestTicket3663)
  36. Regression test for non-UTF-8 PATH_INFO (#3663) ... ok
  37. runTest (trac.tests.functional.testcases.RegressionTestTicket6318)
  38. Regression test for non-ascii usernames (#6318) ... ok
  39. runTest (trac.tests.functional.testcases.RegressionTestTicket11434) ... ok
  40. runTest (trac.versioncontrol.tests.functional.TestAdminRepositoryAuthorization)
  41. Check permissions required to access the Version Control ... ok
  42. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11355)
  43. Test for regression of http://trac.edgewall.org/ticket/11355 ... ok
  44. runTest (trac.versioncontrol.tests.functional.TestEmptySvnRepo)
  45. Check empty repository ... ok
  46. runTest (trac.versioncontrol.tests.functional.TestRepoCreation)
  47. Create a directory tree in the repository ... ok
  48. runTest (trac.versioncontrol.tests.functional.TestRepoBrowse)
  49. Add a file to the repository and verify it is in the browser ... ok
  50. runTest (trac.versioncontrol.tests.functional.TestNewFileLog)
  51. Verify browser log for a new file ... ok
  52. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket5819)
  53. Test for regression of http://trac.edgewall.org/ticket/5819 ... ok
  54. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186)
  55. Test for regression of http://trac.edgewall.org/ticket/11186 ... ok
  56. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186Alias)
  57. Test for regression of http://trac.edgewall.org/ticket/11186 alias ... ok
  58. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11194)
  59. Test for regression of http://trac.edgewall.org/ticket/11194 ... ok
  60. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11346)
  61. Test for regression of http://trac.edgewall.org/ticket/11346 ... ok
  62. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11438)
  63. Test for regression of http://trac.edgewall.org/ticket/11438 ... ok
  64. runTest (trac.versioncontrol.tests.functional.RegressionTestRev5877)
  65. Test for regression of the source browser fix in r5877 ... ok
  66. test_default (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
  67. When using the workflow operation `set_owner`, the assign-to field ... ok
  68. test_restrict_owner_not_known_user (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
  69. When using the workflow operation `set_owner` with ... ok
  70. test_default (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  71. The assign-to field will default to the ticket's current owner. ... ok
  72. test_default_no_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  73. The assign-to field will default to a blank field if the ticket ... ok
  74. test_default_restrict_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  75. The assign-to field will default to the ticket's current owner ... ok
  76. runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerNone)
  77. When using the workflow operation `may_set_owner` with ... ok
  78. runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerAnonymous)
  79. When using the workflow operation `may_set_owner` with ... ok
  80. runTest (trac.ticket.tests.functional.main.TestTickets)
  81. Create a ticket and comment on it. ... ok
  82. runTest (trac.ticket.tests.functional.main.TestTicketAddAttachment)
  83. Add attachment to a ticket. Test that the attachment button ... ok
  84. runTest (trac.ticket.tests.functional.main.TestTicketPreview)
  85. Preview ticket creation ... ok
  86. runTest (trac.ticket.tests.functional.main.TestTicketNoSummary)
  87. Creating a ticket without summary should fail ... ok
  88. runTest (trac.ticket.tests.functional.main.TestTicketAltFormats)
  89. Download ticket in alternative formats ... ok
  90. runTest (trac.ticket.tests.functional.main.TestTicketCSVFormat)
  91. Download ticket in CSV format ... ok
  92. runTest (trac.ticket.tests.functional.main.TestTicketTabFormat)
  93. Download ticket in Tab-delimitted format ... ok
  94. runTest (trac.ticket.tests.functional.main.TestTicketRSSFormat)
  95. Download ticket in RSS format ... ok
  96. runTest (trac.ticket.tests.functional.main.TestTicketSearch)
  97. Test ticket search ... ok
  98. runTest (trac.ticket.tests.functional.main.TestNonTicketSearch)
  99. Test non-ticket search ... ok
  100. runTest (trac.ticket.tests.functional.main.TestTicketHistory)
  101. Test ticket history ... ok
  102. runTest (trac.ticket.tests.functional.main.TestTicketHistoryDiff)
  103. Test ticket history (diff) ... ok
  104. runTest (trac.ticket.tests.functional.main.TestTicketQueryLinks)
  105. Test ticket query links ... ok
  106. runTest (trac.ticket.tests.functional.main.TestTicketQueryLinksQueryModuleDisabled)
  107. Ticket query links should not be present when the QueryModule ... ok
  108. runTest (trac.ticket.tests.functional.main.TestTicketQueryOrClause)
  109. Test ticket query with an or clauses ... ok
  110. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextNoFormat)
  111. Test custom text field with no format explicitly specified. ... ok
  112. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextWikiFormat)
  113. Test custom text field with `wiki` format. ... ok
  114. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextAreaNoFormat)
  115. Test custom textarea field with no format explicitly specified, ... ok
  116. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextAreaWikiFormat)
  117. Test custom textarea field with no format explicitly specified, ... ok
  118. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextReferenceFormat)
  119. Test custom text field with `reference` format. ... ok
  120. runTest (trac.ticket.tests.functional.main.TestTicketCustomFieldTextListFormat)
  121. Test custom text field with `list` format. ... ok
  122. runTest (trac.ticket.tests.functional.main.RegressionTestTicket10828)
  123. Test for regression of http://trac.edgewall.org/ticket/10828 ... ok
  124. runTest (trac.ticket.tests.functional.main.TestTimelineTicketDetails)
  125. Test ticket details on timeline ... ok
  126. runTest (trac.ticket.tests.functional.main.TestAdminComponent)
  127. Admin create component ... ok
  128. runTest (trac.ticket.tests.functional.main.TestAdminComponentAuthorization)
  129. Check permissions required to access the Ticket Components ... ok
  130. runTest (trac.ticket.tests.functional.main.TestAdminComponentDuplicates)
  131. Admin create duplicate component ... ok
  132. runTest (trac.ticket.tests.functional.main.TestAdminComponentRemoval)
  133. Admin remove component ... ok
  134. runTest (trac.ticket.tests.functional.main.TestAdminComponentNonRemoval)
  135. Admin remove no selected component ... ok
  136. runTest (trac.ticket.tests.functional.main.TestAdminComponentDefault)
  137. Admin set default component ... ok
  138. runTest (trac.ticket.tests.functional.main.TestAdminComponentDetail)
  139. Admin component detail ... ok
  140. runTest (trac.ticket.tests.functional.main.TestAdminComponentNoneDefined)
  141. The table should be hidden and help text shown when there are no ... ok
  142. runTest (trac.ticket.tests.functional.main.TestAdminMilestone)
  143. Admin create milestone ... ok
  144. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneAuthorization)
  145. Check permissions required to access the Ticket Milestoness ... ok
  146. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneSpace)
  147. Admin create milestone with a space ... ok
  148. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDuplicates)
  149. Admin create duplicate milestone ... ok
  150. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDetail)
  151. Admin modify milestone details ... ok
  152. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDue)
  153. Admin milestone duedate ... ok
  154. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDetailDue)
  155. Admin modify milestone duedate on detail page ... ok
  156. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDetailRename)
  157. Admin rename milestone ... ok
  158. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneCompleted)
  159. Admin milestone completed ... ok
  160. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneCompletedFuture)
  161. Admin milestone completed in the future ... ok
  162. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneRemove)
  163. Admin remove milestone ... ok
  164. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneRemoveMulti)
  165. Admin remove multiple milestones ... ok
  166. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneNonRemoval)
  167. Admin remove no selected milestone ... ok
  168. runTest (trac.ticket.tests.functional.main.TestAdminMilestoneDefaults)
  169. Admin set default ticket milestone, default retarget milestone ... ok
  170. runTest (trac.ticket.tests.functional.main.TestAdminPriority)
  171. Admin create priority ... ok
  172. runTest (trac.ticket.tests.functional.main.TestAdminPriorityAuthorization)
  173. Check permissions required to access the Ticket Priority ... ok
  174. runTest (trac.ticket.tests.functional.main.TestAdminPriorityModify)
  175. Admin modify priority ... ok
  176. runTest (trac.ticket.tests.functional.main.TestAdminPriorityRemove)
  177. Admin remove priority ... ok
  178. runTest (trac.ticket.tests.functional.main.TestAdminPriorityRemoveMulti)
  179. Admin remove multiple priorities ... ok
  180. runTest (trac.ticket.tests.functional.main.TestAdminPriorityNonRemoval)
  181. Admin remove no selected priority ... ok
  182. runTest (trac.ticket.tests.functional.main.TestAdminPriorityDefault)
  183. Admin default priority ... ok
  184. runTest (trac.ticket.tests.functional.main.TestAdminPriorityDetail)
  185. Admin modify priority details ... ok
  186. runTest (trac.ticket.tests.functional.main.TestAdminPriorityRenumber)
  187. Admin renumber priorities ... ok
  188. runTest (trac.ticket.tests.functional.main.TestAdminPriorityRenumberDup)
  189. Admin badly renumber priorities ... ok
  190. runTest (trac.ticket.tests.functional.main.TestAdminResolution)
  191. Admin create resolution ... ok
  192. runTest (trac.ticket.tests.functional.main.TestAdminResolutionAuthorization)
  193. Check permissions required to access the Ticket Resolutions ... ok
  194. runTest (trac.ticket.tests.functional.main.TestAdminResolutionDuplicates)
  195. Admin create duplicate resolution ... ok
  196. runTest (trac.ticket.tests.functional.main.TestAdminResolutionDefault)
  197. Admin default resolution ... ok
  198. runTest (trac.ticket.tests.functional.main.TestAdminSeverity)
  199. Admin create severity ... ok
  200. runTest (trac.ticket.tests.functional.main.TestAdminSeverityAuthorization)
  201. Check permissions required to access the Ticket Severities ... ok
  202. runTest (trac.ticket.tests.functional.main.TestAdminSeverityDuplicates)
  203. Admin create duplicate severity ... ok
  204. runTest (trac.ticket.tests.functional.main.TestAdminSeverityDefault)
  205. Admin default severity ... ok
  206. runTest (trac.ticket.tests.functional.main.TestAdminType)
  207. Admin create type ... ok
  208. runTest (trac.ticket.tests.functional.main.TestAdminTypeAuthorization)
  209. Check permissions required to access the Ticket Types ... ok
  210. runTest (trac.ticket.tests.functional.main.TestAdminTypeDuplicates)
  211. Admin create duplicate type ... ok
  212. runTest (trac.ticket.tests.functional.main.TestAdminTypeDefault)
  213. Admin default type ... ok
  214. runTest (trac.ticket.tests.functional.main.TestAdminVersion)
  215. Admin create version ... ok
  216. runTest (trac.ticket.tests.functional.main.TestAdminVersionAuthorization)
  217. Check permissions required to access the Versions panel. ... ok
  218. runTest (trac.ticket.tests.functional.main.TestAdminVersionDuplicates)
  219. Admin create duplicate version ... ok
  220. runTest (trac.ticket.tests.functional.main.TestAdminVersionDetail)
  221. Admin version details ... ok
  222. runTest (trac.ticket.tests.functional.main.TestAdminVersionDetailTime)
  223. Admin version detail set time ... ok
  224. runTest (trac.ticket.tests.functional.main.TestAdminVersionDetailCancel)
  225. Admin version details ... ok
  226. runTest (trac.ticket.tests.functional.main.TestAdminVersionRemove)
  227. Admin remove version ... ok
  228. runTest (trac.ticket.tests.functional.main.TestAdminVersionRemoveMulti)
  229. Admin remove multiple versions ... ok
  230. runTest (trac.ticket.tests.functional.main.TestAdminVersionNonRemoval)
  231. Admin remove no selected version ... ok
  232. runTest (trac.ticket.tests.functional.main.TestAdminVersionDefault)
  233. Admin set default version ... ok
  234. runTest (trac.ticket.tests.functional.main.TestNewReport)
  235. Create a new report ... ok
  236. runTest (trac.ticket.tests.functional.main.TestReportRealmDecoration)
  237. Realm/id decoration in report ... ok
  238. runTest (trac.ticket.tests.functional.main.TestReportDynamicVariables)
  239. Generate a report with dynamic variables in title, summary ... ok
  240. runTest (trac.ticket.tests.functional.main.TestMilestone)
  241. Create a milestone. ... ok
  242. runTest (trac.ticket.tests.functional.main.TestMilestoneAddAttachment)
  243. Add attachment to a milestone. Test that the attachment ... ok
  244. runTest (trac.ticket.tests.functional.main.TestMilestoneClose) ... ok
  245. runTest (trac.ticket.tests.functional.main.TestMilestoneDelete)
  246. Delete a milestone and verify that tickets are retargeted ... ok
  247. runTest (trac.ticket.tests.functional.main.TestMilestoneRename)
  248. Rename a milestone and verify that the rename is shown in the ... ok
  249. runTest (trac.ticket.tests.functional.main.RegressionTestRev5665)
  250. Admin create version without release time (r5665) ... ok
  251. runTest (trac.ticket.tests.functional.main.RegressionTestRev5994)
  252. Test for regression of the column label fix in r5994 ... ok
  253. runTest (trac.ticket.tests.functional.main.RegressionTestTicket4447)
  254. Test for regression of http://trac.edgewall.org/ticket/4447 ... ok
  255. runTest (trac.ticket.tests.functional.main.RegressionTestTicket4630a)
  256. Test for regression of http://trac.edgewall.org/ticket/4630 a ... ok
  257. runTest (trac.ticket.tests.functional.main.RegressionTestTicket4630b)
  258. Test for regression of http://trac.edgewall.org/ticket/4630 b ... ok
  259. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5022)
  260. Test for regression of http://trac.edgewall.org/ticket/5022 ... ok
  261. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5394a)
  262. Test for regression of http://trac.edgewall.org/ticket/5394 a ... ok
  263. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5394b)
  264. Test for regression of http://trac.edgewall.org/ticket/5394 b ... ok
  265. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5497prep)
  266. Test for regression of http://trac.edgewall.org/ticket/5497 prep ... ok
  267. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5497a)
  268. Test for regression of http://trac.edgewall.org/ticket/5497 a ... ok
  269. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5497b)
  270. Test for regression of http://trac.edgewall.org/ticket/5497 b ... ok
  271. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5497c)
  272. Test for regression of http://trac.edgewall.org/ticket/5497 c ... ok
  273. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5497d)
  274. Test for regression of http://trac.edgewall.org/ticket/5497 d ... ok
  275. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5602)
  276. Test for regression of http://trac.edgewall.org/ticket/5602 ... ok
  277. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5687)
  278. Test for regression of http://trac.edgewall.org/ticket/5687 ... ok
  279. runTest (trac.ticket.tests.functional.main.RegressionTestTicket5930)
  280. Test for regression of http://trac.edgewall.org/ticket/5930 ... ok
  281. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6048)
  282. Test for regression of http://trac.edgewall.org/ticket/6048 ... ok
  283. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6747)
  284. Test for regression of http://trac.edgewall.org/ticket/6747 ... ok
  285. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6879a)
  286. Test for regression of http://trac.edgewall.org/ticket/6879 a ... ok
  287. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6879b)
  288. Test for regression of http://trac.edgewall.org/ticket/6879 a ... ok
  289. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6912a)
  290. Test for regression of http://trac.edgewall.org/ticket/6912 a ... ok
  291. runTest (trac.ticket.tests.functional.main.RegressionTestTicket6912b)
  292. Test for regression of http://trac.edgewall.org/ticket/6912 b ... ok
  293. runTest (trac.ticket.tests.functional.main.RegressionTestTicket7821group)
  294. Test for regression of http://trac.edgewall.org/ticket/7821 group ... ok
  295. runTest (trac.ticket.tests.functional.main.RegressionTestTicket7821var)
  296. Test for regression of http://trac.edgewall.org/ticket/7821 var ... ok
  297. runTest (trac.ticket.tests.functional.main.RegressionTestTicket8247)
  298. Test for regression of http://trac.edgewall.org/ticket/8247 ... ok
  299. runTest (trac.ticket.tests.functional.main.RegressionTestTicket8861)
  300. Test for regression of http://trac.edgewall.org/ticket/8816 ... ok
  301. runTest (trac.ticket.tests.functional.main.RegressionTestTicket9084)
  302. Test for regression of http://trac.edgewall.org/ticket/9084 ... ok
  303. runTest (trac.ticket.tests.functional.main.RegressionTestTicket9981)
  304. Test for regression of http://trac.edgewall.org/ticket/9981 ... ok
  305. runTest (trac.ticket.tests.functional.main.RegressionTestTicket10010)
  306. Test for regression of http://trac.edgewall.org/ticket/10010 ... ok
  307. runTest (trac.ticket.tests.functional.main.RegressionTestTicket10772)
  308. Test for regression of http://trac.edgewall.org/ticket/10772 ... ok
  309. runTest (trac.ticket.tests.functional.main.RegressionTestTicket11028)
  310. Test for regression of http://trac.edgewall.org/ticket/11028 ... ok
  311. runTest (trac.ticket.tests.functional.main.RegressionTestTicket11153)
  312. Test for regression of http://trac.edgewall.org/ticket/11153 ... ok
  313. runTest (trac.ticket.tests.functional.main.RegressionTestTicket11176)
  314. Test for regression of http://trac.edgewall.org/ticket/11176 ... ok
  315. runTest (trac.prefs.tests.functional.TestPreferences)
  316. Set preferences for admin user ... ok
  317. runTest (trac.prefs.tests.functional.RegressionTestRev5785)
  318. Test for regression of the fix in r5785 ... ok
  319. runTest (trac.prefs.tests.functional.RegressionTestTicket5765)
  320. Test for regression of http://trac.edgewall.org/ticket/5765 ... ok
  321. runTest (trac.prefs.tests.functional.RegressionTestTicket11337)
  322. Test for regression of http://trac.edgewall.org/ticket/11337 ... ok
  323. runTest (trac.wiki.tests.functional.TestWiki)
  324. Create a wiki page. ... ok
  325. runTest (trac.wiki.tests.functional.TestWikiAddAttachment)
  326. Add attachment to a wiki page. Test that the attachment ... ok
  327. runTest (trac.wiki.tests.functional.TestWikiHistory) ... ok
  328. runTest (trac.wiki.tests.functional.TestWikiReadonlyAttribute) ... ok
  329. runTest (trac.wiki.tests.functional.TestWikiRename)
  330. Test for simple wiki rename ... ok
  331. runTest (trac.wiki.tests.functional.RegressionTestTicket4812)
  332. Test for regression of http://trac.edgewall.org/ticket/4812 ... ok
  333. runTest (trac.wiki.tests.functional.RegressionTestTicket10274)
  334. Test for regression of http://trac.edgewall.org/ticket/10274 ... ok
  335. runTest (trac.wiki.tests.functional.RegressionTestTicket10850)
  336. Test for regression of http://trac.edgewall.org/ticket/10850 ... ok
  337. runTest (trac.wiki.tests.functional.RegressionTestTicket10957)
  338. Test for regression of http://trac.edgewall.org/ticket/10957 ... ok
  339. runTest (trac.wiki.tests.functional.RegressionTestTicket11302)
  340. Test for regression of http://trac.edgewall.org/ticket/11302 ... ok
  341. runTest (trac.wiki.tests.functional.RegressionTestTicket8976)
  342. Test for regression of http://trac.edgewall.org/ticket/8976 ... ok
  343. runTest (trac.timeline.tests.functional.RegressionTestRev5883)
  344. Test for regression of the timeline fix in r5883 ... ok
  345. runTest (trac.admin.tests.functional.TestBasicSettings)
  346. Check basic settings. ... ok
  347. runTest (trac.admin.tests.functional.TestBasicSettingsAuthorization)
  348. Check permissions required to access Basic Settings panel. ... ok
  349. runTest (trac.admin.tests.functional.TestLoggingNone)
  350. Turn off logging. ... ok
  351. runTest (trac.admin.tests.functional.TestLoggingAuthorization)
  352. Check permissions required to access Logging panel. ... ok
  353. runTest (trac.admin.tests.functional.TestLoggingToFile)
  354. Turn logging back on. ... ok
  355. runTest (trac.admin.tests.functional.TestLoggingToFileNormal)
  356. Setting logging back to normal. ... ok
  357. runTest (trac.admin.tests.functional.TestPermissionsAuthorization)
  358. Check permissions required to access Permissions panel. ... ok
  359. runTest (trac.admin.tests.functional.TestCreatePermissionGroup)
  360. Create a permissions group ... ok
  361. runTest (trac.admin.tests.functional.TestAddUserToGroup)
  362. Add a user to a permissions group ... ok
  363. runTest (trac.admin.tests.functional.TestRemoveUserFromGroup)
  364. Remove a user from a permissions group ... ok
  365. runTest (trac.admin.tests.functional.TestRemovePermissionGroup)
  366. Remove a permissions group ... ok
  367. runTest (trac.admin.tests.functional.TestPluginSettings)
  368. Check plugin settings. ... ok
  369. runTest (trac.admin.tests.functional.TestPluginsAuthorization)
  370. Check permissions required to access Logging panel. ... ok
  371. runTest (trac.admin.tests.functional.RegressionTestTicket10752)
  372. Test for regression of http://trac.edgewall.org/ticket/10752 ... ok
  373. runTest (trac.admin.tests.functional.RegressionTestTicket11069)
  374. Test for regression of http://trac.edgewall.org/ticket/11069 ... ok
  375. runTest (trac.admin.tests.functional.RegressionTestTicket11095) ... ok
  376. runTest (trac.admin.tests.functional.RegressionTestTicket11117) ... ok
  377. runTest (trac.admin.tests.functional.RegressionTestTicket11257) ... ok
  378. runTest (trac.db.tests.functional.DatabaseBackupTestCase)
  379. Testing backup ... ok
  380.  
  381. ----------------------------------------------------------------------
  382. Ran 185 tests in 288.127s
  383.  
  384. OK
  385. SKIP: reST wiki tests (no docutils)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement