Removed unnecessary class from string literals.
[shibboleth/cpp-opensaml.git] / samltest / saml2 / core / impl / AuthnQuery20Test.h
index 400de42..f1da011 100644 (file)
@@ -120,7 +120,7 @@ public:
         query->setID(expectedID);
         query->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);
         query->addNamespace(*ns);
         query->setIssuer(IssuerBuilder::buildIssuer());
         query->setSubject(SubjectBuilder::buildSubject());