@@ -16,13 +16,18 @@ #include "config.h" #import "OTTestCase.h" @implementation OTTestCase: OFObject ++ (OFArray OF_GENERIC(OFPair OF_GENERIC(OFString *, id) *) *)summary +{ + return nil; +} + - (void)setUp { } - (void)tearDown { } @end