Differences From Artifact [32f41396af]:
- File tests/OFXMLElementTests.m — part of check-in [8732769f4c] at 2011-02-19 16:08:05 on branch trunk — Add -[elementsForName:namespace:] to OFXMLElement. (user: js, size: 4547) [annotate] [blame] [check-ins using]
To Artifact [60a7c83b15]:
- File tests/OFXMLElementTests.m — part of check-in [cda44767f4] at 2011-03-24 19:42:30 on branch trunk — Get rid of OFExceptions.h. (user: js, size: 4522) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - | #include "config.h" #import "OFXMLElement.h" #import "OFString.h" #import "OFArray.h" #import "OFAutoreleasePool.h" |
︙ |