Searched refs:seqUnicode2 (Results 1 – 1 of 1) sorted by relevance
315 Sequence<OUString> seqUnicode2; in test_SimpleRegistry() local316 seqUnicode2 = xKey->getStringListValue(); in test_SimpleRegistry()317 TEST_ENSHURE( seqUnicode2.getLength() == 3, "test_SimpleRegistry error 22" ); in test_SimpleRegistry()318 …TEST_ENSHURE( seqUnicode2.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ), "test… in test_SimpleRegistry()319 …TEST_ENSHURE( seqUnicode2.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ), … in test_SimpleRegistry()320 …TEST_ENSHURE( seqUnicode2.getArray()[2] == OUString( RTL_CONSTASCII_USTRINGPARAM("ich als unicode"… in test_SimpleRegistry()
Completed in 17 milliseconds