Changeset 11329 for ChangeLog

Show
Ignore:
Timestamp:
07/09/06 04:01:13 (2 years ago)
Author:
Darren_Duncan
Message:

added t/02-test-pm/ which consolidates tests for Test.pm itself ... t/01-sanity/08-test.t became 0-compile.t, all of ext/Test/t/* was otherwise copied in ... I didn't yet remove the copies under ext/Test/t, pending whether or not it is a good idea

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r11323 r11329  
    2424* Merged t_disabled/ into t/, and split t_pugs/ from t/. 
    2525* Did some rearranging/renaming in t/ so the tests scale better. 
     26* Copied ext/Test/t/* to t/02-test-pm/*, moved t/01-sanity/08-test.t to the  
     27latter as well ... so 01-sanity doesn't use Test.pm, 02-test-pm checks that  
     28Test.pm itself works, and subsequent t/* use Test.pm 
     29... TODO: remove duplicate tests from ext/Test/t/* if not also needed. 
    2630 
    2731== Feature Changes