Lines Matching refs:s_comment

50 static rtl::OUString s_comment;  variable
86 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't get purpose env: \"")); in s_test__loadSharedLibComponentFactory()
87 s_comment += clientPurpose; in s_test__loadSharedLibComponentFactory()
88 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__loadSharedLibComponentFactory()
111 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tgot no object - FAILURE\n")); in s_test__loadSharedLibComponentFactory()
117s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't find object in current purpos… in s_test__loadSharedLibComponentFactory()
118 s_comment += clientPurpose; in s_test__loadSharedLibComponentFactory()
119 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__loadSharedLibComponentFactory()
124 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tdid not enter client purpose \"")); in s_test__loadSharedLibComponentFactory()
125 s_comment += clientPurpose; in s_test__loadSharedLibComponentFactory()
126 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__loadSharedLibComponentFactory()
132s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__loadSharedLibComponentFactory__f… in s_test__loadSharedLibComponentFactory__free_free()
139s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__loadSharedLibComponentFactory__f… in s_test__loadSharedLibComponentFactory__free_purpose()
147s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__loadSharedLibComponentFactory__p… in s_test__loadSharedLibComponentFactory__purpose_free()
155s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__loadSharedLibComponentFactory__p… in s_test__loadSharedLibComponentFactory__purpose_purpose()
194 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't get purpose env: \"")); in s_test__createSimpleRegistry()
195 s_comment += clientPurpose; in s_test__createSimpleRegistry()
196 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__createSimpleRegistry()
206 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tgot no object - FAILURE\n")); in s_test__createSimpleRegistry()
212s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't find object in current purpos… in s_test__createSimpleRegistry()
213 s_comment += clientPurpose; in s_test__createSimpleRegistry()
214 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__createSimpleRegistry()
220 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__createSimpleRegistry__free\n")); in s_test__createSimpleRegistry__free()
227s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__createSimpleRegistry__purpose\n"… in s_test__createSimpleRegistry__purpose()
239 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't get purpose env: \"")); in s_test__bootstrap_InitialComponentContext()
240 s_comment += clientPurpose; in s_test__bootstrap_InitialComponentContext()
241 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__bootstrap_InitialComponentContext()
254 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tgot no object - FAILURE\n")); in s_test__bootstrap_InitialComponentContext()
260s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\t\tcouldn't find object in current purpos… in s_test__bootstrap_InitialComponentContext()
261 s_comment += clientPurpose; in s_test__bootstrap_InitialComponentContext()
262 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\" - FAILURE\n")); in s_test__bootstrap_InitialComponentContext()
271s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__bootstrap_InitialComponentContex… in s_test__bootstrap_InitialComponentContext__free()
278s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\ts_test__bootstrap_InitialComponentContex… in s_test__bootstrap_InitialComponentContext__purpose()
298 if (s_comment.indexOf(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FAILURE"))) == -1)
300 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TESTS PASSED\n"));
305 s_comment += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TESTS _NOT_ PASSED\n"));
312 << rtl::OUStringToOString(s_comment, RTL_TEXTENCODING_ASCII_US).getStr()