Changes between Version 3 and Version 4 of GitHubTracPluginTests

Show
Ignore:
Timestamp:
09/16/10 09:05:46 (11 years ago)
Author:
cotto
Comment:

kinda flesh out the hook test

Legend:

Unmodified
Added
Removed
Modified
  • GitHubTracPluginTests

    v3 v4  
    8989 1. '''Verify that the svn revisions redirect the appropriate git commit at GitHub.''' (look for the git-svn-id on the GitHub page) 
    9090 
     91=== github hooks === 
     92 
     93''The plugin responds correctly to GitHub's post-receive urls.'' 
     94 
     95Procedure:  
     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 
    91102== TODO == 
    92103 
    93104 
    94105 * browser url works 
    95  * github hooks insert correct data into the db   
    96106