Removed unnecessary class from string literals.
[shibboleth/cpp-opensaml.git] / samltest / saml2 / core / impl / ManageNameIDResponse20Test.h
index c1e0533..d3d2f8f 100644 (file)
@@ -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());