X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=test.pl;h=fc1dfe520a397d9196ea4d24bb58c905d6b8b84a;hb=924a225b5684a0172546f9ae204d13a376900e5d;hp=aaa3715b16777b63c78804b61c9e07f7d263f04d;hpb=f91f283833d0dc65bd63d5066a8de16f4dd72d63;p=Net-APP.git diff --git a/test.pl b/test.pl index aaa3715..fc1dfe5 100644 --- a/test.pl +++ b/test.pl @@ -33,7 +33,10 @@ sub input { print <, and an account on +the APP server. + +(i.e. stunnel -P none -c -d 8888 -r appsandbox.criticalpath.net:8889) END @@ -47,7 +50,7 @@ my $password = input "Enter your APP password: "; print "\n\n"; system("stty echo"); test 2, my $app = new Net::APP ( "$hostname:$port", - Debug => 1, + Debug => 0, ); test 3, $app->login( User => $user, Domain => $domain, @@ -59,7 +62,7 @@ test 6, $app->code == 0; $app->close(); undef $app; test 6, $app = new Net::APP ( "$hostname:$port", - Debug => 1, + Debug => 0, User => $user, Domain => $domain, Password => $password,