Searched refs:seqAscii2 (Results 1 – 1 of 1) sorted by relevance
299 Sequence<OUString> seqAscii2; in test_SimpleRegistry() local300 seqAscii2 = xKey->getAsciiListValue(); in test_SimpleRegistry()301 TEST_ENSHURE( seqAscii2.getLength() == 3, "test_SimpleRegistry error 18" ); in test_SimpleRegistry()302 …TEST_ENSHURE( seqAscii2.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ), "test_S… in test_SimpleRegistry()303 …TEST_ENSHURE( seqAscii2.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ), "t… in test_SimpleRegistry()304 …TEST_ENSHURE( seqAscii2.getArray()[2] == OUString( RTL_CONSTASCII_USTRINGPARAM("ich") ), "test_Sim… in test_SimpleRegistry()
Completed in 8 milliseconds