Changes between Version 12 and Version 13 of GitHubTracPluginTests

Show
Ignore:
Timestamp:
09/30/10 07:01:16 (11 years ago)
Author:
cotto
Comment:

I love the smell of passing tests in the morning.

Legend:

Unmodified
Added
Removed
Modified
  • GitHubTracPluginTests

    v12 v13  
    88 
    99|| test                     || 25c365 || 9fd2a1 || 
    10 || clean install (enabled)  || PASS   ||        || 
    11 || clean install (disabled) || PASS   ||        || 
    12 || incorrect revmap         || PASS   ||        || 
    13 || tooltips                 || FAIL*  ||        || 
    14 || wiki syntax              || PASS   ||        || 
    15 || changeset urls           || PASS   ||        || 
    16 || github hook              || FAIL   ||        || 
    17 || ambiguous commit id      || FAIL   ||        || 
     10|| clean install (enabled)  || PASS   || PASS   || 
     11|| clean install (disabled) || PASS   || PASS   || 
     12|| incorrect revmap         || PASS   || PASS   || 
     13|| tooltips                 || FAIL*  || PASS   || 
     14|| wiki syntax              || PASS   || PASS   || 
     15|| changeset urls           || PASS   || PASS   || 
     16|| github hook              || FAIL   || PASS   || 
     17|| ambiguous commit id      || FAIL   || PASS   || 
    1818 
    1919* No long tooltips were displayed. 
     
    6767 1. Generate a revmap ( git log --quiet --format='%H%n%s%n%b' ), but delete instances of "git-svn-id:". 
    6868 1. '''Verify that an upgrade does not produce corrupt data.''' 
    69     *. Note that throwing an exception is fine, as long as no bad data is added to the database.  
     69    * Note that throwing an exception is fine, as long as no bad data is added to the database.  
    7070 
    7171=== tooltips === 
     
    124124== TODO == 
    125125 
    126  
    127  * browser url works 
    128  
    129     
     126* browser url works