X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Fsaml2%2Fcore%2Fimpl%2FSessionIndex20Test.h;h=465763b69a83ec87b9c339ef76f16462157b6a38;hb=e9554c255ad3c91c7c4976e7a1a54905903e66a2;hp=694522dbbc351cbf464728dc170b584d56018e63;hpb=31bc751c4d57cbefbcda84e5a6afc7dffee22dcf;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/saml2/core/impl/SessionIndex20Test.h b/samltest/saml2/core/impl/SessionIndex20Test.h index 694522d..465763b 100644 --- a/samltest/saml2/core/impl/SessionIndex20Test.h +++ b/samltest/saml2/core/impl/SessionIndex20Test.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ public: void testSingleElementUnmarshall() { auto_ptr xo(unmarshallElement(singleElementFile)); SessionIndex* si = dynamic_cast(xo.get()); - TS_ASSERT(si!=NULL); + TS_ASSERT(si!=nullptr); assertEquals("SessionIndex text content", expectedContent, si->getSessionIndex()); }