Searched refs:rootKey2 (Results 1 – 1 of 1) sorted by relevance
/trunk/main/registry/test/ |
H A D | testregcpp.cxx | 605 RegistryKey rootKey2, key21, key22, key23, key24 , key25; in test_registry_CppApi() local 608 REG_ENSURE(!myRegistry->openRootKey(rootKey2), "test_registry_CppApi error 24"); in test_registry_CppApi() 610 …REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2FirstKey"), key21), "test_registry_C… in test_registry_CppApi() 611 …REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2SecondKey"), key22), "test_registry_… in test_registry_CppApi() 614 …REG_ENSURE(!rootKey2.createKey(OUString::createFromAscii("reg2ThirdKey"), key25), "test_registry_C… in test_registry_CppApi() 624 !rootKey2.closeKey(), "test_registry_CppApi error 31"); in test_registry_CppApi()
|
Completed in 17 milliseconds