Changes between Version 9 and Version 10 of GitHubTracPluginTests

Show
Ignore:
Timestamp:
09/29/10 06:43:31 (11 years ago)
Author:
cotto
Comment:

add incomplete test for ambiguous git ids

Legend:

Unmodified
Added
Removed
Modified
  • GitHubTracPluginTests

    v9 v10  
    1111|| clean install (disabled) || PASS || 
    1212|| incorrect revmap         || PASS || 
    13 || tooltips                 || FAIL * || 
     13|| tooltips                 || FAIL*|| 
    1414|| wiki syntax              || PASS || 
    1515|| changeset urls           || PASS || 
    1616|| github hook              || FAIL || 
     17|| ambiguous commit id      ||      || 
    1718 
    1819* No long tooltips were displayed. 
     
    110111 1. '''Verify that the link to the commit is displayed correctly, including its tooltip.''' 
    111112 
     113=== ambiguous commit id === 
     114 
     115''The plugin does something reasonable when the user attempts to link to a commit using an ambiguous prefix.'' 
     116 
     117Procedure:  
     118 1. Start with the generic config options. 
     119 1. Inject commits with an ambiguous commit id into the db (or find some). 
     120   * {{{insert into svn_revmap (svn_rev, git_hash, commit_msg) VALUES (0, 'deadbeef100000000000000000000000000000000', 'ambiguous commit 1'), (0 , 'deadbeef200000000000000000000000000000000', 'ambiguous commit 2');}}} 
     121 1. Create or view a wiki page that refers to the above commits ambiguously. 
     122 1. '''Verify that the page somehow indicates that the commit id is ambiguous.''' 
     123 
    112124== TODO == 
    113125 
    114126 
    115127 * browser url works 
    116  * ambiguous git ids 
     128 
    117129