Remove debugging statement.
This commit is contained in:
parent
ac9e75a0a3
commit
8b32efdc3b
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ TODO: {
|
||||||
|
|
||||||
SKIP: {
|
SKIP: {
|
||||||
skip "Skipping XML requests to ITransact due to lack of userId and password", 2 unless $hasTestAccount;
|
skip "Skipping XML requests to ITransact due to lack of userId and password", 2 unless $hasTestAccount;
|
||||||
diag $xml;
|
|
||||||
my $response = eval { $driver->doXmlRequest($xml) };
|
my $response = eval { $driver->doXmlRequest($xml) };
|
||||||
my $ok_response = isa_ok($response, 'HTTP::Response', 'returns a HTTP::Response object');
|
my $ok_response = isa_ok($response, 'HTTP::Response', 'returns a HTTP::Response object');
|
||||||
ok( $response->is_success, '... was successful for two item transaction');
|
ok( $response->is_success, '... was successful for two item transaction');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue