Changeset 230 for trunk/ChangeLog


Ignore:
Timestamp:
19-05-07 12:52:04 (6 years ago)
Author:
thomas
Message:
  • moap/command/doap.py (Rss.do): break into two lines
  • moap/doap/rss.py (doapsToRss, createdToPubDate, cheetah_toRss): Make the two template language's output as similar as possible.
  • moap/test/Makefile.am:
  • moap/test/rss/mach.rss.cheetah:
  • moap/test/rss/mach.rss.genshi: Add two rss feeds based on the two templating languages.
  • moap/test/test_commands_doap.py (TestDoapMach?.setUp, TestDoapMach?.testRssGenshi, TestDoapMach?.testRssCheetah): Add tests for the specific template languages. Coverage: 72 % ( 844 / 1157)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r228 r230  
     12007-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/command/doap.py (Rss.do): 
     4          break into two lines 
     5        * moap/doap/rss.py (doapsToRss, createdToPubDate, cheetah_toRss): 
     6          Make the two template language's output as similar as possible. 
     7        * moap/test/Makefile.am: 
     8        * moap/test/rss/mach.rss.cheetah: 
     9        * moap/test/rss/mach.rss.genshi: 
     10          Add two rss feeds based on the two templating languages. 
     11        * moap/test/test_commands_doap.py (TestDoapMach.setUp, 
     12          TestDoapMach.testRssGenshi, TestDoapMach.testRssCheetah): 
     13          Add tests for the specific template languages. 
     14 
     15          Coverage: 72 %   ( 844 / 1157) 
     16 
    1172007-05-19  Thomas Vander Stichele  <thomas at apestaart dot org> 
    218 
Note: See TracChangeset for help on using the changeset viewer.