fpc/tests/test/units/sysutils
Jonas Maebe 8da0a031bf * fixed memory leak in new TMultiReadExclusiveWriteSynchronizer
(fwaitingwriterlock was not freed)
  * fixed typo in comment
  * free all memory in trwsync.pp test

git-svn-id: trunk@14588 -
2010-01-09 23:14:53 +00:00
..
tastrcmp1.pp Patch from Petr Kristan for AnsiStrComp/AnsiStrIComp to fix comparison 2008-06-25 07:07:54 +00:00
tastrcmp.pp * don't rely on #32 (space, which replaces #0 in strings when comparing) 2007-12-17 15:36:11 +00:00
texec1.pp + NEEDEDAFTER to avoid deleting created files if needed for another test 2009-12-11 19:27:14 +00:00
texec2.pp * renamed tests so they get executed by the testsuite 2008-04-30 19:09:01 +00:00
textractquote.pp * renamed tests so they get executed by the testsuite 2008-04-30 19:09:01 +00:00
tfile1.pp
tfile2.pp * don't perform fmShareDenyNone/fmShareExclusive check for unix, as it 2009-02-03 13:33:47 +00:00
tfilename.pp * adapted test: the correct result of ExtractFileDrive('\\server\share\path\file') is '\\server\share' 2009-07-15 21:36:13 +00:00
tfloattostr.pp * fixed more properties, I still wonder how this could be commited 2009-08-16 10:57:52 +00:00
tlocale.pp * slightly reformatted output 2008-05-08 19:55:48 +00:00
trwsync.pp * fixed memory leak in new TMultiReadExclusiveWriteSynchronizer 2010-01-09 23:14:53 +00:00
tsscanf.pp * SScanf uses StrToFloat to convert the string to a float so it has to use DecimalSeparator to parse the string 2009-07-16 21:12:45 +00:00
tstrtobool.pp