Correct test.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34627 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2012-01-25 03:01:24 +00:00
parent fd5d5cf1d3
commit e7febfce47
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2012-01-24 21:59-EST Gregory John Casamento <greg.casamento@gmail.com>
* Tests/base/NSXMLElement/children.m: Remove test based
on tests performed on Cocoa. Remove check for ablility
to instantiate NSXMLAttributeDeclarationKind.
2012-01-23 12:09-EST Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -67,10 +67,12 @@ int main()
PASS_RUNS([root1 insertChild: c atIndex: 0],
"may add NSXMLCommentKind child");
/* Removed based on test run on Cocoa.
c = [[[NSXMLNode alloc] initWithKind:
NSXMLAttributeDeclarationKind] autorelease];
PASS_RUNS([root1 insertChild: c atIndex: 0],
"may add NSXMLAttributeDeclarationKind child");
*/
c = [[[NSXMLNode alloc] initWithKind:
NSXMLEntityDeclarationKind] autorelease];