| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fields are now handled in a recursive way
- Use a whitelist instead of a whitelist
- Fields are now removed instead of being nullified
- The code is more Pythonic
|
|
This is an implementaion of this suggestion:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is necessary beccause hachoir crashes on empty files...
|
|
|
|
|
|
I though I merged this long time ago. The cli testsuite
didn't called the MAT on test_remove, resulting in a fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Closes: #689409)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The test.py file now launch all testsuites.
All testsuites now have a main() function
|
|
A debug instruction was making a test fail : it's now fixed
|
|
|
|
Now, files that are not readable, or writatble, or non-existent
are correctly handled.
|
|
|
|
|
|
|
|
|
|
|
|
|