Changeset 24120 for t/oo

Show
Ignore:
Timestamp:
11/30/08 20:47:05 (5 weeks ago)
Author:
moritz
Message:

[t] some test and smartlink fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/oo/meta_class.t

    r21789 r24120  
    2626ok(eval("(Foo.HOW.isa())[0] ~~ Foo"), '... the isa() property returns Foo as the first parent class', :todo<feature>); 
    2727 
    28 # L<S12/Introspection/The .HOW.methods method returns method-descriptors containing:> 
     28# L<S12/Introspection/"get the method list of MyClass"> 
    2929 
    3030# NOTE: I am guessing on some of this here, but it's a start for now