diff --git a/Tests/Unit/Fixtures/zentyal_crash_7067.rtf b/Tests/Unit/Fixtures/zentyal_crash_7067.rtf new file mode 100644 index 000000000..4a9ad60df Binary files /dev/null and b/Tests/Unit/Fixtures/zentyal_crash_7067.rtf differ diff --git a/Tests/Unit/TestRTFHandler.m b/Tests/Unit/TestRTFHandler.m index d2e3ebb1d..72ad14be6 100644 --- a/Tests/Unit/TestRTFHandler.m +++ b/Tests/Unit/TestRTFHandler.m @@ -104,4 +104,9 @@ [self test_does_not_crash: 6977]; } +- (void) test_zentyal_crash_7067 +{ + [self test_does_not_crash: 7067]; +} + @end