The new test calls QCoreApplication.translate passing None to an
argument that in C++ expects a 'const char*' and accepts a null pointer.
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Using isinstance instead of comparing classes names
Removing unnecessary tuple check, treated by the return value unpacking
Adding missing inject code tests
Adding qfile.getchar test
Fixing QLocale.to* methods
fixing __setitem__ in qbytearray