(file) Return to TestSnmpHandlerException.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler / tests / SnmpHandlerException

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException/TestSnmpHandlerException.cpp between version 1.1 and 1.2

version 1.1, 2006/08/01 18:12:42 version 1.2, 2006/08/11 19:47:09
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Yi Zhou, Hewlett-Packard Company (Yi.Zhou@hp.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/PegasusAssert.h> #include <Pegasus/Common/PegasusAssert.h>
Line 433 
Line 429 
         CIMHandler* handler = handlerTable.getHandler(handlerId, repository);         CIMHandler* handler = handlerTable.getHandler(handlerId, repository);
         PEGASUS_TEST_ASSERT(handler != 0);         PEGASUS_TEST_ASSERT(handler != 0);
  
         handler->initialize(repository);  
         TestExceptionHandling(handler);         TestExceptionHandling(handler);
  
         //         //
Line 454 
Line 449 
         repository->deleteQualifier(NS, CIMName ("NotMappingStrings"));         repository->deleteQualifier(NS, CIMName ("NotMappingStrings"));
  
         repository->deleteNameSpace(NS);         repository->deleteNameSpace(NS);
   
         delete repository;  
     }     }
     catch(Exception& e)     catch(Exception& e)
     {     {
Line 463 
Line 456 
         exit(1);         exit(1);
     }     }
  
       delete repository;
   
     cout << "+++++ passed all tests" << endl;     cout << "+++++ passed all tests" << endl;
     return 0;     return 0;
 } }


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2