aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* large file support in lfs.attributes (bug #2185)mascarenhas2008-03-251-3/+4
|
* Fixed bug in the Windows tests (patch by Shmuel Zeigerman)carregal2008-03-101-4/+4
|
* Adding tests for lfs.setmodecarregal2008-02-131-0/+10
|
* Fixing a wrong test (tks to Enrico Tassi)carregal2007-10-271-1/+1
|
* Checking for lfs.symlinkattributes so the tests are not applied in Windowscarregal2007-10-261-6/+7
|
* Removing the symbolic link tests since they don't work in Windows. We have ↵carregal2007-10-261-4/+5
| | | | to re-check them later.
* Adding function symlinkatributes. Updating version to 1.3.0tomas2007-06-071-0/+6
|
* Corrected the second of 2 bugs on the test script found by Shmuel Zeigerman ↵carregal2007-05-181-4/+16
| | | | involving the access and update time on lfs.touch()
* Corrected 1 of 2 bugs on the test script found by Shmuel Zeigerman: the use ↵carregal2007-05-171-8/+9
| | | | | | of /tmp as a necessary directory. Corrected a bug on the test script on slow fliesystems due to the reliance on close times
* Adding version informationtomas2006-06-081-1/+2
|
* Standardizing execution errors to nil followed by an error messagetomas2006-03-141-1/+1
|
* access time 11, 22 and 33 do not work on windowstuler2005-08-181-6/+6
|
* touch does not work with directories in windows.uid200062005-08-161-11/+22
|
* using lfs.rmdir instead of os.remove.uid200062005-08-161-1/+1
|
* Closing directory after a complete traversal.uid200132005-08-161-27/+30
| | | | Adding tests for that.
* new function lfs.rmdirtuler2005-06-031-13/+17
|
* Acrescimo da funcao lfs.touch (lfs.c e test.lua).tomas2005-01-181-3/+25
| | | | Pequenas correcoes para evitar warnings de redefinicao de macros.
* Correcoes em valores de retorno de funcoes.tomas2004-11-051-2/+2
|
* Pequenas correcoes nos valores de retorno de algumas funcoes.tomas2004-11-011-0/+40
Acrescimo do arquivo de testes.