From 6f1a80c42262f9432431fa90ea8a79e65d695f61 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 20 Jan 2005 13:53:59 +0000 Subject: don't output licensing comment when starting perfs.php --- php/tests/binding_tests.php | 2 -- php/tests/perfs.php | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'php/tests') diff --git a/php/tests/binding_tests.php b/php/tests/binding_tests.php index 48616175..a9ac49da 100755 --- a/php/tests/binding_tests.php +++ b/php/tests/binding_tests.php @@ -1,7 +1,5 @@ #! /usr/bin/env php NameIDPolicy = LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED; $request->ProtocolProfile = LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST; $login->buildAuthnRequestMsg(); - printf("%s\n", $login->msgUrl); } $query = $login->msgUrl; -print $query; $authn_response_msg = create_authnresponse($query); printf("Processing 50 AuthnResponse...\n"); -- cgit