Home
last modified time | relevance | path

Searched refs:REG_ENSURE (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/registry/test/
H A Dtestmerge.cxx56REG_ENSURE(!myRegistry->create(OUString::createFromAscii("merge1.rdb")), "testGenerateMerge1 error… in test_generateMerge1()
57 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge1 error 2"); in test_generateMerge1()
59REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("MergeKey1"), key1), "testGenerateMerge1 e… in test_generateMerge1()
60REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1"), key2), "testGene… in test_generateMerge1()
61REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1/KeyWithLongValue"),… in test_generateMerge1()
62REG_ENSURE(!key3.setValue(OUString(), RG_VALUETYPE_LONG, &lValue1, sizeof(sal_Int32)), "testGenera… in test_generateMerge1()
63REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2"), key4), "testGene… in test_generateMerge1()
64REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"… in test_generateMerge1()
65REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_STRING, sValue, strlen(sValue)+1), "testGenerat… in test_generateMerge1()
66REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3"), key6), "testGene… in test_generateMerge1()
[all …]
H A Dtestregcpp.cxx47REG_ENSURE(!myRegistry->create(OUString::createFromAscii("ucrtest.rdb")), "testCoreReflection erro… in test_coreReflection()
48 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testCoreReflection error 2"); in test_coreReflection()
50REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("UCR"), key1), "testCoreReflection error 3… in test_coreReflection()
51REG_ENSURE(!key1.createKey(OUString::createFromAscii("ModuleA"), key2), "testCoreReflection error … in test_coreReflection()
52REG_ENSURE(!key2.createKey(OUString::createFromAscii("StructA"), key3), "testCoreReflection error … in test_coreReflection()
53REG_ENSURE(!key2.createKey(OUString::createFromAscii("EnumA"), key4), "testCoreReflection error 6"… in test_coreReflection()
54REG_ENSURE(!key2.createKey(OUString::createFromAscii("XInterfaceA"), key5), "testCoreReflection er… in test_coreReflection()
55REG_ENSURE(!key2.createKey(OUString::createFromAscii("ExceptionA"), key6), "testCoreReflection err… in test_coreReflection()
56REG_ENSURE(!key2.createKey(OUString::createFromAscii("ServiceA"), key7), "testCoreReflection error… in test_coreReflection()
57REG_ENSURE(!key2.createKey(OUString::createFromAscii("ConstantsA"), key8), "testCoreReflection err… in test_coreReflection()
[all …]
H A Dregdiagnose.h30 #define REG_ENSURE(c, m) _REG_ENSURE(c, OSL_THIS_FILE, __LINE__, m) macro