summaryrefslogtreecommitdiffstats
path: root/php/tests
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-13 14:11:17 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-13 14:11:17 +0000
commit37c1a3e8b0a183fd1744e625c9a6ed70cc802cca (patch)
treefc58ffd68a51961fefa8638df8246195484b61b4 /php/tests
parentcd8a5088f2a9e22aade9d93c0085d57507c300a3 (diff)
downloadlasso-37c1a3e8b0a183fd1744e625c9a6ed70cc802cca.tar.gz
lasso-37c1a3e8b0a183fd1744e625c9a6ed70cc802cca.tar.xz
lasso-37c1a3e8b0a183fd1744e625c9a6ed70cc802cca.zip
safe against unfound strings
Diffstat (limited to 'php/tests')
-rwxr-xr-xphp/tests/perfs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/php/tests/perfs.php b/php/tests/perfs.php
index 6a4b2a49..61675135 100755
--- a/php/tests/perfs.php
+++ b/php/tests/perfs.php
@@ -57,9 +57,11 @@ for ($i=0; $i < 50; $i++) {
$request->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");