ObjFW  Diff

Differences From Artifact [cd0adc4059]:

  • File tests/OFXMLElementBuilderTests.m — part of check-in [ad93296956] at 2010-07-02 21:40:56 on branch trunk — Add OFXMLElementBuilder. (user: js size: 1368)

To Artifact [5f20b80e90]:

  • File tests/OFXMLElementBuilderTests.m — part of check-in [9d064462a3] at 2010-07-07 20:46:43 on branch trunk — Add -[fileDescriptor] to OFStream. (user: js size: 1393)

10
11
12
13
14
15
16
17
18

19
20
21
22
23
24
25
 */

#include "config.h"

#include <string.h>
#include <assert.h>

#import "OFXMLElementBuilder.h"
#import "OFXMLParser.h"

#import "OFAutoreleasePool.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFXMLElementBuilder";
static OFXMLElement *elem = nil;








|

>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 */

#include "config.h"

#include <string.h>
#include <assert.h>

#import "OFXMLElement.h"
#import "OFXMLParser.h"
#import "OFXMLElementBuilder.h"
#import "OFAutoreleasePool.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFXMLElementBuilder";
static OFXMLElement *elem = nil;