History log of /haiku/src/tests/kits/app/bmessage/MessageItemTest.h
Revision Date Author Comments
# bef39d09 28-May-2011 Clemens Zeidler <clemens.zeidler@googlemail.com>

Make the app test suite partial compile again (gcc4). Commented out the cursor and message tests because I was not sure how to fix it. The UnitTester fails to load the addon, though. It can't get the symbol from the lib, any idea?



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41788 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 155b583a 09-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed unit tests build for platforms libbe_test and r5. Only randomly tested
a few whether they actually work.
New pseudo target "unittests", which builds all unit tests for the currently
set TARGET_PLATFORM. They are placed in generated/tests/<platform>/unittests.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14791 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a7d8dfa 07-Aug-2005 Michael Lotz <mmlr@mlotz.ch>

Tiny fix for the MessageItemTest10

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9fa0302a 07-Sep-2004 ejakowatz <ejakowatz@nowhere.fake>

Added two tests for flattening and unflattening.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8887 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b8b434f 12-Jun-2004 beveloper <beveloper@nowhere.fake>

added missing newline


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7947 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 169ae266 29-Aug-2003 ejakowatz <ejakowatz@nowhere.fake>

Fixed minor warnings (signed/unsigned compare).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4402 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2605a4f5 23-Aug-2003 ejakowatz <ejakowatz@nowhere.fake>

These message tests now pass.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0cc48ce6 03-Jun-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests to ensure robust handling of bogus params to convenience funcs
plus fixes for the bugs they exposes.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3416 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5d8f91d 02-Jun-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests for BFlattenable convenience functions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3403 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 159d60f9 28-May-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests for plain C string convenience functions. Tweaks elsewhere to
deal with necessary modifications to test core.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3369 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5b24a58 23-May-2003 ejakowatz <ejakowatz@nowhere.fake>

Many tweaks, mostly to support the freakiness of doing Add/FindData() with
entry_refs and BMessages.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# be45e998 18-Mar-2003 ejakowatz <ejakowatz@nowhere.fake>

The new, super-templatized tests for all those handy (and yet annoying to
write tests for) BMessage convenience functions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2950 a95241bf-73f2-0310-859d-f6bbb57e9c96


# bef39d09af0c445880b7dd9cc039d39a89d66365 28-May-2011 Clemens Zeidler <clemens.zeidler@googlemail.com>

Make the app test suite partial compile again (gcc4). Commented out the cursor and message tests because I was not sure how to fix it. The UnitTester fails to load the addon, though. It can't get the symbol from the lib, any idea?



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41788 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 155b583ac369749fdfae25f419056389ec7eb16e 09-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed unit tests build for platforms libbe_test and r5. Only randomly tested
a few whether they actually work.
New pseudo target "unittests", which builds all unit tests for the currently
set TARGET_PLATFORM. They are placed in generated/tests/<platform>/unittests.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14791 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3a7d8dfa748649d834eb5c13601c1a75d86a3831 07-Aug-2005 Michael Lotz <mmlr@mlotz.ch>

Tiny fix for the MessageItemTest10

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13914 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9fa0302ad0d6369868a9dccd59f7a98cbf239fcb 07-Sep-2004 ejakowatz <ejakowatz@nowhere.fake>

Added two tests for flattening and unflattening.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8887 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b8b434fbf919187010e5e39a0c8cfaea436f072 12-Jun-2004 beveloper <beveloper@nowhere.fake>

added missing newline


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7947 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 169ae2662c992c0258b95ee16b0e5e71035a1075 29-Aug-2003 ejakowatz <ejakowatz@nowhere.fake>

Fixed minor warnings (signed/unsigned compare).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4402 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2605a4f5ef6c2a4df83ce84f5aed12743c999771 23-Aug-2003 ejakowatz <ejakowatz@nowhere.fake>

These message tests now pass.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0cc48ce6f908a17b367c5c76fd3bd6ac3b76b461 03-Jun-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests to ensure robust handling of bogus params to convenience funcs
plus fixes for the bugs they exposes.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3416 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5d8f91d8109710b7e61892c35b66119327640fb 02-Jun-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests for BFlattenable convenience functions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3403 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 159d60f9fb8af48764a1bc281a2da1d792fc64e6 28-May-2003 ejakowatz <ejakowatz@nowhere.fake>

Unit tests for plain C string convenience functions. Tweaks elsewhere to
deal with necessary modifications to test core.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3369 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e5b24a582e1fe8b62032f0fa49dfdba26a449c6d 23-May-2003 ejakowatz <ejakowatz@nowhere.fake>

Many tweaks, mostly to support the freakiness of doing Add/FindData() with
entry_refs and BMessages.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3297 a95241bf-73f2-0310-859d-f6bbb57e9c96


# be45e9989d16b0f7dd19ee55544c921cc564cdc8 18-Mar-2003 ejakowatz <ejakowatz@nowhere.fake>

The new, super-templatized tests for all those handy (and yet annoying to
write tests for) BMessage convenience functions.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2950 a95241bf-73f2-0310-859d-f6bbb57e9c96