Started working on NSXMLNode.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
thebeing 2011-10-01 18:43:29 +00:00
parent 4432b3d54d
commit a8bcdd81c1
3 changed files with 183 additions and 17 deletions

View file

@ -6,7 +6,7 @@ int main()
NSAutoreleasePool *arp = [NSAutoreleasePool new];
NSXMLNode *node;
node = [NSXMLNode new];
node = [[NSXMLNode alloc] initWithKind: NSXMLInvalidKind];
test_alloc(@"NSXMLNode");
test_NSObject(@"NSXMLNode", [NSArray arrayWithObject: node]);
[arp release];