Lines Matching refs:setUp
12673 - add library implementation of empty setUp()/tearDown()
12677 - add library implementation of empty setUp()/tearDown()
12681 - add library implementation of empty setUp()/tearDown()
12687 - add library implementation of empty setUp()/tearDown()
12875 - removed unnecessary & harmful decls of 'setUp()' & 'tearDown()'
21806 fixed formatting, deleted empty setUp() and tearDown()
21893 fixed formatting, deleted empty setUp() and tearDown()
23569 …fixed SetUp() -> setUp() and TearDown() -> tearDown() which seemed to work because of extern funct…
23572 …fixed SetUp() -> setUp() and TearDown() -> tearDown() which seemed to work because of extern funct…
23578 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
23579 added init_lib() in setUp(), so now stuff works!
23582 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
23585 added init_lib() in setUp(), so now stuff works!
26647 added code which runs init_auth() only in the 1st setUp, prevents segfault
26649 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
26652 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
26655 added code which runs init_auth() only in the 1st setUp, prevents segfault
26992 …removed some spaces from Makefile.am, removed init_auth from setUp, because every test was calling…