Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ hg log -r .
- changeset: 9276:61b356e4f99a
- branch: trunk
- parent: 9274:e3c9022a0059
- user: jomae
- date: Mon Jan 20 12:37:34 2014 +0000
- summary: 1.1.2dev: merged [12462] from 1.0-stable (fix for #11438)
- $ make functional-test
- Python version: Python 2.7.4
- figleaf:
- coverage:
- PYTHONPATH=.:
- TRAC_TEST_DB_URI=
- server-options= -p 8000 -a '*,~/tracenvs/htdigest.realm,realm' -r -e ~/tracenvs
- python setup.py egg_info
- running egg_info
- writing requirements to Trac.egg-info/requires.txt
- writing Trac.egg-info/PKG-INFO
- writing top-level names to Trac.egg-info/top_level.txt
- writing dependency_links to Trac.egg-info/dependency_links.txt
- writing entry points to Trac.egg-info/entry_points.txt
- reading manifest file 'Trac.egg-info/SOURCES.txt'
- writing manifest file 'Trac.egg-info/SOURCES.txt'
- python trac/tests/functional/__init__.py -v
- SKIP: reST wiki tests (no docutils)
- runTest (trac.tests.functional.testcases.TestAttachmentNonexistentParent)
- TracError should be raised when navigating to the attachment ... ok
- runTest (trac.tests.functional.testcases.RegressionTestRev6017)
- Test for regression of the plugin reload fix in r6017 ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket3833a)
- Test for regression of http://trac.edgewall.org/ticket/3833 a ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket3833b)
- Test for regression of http://trac.edgewall.org/ticket/3833 b ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket3833c)
- Test for regression of http://trac.edgewall.org/ticket/3833 c ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket5572)
- Test for regression of http://trac.edgewall.org/ticket/5572 ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket7209)
- Test for regression of http://trac.edgewall.org/ticket/7209 ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket9880)
- Test for regression of http://trac.edgewall.org/ticket/9880 ... ok
- runTest (trac.tests.functional.testcases.ErrorPageValidation)
- Validate the error page ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket3663)
- Regression test for non-UTF-8 PATH_INFO (#3663) ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket6318)
- Regression test for non-ascii usernames (#6318) ... ok
- runTest (trac.tests.functional.testcases.RegressionTestTicket11434) ... ok
- runTest (trac.versioncontrol.tests.functional.TestAdminRepositoryAuthorization)
- Check permissions required to access the Version Control ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11355)
- Test for regression of http://trac.edgewall.org/ticket/11355 ... ok
- runTest (trac.versioncontrol.tests.functional.TestEmptySvnRepo)
- Check empty repository ... ok
- runTest (trac.versioncontrol.tests.functional.TestRepoCreation)
- Create a directory tree in the repository ... ok
- runTest (trac.versioncontrol.tests.functional.TestRepoBrowse)
- Add a file to the repository and verify it is in the browser ... ok
- runTest (trac.versioncontrol.tests.functional.TestNewFileLog)
- Verify browser log for a new file ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket5819)
- Test for regression of http://trac.edgewall.org/ticket/5819 ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186)
- Test for regression of http://trac.edgewall.org/ticket/11186 ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11186Alias)
- Test for regression of http://trac.edgewall.org/ticket/11186 alias ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11194)
- Test for regression of http://trac.edgewall.org/ticket/11194 ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11346)
- Test for regression of http://trac.edgewall.org/ticket/11346 ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestTicket11438)
- Test for regression of http://trac.edgewall.org/ticket/11438 ... ok
- runTest (trac.versioncontrol.tests.functional.RegressionTestRev5877)
- Test for regression of the source browser fix in r5877 ... ok
- test_default (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
- When using the workflow operation `set_owner`, the assign-to field ... ok
- test_restrict_owner_not_known_user (trac.ticket.tests.functional.default_workflow.SetOwnerOperation)
- When using the workflow operation `set_owner` with ... ok
- test_default (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
- The assign-to field will default to the ticket's current owner. ... ok
- test_default_no_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
- The assign-to field will default to a blank field if the ticket ... ok
- test_default_restrict_owner (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationRestrictOwnerFalse)
- The assign-to field will default to the ticket's current owner ... ok
- runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerNone)
- When using the workflow operation `may_set_owner` with ... ok
- runTest (trac.ticket.tests.functional.default_workflow.MaySetOwnerOperationDefaultRestrictOwnerAnonymous)
- When using the workflow operation `may_set_owner` with ... ok
- runTest (trac.ticket.tests.functional.main.TestTickets)
- Create a ticket and comment on it. ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketAddAttachment)
- Add attachment to a ticket. Test that the attachment button ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketPreview)
- Preview ticket creation ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketNoSummary)
- Creating a ticket without summary should fail ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketAltFormats)
- Download ticket in alternative formats ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketCSVFormat)
- Download ticket in CSV format ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketTabFormat)
- Download ticket in Tab-delimitted format ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketRSSFormat)
- Download ticket in RSS format ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketSearch)
- Test ticket search ... ok
- runTest (trac.ticket.tests.functional.main.TestNonTicketSearch)
- Test non-ticket search ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketHistory)
- Test ticket history ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketHistoryDiff)
- Test ticket history (diff) ... ok
- runTest (trac.ticket.tests.functional.main.TestTicketQueryLinks)
- Test ticket query links ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement