On 11/20/2010 11:31 AM, Emmanuel Lecharny wrote:
On 11/20/10 11:03 AM, Felix Knecht wrote:
Thoughts?
I can try to spend some time this week-end on the failing tests, just
because it's annoying anyway.

I already found some [1]. The problem for those was [2].

Not sure, but maybe more failing tests are also caused by [2]. When
just reverting [2] most of the tests are working again.

It's most certainly an issue with the way we deal with BitString. Th pb
is that the new codec uses the modified version, so if I revert, it will
break the new codec.

I'll try to understand why the old code is not happy with the perfect
code I injected in the kerberos part ;)

My guess is that the getBytes(int xxx) has something to do with it. In comparison to the code before it adds some additional information in the [0] index (A first byte containing the number of unused bits is added) whereas in the old code it just started without additional information.


Thanks for the heads up felix !


Reply via email to