/[A3C]/t/00-action-StrixSQL.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 /t/00-action-StrixSQL.t

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

revision 161 by dpavlin, Sun Jun 15 16:11:17 2008 UTC revision 174 by dpavlin, Mon Jun 16 16:48:16 2008 UTC
# Line 21  my $action = Jifty::Test->web->new_actio Line 21  my $action = Jifty::Test->web->new_actio
21    
22  isa_ok( $action, 'A3C::Action::StrixSQL' );  isa_ok( $action, 'A3C::Action::StrixSQL' );
23    
24  $action->argument_values({ strix => 'os-test0604-zg', sql => 'select now() as time' });  $action->argument_values({ instance => 'os-test0604-zg', sql => 'select now() as time' });
25  $action->run;  $action->run;
26    
27  ok( $action->result->success, 'result is success' );  ok( $action->result->success, 'result is success' );

Legend:
Removed from v.161  
changed lines
  Added in v.174

  ViewVC Help
Powered by ViewVC 1.1.26