(file) Return to CLI.output CVS log (file) (dir) Up to [Pegasus] / pegasus / test / TestProviders / ExceptionsTest

File: [Pegasus] / pegasus / test / TestProviders / ExceptionsTest / CLI.output (download)
Revision: 1.2, Fri Aug 3 17:57:51 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK_PEP328_SOLARIS_NEVADA_PORT, TASK_PEP317_1JUNE_2013, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, TASK-PEP317_pullop-root, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP317_pullop-merged_in_from_branch, TASK-PEP317_pullop-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch, RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0-FC, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0_BETA, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0-FC, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch, RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root, RELEASE_2_7-branch, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch, PREAUG25UPDATE, POSTAUG25UPDATE, HPUX_TEST, HEAD, CIMRS_WORK_20130824, BeforeUpdateToHeadOct82011
Changes since 1.1: +1 -1 lines
BUG#: 6674
TITLE: Remove status code descriptions from error messages
DESCRIPTION: Include the string form of the CIM status code in the error messages, but not the text description of the error message.

Connecting to localhost:5988 for User =  password = 
EnumerateInstances Namespace = root/SampleProvider, Class = ExceptionsTestClass, deepInheritance = false, localOnly = true, includeQualifiers = true, includeClassOrigin = false, PropertyList = List_NULL
Connecting to localhost:5988 for User =  password = 
EnumerateClasses Namespace= root/SampleProvider, Class= ExceptionsTestClass, deepInheritance= false, localOnly= true, includeQualifiers= true, includeClassOrigin= false

//    Class ThirdClass

class ThirdClass : ExceptionsTestClass
{
    [read, 
    write]
string CName;
};

//    Class SecondClass

class SecondClass : ExceptionsTestClass
{
    [key : DisableOverride, 
    read]
uint8 Srno;
    [read, 
    write]
string Name;
};

//    Class FirstClass

class FirstClass : ExceptionsTestClass
{
    [key : DisableOverride, 
    read]
uint16 Id;
    [read, 
    write]
string Message;
};
Connecting to localhost:5988 for User =  password = 
EnumerateInstanceNames Namespace= root/SampleProvider, Class= ExceptionsTestClass
Connecting to localhost:5988 for User =  password = 
EnumerateClasseNames Namespace= root/SampleProvider, Class= ExceptionsTestClass, deepInheritance= false
ThirdClass
SecondClass
FirstClass
Connecting to localhost:5988 for User =  password = 
getClass Namespace= root/SampleProvider, Class= ExceptionsTestClass, deepInheritance= false, localOnly= true, includeQualifiers= true, includeClassOrigin= false, PropertyList= List_NULL

//    Class ExceptionsTestClass

class ExceptionsTestClass
{
    [key : DisableOverride, 
    read]
string listName;
};
Connecting to localhost:5988 for User =  password = 
getInstance Namespace = root/SampleProvider, Instance = ExceptionsTestClass, localOnly = true, includeQualifiers = true, includeClassOrigin = false, PropertyList = List_NULL
CLI CIMException:  Cmd= gi Object= ExceptionsTestClass
CIM_ERR_NOT_FOUND: ExceptionsTestClass

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2