libs-base/Testing
fedor 3718cbfdcd * configure.ac: Check for tzfile.h
* Source/NSTimeZone.m: Include system tzfile.h if found.
(abbreviationMap): Add abbreviation from systemTimeZone if not
already there.
(systemTimeZone): Update the search list to look for time zone in TZ,
then system location, then tznam.
(getTimeZoneFile:): Look for file in system directory first.
* Source/nstzfile.h: Renamed from tzfile.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20217 72102866-910b-0410-8b05-ffd578937521
2004-10-11 03:08:54 +00:00
..
English.lproj
.cvsignore
.gdbinit
awake.m
basic.m Fix for malloc of non-freeable zones 2004-06-03 14:46:41 +00:00
benchmark.m Restructuring and various optimisations to drastically improve appendFormat: 2004-05-14 10:52:30 +00:00
call.m
coder.m
containers.m
diningPhilosophers.m
exported-strings.m * Source/GSPrivate.h (GS_REPLACE_CONSTANT_STRING): New macro. 2003-11-06 21:11:39 +00:00
fref.m
GNUmakefile * Testing/GNUmakefile: Reactivate nsinvocation test. 2004-08-17 20:57:39 +00:00
gsbehavior.m * Headers/Additions/GNUstepBase/GSObjCRuntime.h 2004-06-05 13:54:26 +00:00
gslock.m * Headers/Additions/GNUstepBase/GSLock.h: Added missing 2003-10-30 13:44:55 +00:00
gstcpport-client.m
gstcpport-server.m
heap.m
LoadMe.h
LoadMe.m
Makefile.postamble Removed old obsolete code 2003-10-15 10:44:38 +00:00
Makefile.preamble
MyCategory.h
MyCategory.m
nsarchiver.m Added test for unarchiving with switched class names. 2004-06-02 05:29:13 +00:00
nsarray.m
nsattributedstring.m
nsbundle.m Various GSObjCRuntime usage cleanups. 2003-08-24 23:07:41 +00:00
nscharacterset.m
nsconnection.m
nsconnection_client.m Attempt to make conformsToProtocol work for DO 2004-04-19 19:29:15 +00:00
nsconnection_server.m Completed rewrite with some testing. 2004-04-25 07:40:19 +00:00
NSData-test.m
nsdata.m
nsdate.m Check time zone abbreviations 2004-04-28 00:59:03 +00:00
nsdictionary.m
nsfilehandle.m
nsfilemanager.m
nshashtable.m
nshost.m
nsindexset.m Fix bug removing from index set. 2004-06-25 06:53:15 +00:00
nsinvocation.m
nsmaptable.m
nsmethodsignature.m * Source/Additions/GSObjCRuntime.m (GSSelectorTypesMatch): 2004-08-20 12:58:04 +00:00
nsnotification.m
nsprocessinfo.m
nsscanner.m
nsset.m
nstask.m
nstimer.m
nstimezone.m * configure.ac: Check for tzfile.h 2004-10-11 03:08:54 +00:00
nxst.m
oldserver.h
prepend.m
randoms.m
README
release.m
SecondClass.h
SecondClass.m
server.h Completed rewrite with some testing. 2004-04-25 07:40:19 +00:00
string.m
tcpport-client.m
tcpport-server.m
thread-except.m
thread.m
values.m
wgetopt.h

These tests are mostly just samples of code that developers put together
to do quick checks to make sure things are working. This is not a
comprehensive test suite. Some tests don't say if they have passed or
not. Some tests do not even output anything. Some tests never quit!

If you want to run a comprehensive testsuite. Install gnustep-guile
(ftp://ftp.gnustep.org/pub/gnustep/libs) and run the gnustep testsuite
(ftp://ftp.gnustep.org/pub/gnustep/tests).