- Timestamp:
- 07/03/07 19:22:29 (19 months ago)
- Location:
- trunk/t
- Files:
-
- 2 modified
-
69_bug_zero_geo.t (modified) (1 diff)
-
77_send_email.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/69_bug_zero_geo.t
r1079 r1104 47 47 48 48 my %details = $guide->wiki->retrieve_node("Test Node"); 49 50 use Data::Dumper;51 #print STDERR Dumper %details;52 49 53 50 is( @{$details{metadata}->{os_x}}[0], 0, "Zero os_x saved" ); -
trunk/t/77_send_email.t
r1092 r1104 33 33 ); 34 34 35 like( $output, qr|^To: admin\@example\.com|m, "Admin address appropriately" ); 35 like( $output, qr|^To: admin\@example\.com|m, "Admin address used ". 36 "appropriately" ); 36 37 37 38 eval { $output = OpenGuides::Utils->send_email(
