> > Merged and committed. =) Something else I wanted to mention: if > > you > > have a test that works for OBOS but not for R5 (perhaps because it > > crashes ;), you can place the test in the following #ifndef: > > > > #ifndef TEST_R5 > > // Your OBOS-only test goes here > > #endif > > > > TEST_R5 is built into the jam rules for just this purpose. =) > > Ah, good. I didn't know that. BTW I ran the Unit Tests for > BResourceStrings > and BResources which uses BString and they work... or, at least, they > don't > crash... but four BResources test are failing... and with R5 is even > worse: > 7 tests failing... A problem with errno.h caused all implementations using errno to not work correctly in case an error occured and errno should be set to an appropriate value. This is fixed now. All OBOS Storage and App Kit tests do pass, again. The R5 versions of BResources and BResourceStrings fail, since the day when Tyler split the UnitTester application into an OBOS and an R5 version. The directory containing the test files is only linked to the OBOS version and thus the other one fails due to not finding its test data. I guess, it's time that I move my lazy butt and get it fixed. :-P CU, Ingo