Differences From Artifact [65b67dad50]:
- File tests/OFURLTests.m — part of check-in [f19cde3a14] at 2019-02-03 19:19:52 on branch trunk — Move a few URL methods from OFString to OFURL (user: js, size: 10571) [annotate] [blame] [check-ins using]
To Artifact [ac6cede6ad]:
- File
tests/OFURLTests.m
— part of check-in
[dc0c6c34ab]
at
2019-02-17 22:44:23
on branch trunk
— tests: Only import ObjFW.h
This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. (user: js, size: 10367) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
13 14 15 16 17 18 19 | * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" | < < < < < < < < < < < | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
* Public License, either version 2 or 3, which can be found in the file
* LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
* file.
*/
#include "config.h"
#import "TestsAppDelegate.h"
static OFString *module = @"OFURL";
static OFString *url_str = @"ht%3atp://us%3Aer:p%40w@ho%3Ast:1234/"
@"pa%3Fth?que%23ry#frag%23ment";
@implementation TestsAppDelegate (OFURLTests)
|
| ︙ | ︙ |