Skip to content

Commit

Permalink
updating test for new output order
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Apr 30, 2011
1 parent f3a71b8 commit d16144c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC/system/output_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
$APIDATA = $T->api_request($PostArray);
$Lines = explode("\r\n",$T->get_raw_api_respnse());
$T->assert(">",count($Lines),0);
$T->assert("==",$Lines[2],"Action: Unknown Action");
$T->assert("==",$Lines[9],"ERROR: That Action cannot be found. Did you send the 'Action' parameter? List Actions with Action=DescribeActions");
$T->assert("==",$Lines[3],"Action: Unknown Action");
$T->assert("==",$Lines[10],"ERROR: That Action cannot be found. Did you send the 'Action' parameter? List Actions with Action=DescribeActions");

$T->end();

Expand Down

0 comments on commit d16144c

Please sign in to comment.