Lines Matching refs:REG_ENSURE

47REG_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()
140REG_ENSURE(!key2.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
149REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA")), "testCoreReflection … in test_coreReflection()
152 REG_ENSURE( aReadConst.m_type == RT_TYPE_INT32, "testCoreReflection error 9a3"); in test_coreReflection()
153 REG_ENSURE( aReadConst.m_value.aLong == -100000, "testCoreReflection error 9a4"); in test_coreReflection()
156 REG_ENSURE( aReadConst.m_type == RT_TYPE_INT64, "testCoreReflection error 9a5"); in test_coreReflection()
157 REG_ENSURE( aReadConst.m_value.aHyper == -100000000, "testCoreReflection error 9a6"); in test_coreReflection()
161 REG_ENSURE(aConstStr.equals("dies ist ein unicode string"), "testCoreReflection error 9b"); in test_coreReflection()
187REG_ENSURE(!key3.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
214REG_ENSURE(!key4.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
255REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
258 REG_ENSURE(!key5.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9c1"); in test_coreReflection()
264REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA/XInterfaceA")), "testCor… in test_coreReflection()
268 REG_ENSURE(retUik.m_Data1 = 1, "testCoreReflection error 9c3"); in test_coreReflection()
269 REG_ENSURE(retUik.m_Data2 = 2, "testCoreReflection error 9c4"); in test_coreReflection()
270 REG_ENSURE(retUik.m_Data3 = 3, "testCoreReflection error 9c5"); in test_coreReflection()
271 REG_ENSURE(retUik.m_Data4 = 4, "testCoreReflection error 9c6"); in test_coreReflection()
272 REG_ENSURE(retUik.m_Data5 = 5, "testCoreReflection error 9c7"); in test_coreReflection()
292REG_ENSURE(!key6.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
321REG_ENSURE(!key7.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
323 REG_ENSURE(!key7.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9e2"); in test_coreReflection()
329REG_ENSURE(reader.getTypeName().equals(OUString::createFromAscii("ModuleA/ServiceA")), "testCoreRe… in test_coreReflection()
332 REG_ENSURE( referenceCount == 4, "testCoreReflection error 9e4"); in test_coreReflection()
335REG_ENSURE(refName.equals(OUString::createFromAscii("ModuleA/XInterfaceA")), "testCoreReflection e… in test_coreReflection()
371REG_ENSURE(!key8.setValue(OUString(), RG_VALUETYPE_BINARY, (void*)pBlop, aBlopSize), "testCoreRefl… in test_coreReflection()
386REG_ENSURE(!myRegistry->create(OUString::createFromAscii("test.rdb")), "test_registry_CppApi error… in test_registry_CppApi()
387 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 2"); in test_registry_CppApi()
389REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFirstKey"), key1), "test_registry_CppAp… in test_registry_CppApi()
390REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppA… in test_registry_CppApi()
391REG_ENSURE(!key1.createKey(OUString::createFromAscii("X"), key3), "test_registry_CppApi error 5"); in test_registry_CppApi()
392REG_ENSURE(!key1.createKey(OUString::createFromAscii("mySecondSubKey"), key4), "test_registry_CppA… in test_registry_CppApi()
393REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myThirdKey"), key5), "test_registry_CppAp… in test_registry_CppApi()
395REG_ENSURE(!key5.createKey(OUString::createFromAscii("1"), key4), "test_registry_CppApi error 6b"); in test_registry_CppApi()
396REG_ENSURE(!key4.createKey(OUString::createFromAscii("2"), key3), "test_registry_CppApi error 6c"); in test_registry_CppApi()
397REG_ENSURE(!key5.openKey(OUString::createFromAscii("1"), key4), "test_registry_CppApi error 6d"); in test_registry_CppApi()
398REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myThirdKey/1"), key4), "test_registry_CppA… in test_registry_CppApi()
399REG_ENSURE(key4.getName().equals(OUString::createFromAscii("/myThirdKey/1")), "test_registry_CppAp… in test_registry_CppApi()
401REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFourthKey"), key6), "test_registry_CppA… in test_registry_CppApi()
402REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFifthKey"), key6), "test_registry_CppAp… in test_registry_CppApi()
403REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySixthKey"), key6), "test_registry_CppAp… in test_registry_CppApi()
408REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/myFourthKey/X"), key7), "test_registry_C… in test_registry_CppApi()
409REG_ENSURE(!key6.createLink(OUString::createFromAscii("myFirstLink"), OUString::createFromAscii("/… in test_registry_CppApi()
410REG_ENSURE(!key6.createKey(OUString::createFromAscii("mySixthSubKey"), key7), "test_registry_CppAp… in test_registry_CppApi()
413REG_ENSURE(!key6.getLinkTarget(OUString::createFromAscii("myFirstLink"), linkTarget), "test_regist… in test_registry_CppApi()
414REG_ENSURE(linkTarget.equals(OUString::createFromAscii("/myFourthKey/X")), "test_registry_CppApi e… in test_registry_CppApi()
419REG_ENSURE(!rootKey.getKeyNames(OUString::createFromAscii("mySixthKey"), *pSubKeyNames), "test_reg… in test_registry_CppApi()
420 REG_ENSURE(pSubKeyNames->getLength() == 2, "test_registry_CppApi error 7i)"); in test_registry_CppApi()
427REG_ENSURE(!rootKey.getKeyType(pSubKeyNames->getElement(i), &keyType), "test_registry_CppApi error… in test_registry_CppApi()
428 REG_ENSURE(keyType == RG_LINKTYPE, "test_registry_CppApi error 7k"); in test_registry_CppApi()
432 REG_ENSURE(!key7.closeKey(), "test_registry_CppApi error 7k1"); in test_registry_CppApi()
435REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/mySixthKey/myFirstLink"), key6), "test_reg… in test_registry_CppApi()
438REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("myFifthKey"), key6), "test_registry_CppApi … in test_registry_CppApi()
439 REG_ENSURE(!key6.createLink(OUString::createFromAscii("mySecondLink"), in test_registry_CppApi()
442REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myFifthKey/mySecondLink"), key6), "test_re… in test_registry_CppApi()
445REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/myFifthKey/mySecondLink/myFirstLinkSubKe… in test_registry_CppApi()
446REG_ENSURE(key7.getName().equals(OUString::createFromAscii("/myFourthKey/X/myFirstLinkSubKey")), "… in test_registry_CppApi()
448REG_ENSURE(!key7.createLink(OUString::createFromAscii("myThirdLink"), OUString::createFromAscii("/… in test_registry_CppApi()
449REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myFourthKey/X/myFirstLinkSubKey/myThirdLin… in test_registry_CppApi()
452 REG_ENSURE(!key7.closeKey(), "test_registry_CppApi error 7m11"); in test_registry_CppApi()
454REG_ENSURE(!rootKey.deleteLink(OUString::createFromAscii("/myFifthKey/mySecondLink")), "test_regis… in test_registry_CppApi()
456 REG_ENSURE(!rootKey.createLink(OUString::createFromAscii("/myFifthKey/mySecondLink"), in test_registry_CppApi()
468REG_ENSURE(!rootKey.getKeyNames(OUString::createFromAscii("mySixthKey"), subKeyNames), "test_regis… in test_registry_CppApi()
471 REG_ENSURE(nSubKeys == 2, "test_registry_CppApi error 7n1"); in test_registry_CppApi()
472REG_ENSURE(subKeyNames.getElement(0).equals(OUString::createFromAscii("/mySixthKey/myFirstLink")),… in test_registry_CppApi()
473REG_ENSURE(subKeyNames.getElement(1).equals(OUString::createFromAscii("/mySixthKey/mySixthSubKey")… in test_registry_CppApi()
479REG_ENSURE(!rootKey.openSubKeys(OUString::createFromAscii("myFirstKey"), subKeys), "test_registry_… in test_registry_CppApi()
482 REG_ENSURE(nSubKeys == 2, "test_registry_CppApi error 7o1"); in test_registry_CppApi()
483REG_ENSURE(subKeys.getElement(0).getName().equals(OUString::createFromAscii("/myFirstKey/mySecondS… in test_registry_CppApi()
484REG_ENSURE(subKeys.getElement(1).getName().equals(OUString::createFromAscii("/myFirstKey/X")), "te… in test_registry_CppApi()
486 REG_ENSURE(!rootKey.closeSubKeys(subKeys), "test_registry_CppApi error 7q)"); in test_registry_CppApi()
489REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/TEST"), key8), "test_registry_CppApi err… in test_registry_CppApi()
490REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/TEST/Child1"), key8), "test_registry_Cpp… in test_registry_CppApi()
491REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/TEST/Child2"), key8), "test_registry_Cpp… in test_registry_CppApi()
492REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/TEST"), key9), "test_registry_CppApi error… in test_registry_CppApi()
493 REG_ENSURE(!key8.closeKey() && !key9.closeKey(), "test_registry_CppApi error 8b1"); in test_registry_CppApi()
494REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/TEST"), key8), "test_registry_CppApi error… in test_registry_CppApi()
495 REG_ENSURE(!key8.closeKey(), "test_registry_CppApi error 8c"); in test_registry_CppApi()
496REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("TEST"), key8), "test_registry_CppApi error … in test_registry_CppApi()
497 REG_ENSURE(!key8.closeKey(), "test_registry_CppApi error 8d"); in test_registry_CppApi()
501REG_ENSURE(!rootKey.setValue(OUString::createFromAscii("mySecondKey"), RG_VALUETYPE_STRING, Value,… in test_registry_CppApi()
506REG_ENSURE(!rootKey.getValueInfo(OUString::createFromAscii("mySecondKey"), &valueType, &valueSize)… in test_registry_CppApi()
509 REG_ENSURE(!key2.getValue(OUString(), readValue), "test_registry_CppApi error 10"); in test_registry_CppApi()
511 REG_ENSURE(valueType == RG_VALUETYPE_STRING, "test_registry_CppApi error 11"); in test_registry_CppApi()
512 REG_ENSURE(valueSize == 18, "test_registry_CppApi error 12"); in test_registry_CppApi()
513 REG_ENSURE(strcmp(readValue, Value) == 0, "test_registry_CppApi error 13"); in test_registry_CppApi()
525REG_ENSURE(!rootKey.setStringListValue(OUString::createFromAscii("myFourthKey"), (sal_Char**)pList… in test_registry_CppApi()
528REG_ENSURE(!rootKey.getStringListValue(OUString::createFromAscii("myFourthKey"), valueList), "test… in test_registry_CppApi()
530 REG_ENSURE(strcmp(n1, valueList.getElement(0)) == 0, "test_registry_CppApi error 13c"); in test_registry_CppApi()
531 REG_ENSURE(strcmp(n2, valueList.getElement(1)) == 0, "test_registry_CppApi error 13d"); in test_registry_CppApi()
532 REG_ENSURE(strcmp(n3, valueList.getElement(2)) == 0, "test_registry_CppApi error 13e"); in test_registry_CppApi()
534REG_ENSURE(!rootKey.getValueInfo(OUString::createFromAscii("myFourthKey"), &valueType, &valueSize)… in test_registry_CppApi()
535 REG_ENSURE(valueType == RG_VALUETYPE_STRINGLIST, "test_registry_CppApi error 13e2"); in test_registry_CppApi()
536 REG_ENSURE(valueSize == 3, "test_registry_CppApi error 13e3"); in test_registry_CppApi()
543REG_ENSURE(!rootKey.setLongListValue(OUString::createFromAscii("myFifthKey"), pLong, 3), "test_reg… in test_registry_CppApi()
546REG_ENSURE(!rootKey.getLongListValue(OUString::createFromAscii("myFifthKey"), longList), "test_reg… in test_registry_CppApi()
548 REG_ENSURE(pLong[0] == longList.getElement(0), "test_registry_CppApi error 13h"); in test_registry_CppApi()
549 REG_ENSURE(pLong[1] == longList.getElement(1), "test_registry_CppApi error 13i"); in test_registry_CppApi()
550 REG_ENSURE(pLong[2] == longList.getElement(2), "test_registry_CppApi error 13j"); in test_registry_CppApi()
555REG_ENSURE(!rootKey.setValue(OUString::createFromAscii("mySixthKey"), RG_VALUETYPE_UNICODE, (void*… in test_registry_CppApi()
558REG_ENSURE(!rootKey.getValueInfo(OUString::createFromAscii("mySixthKey"), &valueType, &valueSize),… in test_registry_CppApi()
560REG_ENSURE(!rootKey.getValue(OUString::createFromAscii("mySixthKey"), pTmpValue), "test_registry_C… in test_registry_CppApi()
561REG_ENSURE(rtl_ustr_getLength(wTestValue) == rtl_ustr_getLength(pTmpValue), "test_registry_CppApi … in test_registry_CppApi()
562 REG_ENSURE(rtl_ustr_compare(wTestValue, pTmpValue) == 0, "test_registry_CppApi error 13j4"); in test_registry_CppApi()
573REG_ENSURE(!rootKey.setUnicodeListValue(OUString::createFromAscii("mySixthKey"), (sal_Unicode**)pU… in test_registry_CppApi()
576REG_ENSURE(!rootKey.getUnicodeListValue(OUString::createFromAscii("mySixthKey"), unicodeList), "te… in test_registry_CppApi()
578REG_ENSURE(rtl_ustr_compare(w1, unicodeList.getElement(0)) == 0, "test_registry_CppApi error 13m"); in test_registry_CppApi()
579REG_ENSURE(rtl_ustr_compare(w2, unicodeList.getElement(1)) == 0, "test_registry_CppApi error 13n"); in test_registry_CppApi()
580REG_ENSURE(rtl_ustr_compare(w3, unicodeList.getElement(2)) == 0, "test_registry_CppApi error 13o"); in test_registry_CppApi()
582 REG_ENSURE(!key6.closeKey(), "test_registry_CppApi error 14"); in test_registry_CppApi()
584 REG_ENSURE(!key1.closeKey() && in test_registry_CppApi()
588REG_ENSURE(!rootKey.deleteKey(OUString::createFromAscii("myFirstKey")), "test_registry_CppApi erro… in test_registry_CppApi()
590 REG_ENSURE(!key2.closeKey(), "test_registry_CppApi error 16"); in test_registry_CppApi()
591REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppApi… in test_registry_CppApi()
593 REG_ENSURE(!key5.closeKey(), "test_registry_CppApi error 18"); in test_registry_CppApi()
595REG_ENSURE(!rootKey.deleteKey(OUString::createFromAscii("myThirdKey")), "test_registry_CppApi erro… in test_registry_CppApi()
597REG_ENSURE(rootKey.openKey(OUString::createFromAscii("myThirdKey"), key5), "test_registry_CppApi e… in test_registry_CppApi()
599 REG_ENSURE(!key2.closeKey() && in test_registry_CppApi()
602 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 22"); in test_registry_CppApi()
607REG_ENSURE(!myRegistry->create(OUString::createFromAscii("test2.rdb")), "test_registry_CppApi erro… in test_registry_CppApi()
608 REG_ENSURE(!myRegistry->openRootKey(rootKey2), "test_registry_CppApi error 24"); in test_registry_CppApi()
610REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2FirstKey"), key21), "test_registry_C… in test_registry_CppApi()
611REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2SecondKey"), key22), "test_registry_… in test_registry_CppApi()
612REG_ENSURE(!key21.createKey(OUString::createFromAscii("reg2FirstSubKey"), key23), "test_registry_C… in test_registry_CppApi()
613REG_ENSURE(!key21.createKey(OUString::createFromAscii("reg2SecondSubKey"), key24), "test_registry_… in test_registry_CppApi()
614REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2ThirdKey"), key25), "test_registry_C… in test_registry_CppApi()
617REG_ENSURE(!key23.setValue(OUString(), RG_VALUETYPE_LONG, &nValue, sizeof(sal_uInt32)), "test_regi… in test_registry_CppApi()
619 REG_ENSURE(!key21.closeKey() && in test_registry_CppApi()
626 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 32"); in test_registry_CppApi()
628REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
629 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 34"); in test_registry_CppApi()
631 REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
633 REG_ENSURE(!myRegistry->saveKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
636REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("allFromTest3"), key1), "test_registry_Cpp… in test_registry_CppApi()
637REG_ENSURE(!key1.createKey(OUString::createFromAscii("myFirstKey2"), key2), "test_registry_CppApi … in test_registry_CppApi()
638REG_ENSURE(!key1.createKey(OUString::createFromAscii("mySecondKey2"), key3), "test_registry_CppApi… in test_registry_CppApi()
640 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
642 REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
648 REG_ENSURE(!key1.closeKey() && in test_registry_CppApi()
652 REG_ENSURE(!key3.setValue(OUString(), RG_VALUETYPE_UNICODE, (void*)wValue, in test_registry_CppApi()
655 REG_ENSURE(!key3.closeKey(), "test_registry_CppApi error 43"); in test_registry_CppApi()
657REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/allFromTest3/reg2FirstKey/reg2FirstSubKey"… in test_registry_CppApi()
659REG_ENSURE(!rootKey.deleteKey(OUString::createFromAscii("/allFromTest3/reg2FirstKey/reg2FirstSubKe… in test_registry_CppApi()
660 REG_ENSURE(key1.getValueInfo(OUString(), &valueType, &valueSize) == REG_INVALID_KEY, in test_registry_CppApi()
662 REG_ENSURE(!key1.closeKey(), "test_registry_CppApi error 44.b)"); in test_registry_CppApi()
664 REG_ENSURE(!rootKey.closeKey(), "test_registry_CppApi error 45"); in test_registry_CppApi()
666 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 46"); in test_registry_CppApi()
668REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
670REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("test2.rdb")), "test_registry_CppApi err… in test_registry_CppApi()
675 REG_ENSURE(myRegistry->destroy(OUString()), "test_registry_CppApi error 50"); in test_registry_CppApi()
679REG_ENSURE(!myRegistry->create(OUString::createFromAscii("destroytest.rdb")), "test_registry_CppAp… in test_registry_CppApi()
680 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 52"); in test_registry_CppApi()
681REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READONLY), "test_re… in test_registry_CppApi()
682 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 54"); in test_registry_CppApi()
684 REG_ENSURE(myRegistry->mergeKey(rootKey, OUString::createFromAscii("allFromTest3"), in test_registry_CppApi()
686REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("test3.rdb")), "test_registry_CppApi err… in test_registry_CppApi()
688 REG_ENSURE(!rootKey.closeKey(), "test_registry_CppApi error 57"); in test_registry_CppApi()
689 REG_ENSURE(!myRegistry->close(), "test_registry_CppApi error 58"); in test_registry_CppApi()
690REG_ENSURE(!myRegistry->open(OUString::createFromAscii("destroytest.rdb"), REG_READWRITE), "test_r… in test_registry_CppApi()
691 REG_ENSURE(!myRegistry->destroy(OUString()), "test_registry_CppApi error 60"); in test_registry_CppApi()
693REG_ENSURE(!myRegistry->open(OUString::createFromAscii("test.rdb"), REG_READWRITE), "test_registry… in test_registry_CppApi()
694REG_ENSURE(!myRegistry->destroy(OUString::createFromAscii("ucrtest.rdb")), "test_registry_CppApi e… in test_registry_CppApi()
695 REG_ENSURE(!myRegistry->destroy(OUString()), "test_registry_CppApi error 63"); in test_registry_CppApi()