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

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

Completed in 328 milliseconds