Advertisement
olemis

Trac test suite [61b356e4f99a]

Jan 23rd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.57 KB | None | 0 0
  1. $ hg log -r .
  2. changeset:   9276:61b356e4f99a
  3. branch:      trunk
  4. parent:      9274:e3c9022a0059
  5. user:        jomae
  6. date:        Mon Jan 20 12:37:34 2014 +0000
  7. summary:     1.1.2dev: merged [12462] from 1.0-stable (fix for #11438)
  8.  
  9.  
  10. $ make functional-test
  11. Python version: Python 2.7.4
  12. figleaf:
  13. coverage:
  14. PYTHONPATH=.:
  15. TRAC_TEST_DB_URI=
  16. server-options= -p 8000 -a '*,~/tracenvs/htdigest.realm,realm' -r -e ~/tracenvs
  17. python setup.py egg_info
  18. running egg_info
  19. writing requirements to Trac.egg-info/requires.txt
  20. writing Trac.egg-info/PKG-INFO
  21. writing top-level names to Trac.egg-info/top_level.txt
  22. writing dependency_links to Trac.egg-info/dependency_links.txt
  23. writing entry points to Trac.egg-info/entry_points.txt
  24. reading manifest file 'Trac.egg-info/SOURCES.txt'
  25. writing manifest file 'Trac.egg-info/SOURCES.txt'
  26. python trac/tests/functional/__init__.py -v
  27. SKIP: reST wiki tests (no docutils)
  28. runTest (trac.tests.functional.testcases.TestAttachmentNonexistentParent)
  29. TracError should be raised when navigating to the attachment ... ok
  30. runTest (trac.tests.functional.testcases.RegressionTestRev6017)
  31. Test for regression of the plugin reload fix in r6017 ... ok
  32. runTest (trac.tests.functional.testcases.RegressionTestTicket3833a)
  33. Test for regression of http://trac.edgewall.org/ticket/3833 a ... ok
  34. runTest (trac.tests.functional.testcases.RegressionTestTicket3833b)
  35. Test for regression of http://trac.edgewall.org/ticket/3833 b ... ok
  36. runTest (trac.tests.functional.testcases.RegressionTestTicket3833c)
  37. Test for regression of http://trac.edgewall.org/ticket/3833 c ... ok
  38. runTest (trac.tests.functional.testcases.RegressionTestTicket5572)
  39. Test for regression of http://trac.edgewall.org/ticket/5572 ... ok
  40. runTest (trac.tests.functional.testcases.RegressionTestTicket7209)
  41. Test for regression of http://trac.edgewall.org/ticket/7209 ... ok
  42. runTest (trac.tests.functional.testcases.RegressionTestTicket9880)
  43. Test for regression of http://trac.edgewall.org/ticket/9880 ... ok
  44. runTest (trac.tests.functional.testcases.ErrorPageValidation)
  45. Validate the error page ... ok
  46. runTest (trac.tests.functional.testcases.RegressionTestTicket3663)
  47. Regression test for non-UTF-8 PATH_INFO (#3663) ... ok
  48. runTest (trac.tests.functional.testcases.RegressionTestTicket6318)
  49. Regression test for non-ascii usernames (#6318) ... ok
  50. runTest (trac.tests.functional.testcases.RegressionTestTicket11434) ... ok
  51. runTest (trac.versioncontrol.tests.functional.TestAdminRepositoryAuthorization)
  52. Check permissions required to access the Version Control ... ok
  53. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11355)
  54. Test for regression of http://trac.edgewall.org/ticket/11355 ... ok
  55. runTest (trac.versioncontrol.tests.functional.TestEmptySvnRepo)
  56. Check empty repository ... ok
  57. runTest (trac.versioncontrol.tests.functional.TestRepoCreation)
  58. Create a directory tree in the repository ... ok
  59. runTest (trac.versioncontrol.tests.functional.TestRepoBrowse)
  60. Add a file to the repository and verify it is in the browser ... ok
  61. runTest (trac.versioncontrol.tests.functional.TestNewFileLog)
  62. Verify browser log for a new file ... ok
  63. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket5819)
  64. Test for regression of http://trac.edgewall.org/ticket/5819 ... ok
  65. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186)
  66. Test for regression of http://trac.edgewall.org/ticket/11186 ... ok
  67. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186Alias)
  68. Test for regression of http://trac.edgewall.org/ticket/11186 alias ... ok
  69. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11194)
  70. Test for regression of http://trac.edgewall.org/ticket/11194 ... ok
  71. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11346)
  72. Test for regression of http://trac.edgewall.org/ticket/11346 ... ok
  73. runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11438)
  74. Test for regression of http://trac.edgewall.org/ticket/11438 ... ok
  75. runTest (trac.versioncontrol.tests.functional.RegressionTestRev5877)
  76. Test for regression of the source browser fix in r5877 ... ok
  77. test_default (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
  78. When using the workflow operation `set_owner`, the assign-to field ... ok
  79. test_restrict_owner_not_known_user (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
  80. When using the workflow operation `set_owner` with ... ok
  81. test_default (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  82. The assign-to field will default to the ticket's current owner. ... ok
  83. test_default_no_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  84. The assign-to field will default to a blank field if the ticket ... ok
  85. test_default_restrict_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
  86. The assign-to field will default to the ticket's current owner ... ok
  87. runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerNone)
  88. When using the workflow operation `may_set_owner` with ... ok
  89. runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerAnonymous)
  90. When using the workflow operation `may_set_owner` with ... ok
  91. runTest (trac.ticket.tests.functional.main.TestTickets)
  92. Create a ticket and comment on it. ... ok
  93. runTest (trac.ticket.tests.functional.main.TestTicketAddAttachment)
  94. Add attachment to a ticket. Test that the attachment button ... ok
  95. runTest (trac.ticket.tests.functional.main.TestTicketPreview)
  96. Preview ticket creation ... ok
  97. runTest (trac.ticket.tests.functional.main.TestTicketNoSummary)
  98. Creating a ticket without summary should fail ... ok
  99. runTest (trac.ticket.tests.functional.main.TestTicketAltFormats)
  100. Download ticket in alternative formats ... ok
  101. runTest (trac.ticket.tests.functional.main.TestTicketCSVFormat)
  102. Download ticket in CSV format ... ok
  103. runTest (trac.ticket.tests.functional.main.TestTicketTabFormat)
  104. Download ticket in Tab-delimitted format ... ok
  105. runTest (trac.ticket.tests.functional.main.TestTicketRSSFormat)
  106. Download ticket in RSS format ... ok
  107. runTest (trac.ticket.tests.functional.main.TestTicketSearch)
  108. Test ticket search ... ok
  109. runTest (trac.ticket.tests.functional.main.TestNonTicketSearch)
  110. Test non-ticket search ... ok
  111. runTest (trac.ticket.tests.functional.main.TestTicketHistory)
  112. Test ticket history ... ok
  113. runTest (trac.ticket.tests.functional.main.TestTicketHistoryDiff)
  114. Test ticket history (diff) ... ok
  115. runTest (trac.ticket.tests.functional.main.TestTicketQueryLinks)
  116. Test ticket query links ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement