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 up please, so that it would be easier to apply further patches?
Best regards,
Peter
atul wrote: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
