Lines Matching refs:setUp
11960 - add library implementation of empty setUp()/tearDown()
11964 - add library implementation of empty setUp()/tearDown()
11968 - add library implementation of empty setUp()/tearDown()
11974 - add library implementation of empty setUp()/tearDown()
12162 - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
21093 fixed formatting, deleted empty setUp() and tearDown()
21180 fixed formatting, deleted empty setUp() and tearDown()
22856 …fixed SetUp() -> setUp() and TearDown() -> tearDown() which seemed to work because of extern funct…
22859 …fixed SetUp() -> setUp() and TearDown() -> tearDown() which seemed to work because of extern funct…
22865 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
22866 added init_lib() in setUp(), so now stuff works!
22869 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
22872 added init_lib() in setUp(), so now stuff works!
25934 added code which runs init_auth() only in the 1st setUp, prevents segfault
25936 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
25939 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
25942 added code which runs init_auth() only in the 1st setUp, prevents segfault
26279 …removed some spaces from Makefile.am, removed init_auth from setUp, because every test was calling…