Changeset 22477 for t

Show
Ignore:
Timestamp:
10/01/08 22:29:57 (2 months ago)
Author:
moritz
Message:

[t] move noncap.t to spec/, added deprecation comment to junction_functions.t

Location:
t
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • t/junction/junction_functions.t

    r21719 r22477  
    2020my @values = $j.values; 
    2121is(+@values, 3, 'our junction has three values in it'); 
     22 
     23# XXX relies on the order of elements in Junction, which is not allowed. 
    2224is(@values[0], 1, 'our junctions first value is 1'); 
    2325is(@values[1], 2, 'our junctions second value is 2');