Some more tests added… BDecoder

Hi all

Here are some more tests… Boundary conditions ( try to read a stringified INT_MAX, INT_MIN, fail to read UINT_MAX .. etc.. )

So corner cases for QByteArray::toInt() work ( they will, but I just double checked ;-)

here is the patch….

— cheerio atul

Attached Files:

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: Some more tests added… BDecoder
Hi Atul, I had to replace the castFrom() calls with dynamic_cast and the type() calls with typeid(). I just committed the changes to your branch in revno 83. Could you sync (more...)