mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
fd5d5cf1d3
commit
e7febfce47
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue