unittest: New unittest with a rtf file

This currently sigfault due to bad parsing a \*\shppict tag
with a \binXXXX tag inside it
This commit is contained in:
Jesús García Sáez 2015-03-11 11:09:05 +01:00
parent 942f48c9a0
commit 75208428dd
2 changed files with 383 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -94,4 +94,9 @@
[self test_does_not_crash: 6330];
}
- (void) test_zentyal_crash_8346
{
[self test_does_not_crash: 8346];
}
@end