yaffs More tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_lseek_big_file.c
similarity index 90%
rename from direct/timothy_tests/quick_tests/test_yaffs_lseek_EFBIG.c
rename to direct/timothy_tests/quick_tests/test_yaffs_lseek_big_file.c
index 6263c56b92e1f5767d6bcceade98ccad064a7c55..8e2c3e0ed308b317c79754baea502fd3e97f5965 100644 (file)
  * published by the Free Software Foundation.
  */
 
-#include "test_yaffs_lseek_EFBIG.h"
+#include "test_yaffs_lseek_big_file.h"
 
 static int handle = -1;
 
-int test_yaffs_lseek_EFBIG(void)
+int test_yaffs_lseek_big_file(void)
 {
        handle = test_yaffs_open();
        int error_code = 0;
@@ -42,7 +42,7 @@ int test_yaffs_lseek_EFBIG(void)
        }
 }
 
-int test_yaffs_lseek_EFBIG_clean(void)
+int test_yaffs_lseek_big_file_clean(void)
 {
        if (handle >= 0){
                return yaffs_close(handle);