haiku/src/tests
Alex Wilson 6457a6517e Fix bug from the removal of BALMLayoutBuilder::Snake.
GCC considers the method chain one big function call, so pushes all
parameters onto the stack before hand (something I discovered after
quite a bit of debugging). In this case, layout->RightOf() returns NULL
before the view is added, which caused the layout to become undefined.
2012-05-03 08:45:47 +12:00
..
add-ons Fixed debug build of the kernel emulation. 2012-03-31 21:27:55 +02:00
apps freetype: builds against the 2.4.6 optional package. 2012-03-17 20:37:00 +01:00
bin Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
kits Moved stable tool tip concept into the BToolManager class. 2012-04-28 22:14:03 +02:00
libs Fix bug from the removal of BALMLayoutBuilder::Snake. 2012-05-03 08:45:47 +12:00
misc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
servers freetype: builds against the 2.4.6 optional package. 2012-03-17 20:37:00 +01:00
system Show correct text in fwide_test. 2012-02-07 22:31:23 +01:00
ExampleTest.cpp Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
ExampleTest.h + Moved BAutolock and BArchivable over to new testing framework. 2002-07-19 06:45:28 +00:00
ExampleTestAddon.cpp Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
Jamfile Added libalm.so and its dependency liblinprog.so. libalm.so provides a 2008-02-06 10:51:44 +00:00
UnitTester.cpp * indent is obviously only 2 spaces. 2010-11-29 18:51:33 +00:00
UnitTester.h * Build fix for GCC4. 2010-11-29 18:05:32 +00:00
UnitTester.rsrc Renamed UnitTesterHelper.* to UnitTester.*. 2005-11-09 16:23:11 +00:00