Searched refs:really_big_wstring (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py58 really_big_wstring = u"This is really repetitive!" * 10000 variable
111 test_attribute(ob, attr_name, expected_init, really_big_wstring)
289 test_method(c.do_string, (None, really_big_wstring), (really_big_string, None, really_big_string) )
292 test_method(c.do_string, (None, really_big_wstring), (really_big_wstring, None, really_big_wstring) )
293 test_method(c.do_string, (None, really_big_string), (really_big_wstring, None, really_big_wstring) )

Completed in 42 milliseconds