X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=samltest%2Fsaml1%2Fcore%2Fimpl%2FAttributeDesignatorTest.h;h=03a669b4c19c8635e2c0349a4bee28ef5db25113;hb=e9554c255ad3c91c7c4976e7a1a54905903e66a2;hp=f0b767fc022e89381b0a54aaba2b7b363133a933;hpb=50f75e2cd3ddaca8e9808a3e5af9517deca3c9c3;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/saml1/core/impl/AttributeDesignatorTest.h b/samltest/saml1/core/impl/AttributeDesignatorTest.h index f0b767f..03a669b 100644 --- a/samltest/saml1/core/impl/AttributeDesignatorTest.h +++ b/samltest/saml1/core/impl/AttributeDesignatorTest.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 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. @@ -41,8 +41,8 @@ public: void testSingleElementUnmarshall() { auto_ptr xo(unmarshallElement(singleElementFile)); AttributeDesignator& ad = dynamic_cast(*xo.get()); - TSM_ASSERT("AttributeName", ad.getAttributeName()==NULL); - TSM_ASSERT("AttributeNamespace", ad.getAttributeNamespace()==NULL); + TSM_ASSERT("AttributeName", ad.getAttributeName()==nullptr); + TSM_ASSERT("AttributeNamespace", ad.getAttributeNamespace()==nullptr); } void testSingleElementOptionalAttributesUnmarshall() {