X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Fsaml2%2Fcore%2Fimpl%2FLogoutResponse20Test.h;h=b4d9023dd22ec8a7e4d9c27428e2ff7258af7037;hb=932cfaae2176c2eba1a9938dc420591a9551a7f3;hp=034d2451d7a90b1be04d4d2d02fb488d2b267b67;hpb=1ffcb743f90aeb3da11054316f3d005ff7edbf7b;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/saml2/core/impl/LogoutResponse20Test.h b/samltest/saml2/core/impl/LogoutResponse20Test.h index 034d245..b4d9023 100644 --- a/samltest/saml2/core/impl/LogoutResponse20Test.h +++ b/samltest/saml2/core/impl/LogoutResponse20Test.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -127,7 +127,7 @@ public: response->setID(expectedID); response->setIssueInstant(expectedIssueInstant); // Do this just so don't have to redeclare the saml namespace prefix on every child element in the control XML file - Namespace* ns = new Namespace(opensaml::SAMLConstants::SAML20_NS, opensaml::SAMLConstants::SAML20_PREFIX); + Namespace* ns = new Namespace(samlconstants::SAML20_NS, samlconstants::SAML20_PREFIX); response->addNamespace(*ns); response->setIssuer(IssuerBuilder::buildIssuer()); response->setStatus(StatusBuilder::buildStatus());