@@ -8,10 +8,11 @@ * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ #import "OFApplication.h" +#import "OFXMLElementBuilder.h" #define TEST(test, cond) \ { \ [self outputTesting: test \ inModule: module]; \ @@ -129,8 +130,12 @@ @interface TestsAppDelegate (OFXMLElementTests) - (void)XMLElementTests; @end -@interface TestsAppDelegate (OFXMLParserTests) +@interface TestsAppDelegate (OFXMLElementBuilderTests) +- (void)XMLElementBuilderTests; +@end + +@interface TestsAppDelegate (OFXMLParserTests) - (void)XMLParserTests; @end