mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add Yavor Doganov's patches for tests and config. Add fixes for GSXML
validation of xml documents
This commit is contained in:
parent
31257785d6
commit
925f1dd5e1
19 changed files with 260 additions and 98 deletions
|
@ -54,6 +54,11 @@
|
|||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
START_SET("NSRegularExpression")
|
||||
|
||||
#if !(__APPLE__ || GS_USE_ICU)
|
||||
SKIP("NSRegularExpression not built\nThe ICU library was not available when GNUstep-base was built")
|
||||
#else
|
||||
# ifdef GNUSTEP
|
||||
// Ensure that a deterministic limit is set up for this process
|
||||
NSUserDefaults *dflts = [NSUserDefaults standardUserDefaults];
|
||||
|
@ -164,6 +169,9 @@ int main()
|
|||
beforeDate: [NSDate dateWithTimeIntervalSinceNow: 0.01]];
|
||||
}
|
||||
PASS(NO == [thread isExecuting], "Faulty regular expression terminated");
|
||||
#endif
|
||||
|
||||
END_SET("NSRegularExpression")
|
||||
[arp release]; arp = nil;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue