Added test fixture for RTF crash 6977

This commit is contained in:
Javier Amor García
2015-04-16 16:20:57 +02:00
committed by Jesús García Sáez
parent 0316e441fc
commit b076801e1b
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -104,4 +104,9 @@
[self test_does_not_crash: 6977];
}
- (void) test_zentyal_crash_7067
{
[self test_does_not_crash: 7067];
}
@end