Changes between Version 5 and Version 6 of GitHubTracPluginTests
- Timestamp:
- 09/25/10 00:21:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitHubTracPluginTests
v5 v6 97 97 1. Get an example of the payload sent to a post-receive callback from http://www.postbin.org/12dx3gx . Save it to a file and change one of the commit id and git-svn-id values to something unique (but still valid). 98 98 1. Use curl to post the data to the github hook url: curl --data-urlencode payload@your_file_here !http://localhost:8080/trac/test/github/APITOKEN (use the API token from github.apitoken in trac.ini) 99 1. Create a wiki page that refers to the newly-added commit .99 1. Create a wiki page that refers to the newly-added commit, both as a git id and a svn revision. 100 100 1. '''Verify that the link to the commit is displayed correctly, including its tooltip.''' 101 101