[openbeos] Re: Storage-Kit Test

> Ok, here are the latest results (we are down to 4 errors:)
[...]
> ----------------------------------------------------------------------
> Tests (R5)
> ----------------------------------------------------------------------
[...]
> BDirectory::BNode::AttrDir Test
> [0]
> DecodeResult() -- 0x80000005 (-2147483643) == B_BAD_VALUE
>   - FAILURE -- equals(DecodeResult(node->RewindAttrs()), B_BAD_ADDRESS, 
>   B_FILE_ERROR)
[...]

For some reason, your copy of R5 returns B_BAD_VALUE when you try to rewind 
an unitialized BNode. We were only looking for B_BAD_ADDRESS (which Ingo and 
I both get with our copies of R5) or B_FILE_ERROR (which our implementation 
returns). As Ingo mentioned, the actual error returned doesn't really matter 
here, so the test now checks for != B_OK. Hopefully everything will work okay 
for you now. :-)

-Tyler



Other related posts: