@@ -22,10 +22,11 @@ #import "OFDictionary.h" #import "OFList.h" #import "OFNumber.h" #import "OFDate.h" #import "OFURL.h" +#import "OFDataArray.h" #import "OFAutoreleasePool.h" #import "OFXMLElement.h" #import "TestsAppDelegate.h" @@ -36,10 +37,11 @@ { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; OFMutableDictionary *d = [OFMutableDictionary dictionary]; OFMutableArray *a = [OFMutableArray array]; OFList *l = [OFList list]; + OFDataArray *da = [OFDataArray dataArray]; OFString *s; [a addObject: @"Qu\"xbar\ntest"]; [a addObject: [OFNumber numberWithInt: 1234]]; [a addObject: [OFMutableString stringWithString: @"asd"]]; @@ -58,10 +60,15 @@ [OFXMLElement elementWithXMLString: @""]]; [d setObject: @"list" forKey: l]; + [da addNItems: 39 + fromCArray: "0123456789:;