mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
* Tests/base/NSXMLElement/attributes.m: Test for changed
exception. * Tests/base/NSXMLNode/basic.m: More tests. * Source/NSXMLNode.m: Rewrite object value handling. * Source/NSXMLElement.m (-objectValue): Return @"" when the value is nil. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6461dd4aac
commit
9f1c97406d
5 changed files with 90 additions and 28 deletions
|
@ -35,7 +35,7 @@ int main()
|
|||
"may not overwrite pre-existing attributes");
|
||||
|
||||
PASS_EXCEPTION([root2 addAttribute: attr1],
|
||||
NSInvalidArgumentException,
|
||||
NSInternalInconsistencyException,
|
||||
"cannot add attributes to multiple parents");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue