/[Frey]/trunk/t/02-frey-introspect.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/02-frey-introspect.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by dpavlin, Thu Jul 3 19:51:18 2008 UTC revision 53 by dpavlin, Sat Jul 5 15:19:55 2008 UTC
# Line 29  foreach my $package ( 'Strix::User', 'Fr Line 29  foreach my $package ( 'Strix::User', 'Fr
29          ok( defined $o->debug, 'debug' );          ok( defined $o->debug, 'debug' );
30          ok( ! $o->path, 'no path' );          ok( ! $o->path, 'no path' );
31    
32          ok( my $examine = $o->examine, 'examine' );          ok( my $js = $o->joose, 'joose' );
33          diag dump( $examine ) if $debug;          diag dump( $js ) if $debug;
34    
35          ok( $o->path, 'path' );          ok( $o->path, 'path' );
36    
37          my $cmd = 'js ' . $o->path;          ok( my @methods = $o->methods, 'methods' );
38          my $syntax = `$cmd 2>&1`;          diag dump( @methods ) if $debug;
         diag $syntax;  
   
         ok( ! $syntax, 'syntax' );  
39  }  }

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26