Changes between Version 3 and Version 4 of GitHubTracPluginTests
- Timestamp:
- 09/16/10 09:05:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitHubTracPluginTests
v3 v4 89 89 1. '''Verify that the svn revisions redirect the appropriate git commit at GitHub.''' (look for the git-svn-id on the GitHub page) 90 90 91 === github hooks === 92 93 ''The plugin responds correctly to GitHub's post-receive urls.'' 94 95 Procedure: 96 1. Start with the generic config options. 97 1. Get an example of the data sent with a post-receive callback. (todo: how) 98 1. Use curl or wget to post the data to the github hook url (todo: specific instructions) 99 1. Create a wiki page that refers to the newly-added commit. 100 1. '''Verify that the link to the commit is displayed correctly, including its tooltip.''' 101 91 102 == TODO == 92 103 93 104 94 105 * browser url works 95 * github hooks insert correct data into the db96 106