Overview
| Comment: | Add OFApplicationDelegate to TestsAppDelegate |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
77b6e1e439687fe7d3363fca09d0d7cf |
| User & Date: | js on 2016-05-06 17:37:28 |
| Other Links: | manifest | tags |
Context
|
2016-05-06
| ||
| 20:39 | Enable -Wsign-compare (check-in: 2a2e17d8d0 user: js tags: trunk) | |
| 17:37 | Add OFApplicationDelegate to TestsAppDelegate (check-in: 77b6e1e439 user: js tags: trunk) | |
| 16:03 | OFHTTPClient: Allow overriding Host header (check-in: db91b57393 user: js tags: trunk) | |
Changes
Modified tests/TestsAppDelegate.h from [f1e6e48819] to [65fb8b62fb].
| ︙ | ︙ | |||
53 54 55 56 57 58 59 | _fails++; \ } \ } #define R(...) (__VA_ARGS__, 1) @class OFString; | | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
_fails++; \
} \
}
#define R(...) (__VA_ARGS__, 1)
@class OFString;
@interface TestsAppDelegate: OFObject <OFApplicationDelegate>
{
int _fails;
}
- (void)outputString: (OFString*)str
inColor: (int)color;
- (void)outputTesting: (OFString*)test
|
| ︙ | ︙ |