From 74241853717ad90835c1a0fbeed21957eeab3078 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Tue, 16 Nov 2010 13:48:18 +1300 Subject: [PATCH] yaffs Fixed a bug in quick tests. Signed-off-by: Timothy Manning --- direct/timothy_tests/quick_tests/quick_tests.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index d2bc003..47d8c89 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -191,6 +191,7 @@ test_template test_list[]={ {test_yaffs_fchmod,test_yaffs_fchmod_clean,"test_yaffs_fchmod"}, {test_yaffs_fchmod_EBADF,test_yaffs_fchmod_EBADF_clean,"test_yaffs_fchmod_EBADF"}, + {test_yaffs_fchmod_EINVAL,test_yaffs_fchmod_EINVAL_clean,"test_yaffs_fchmod_EINVAL"}, {test_yaffs_fsync,test_yaffs_fsync_clean,"test_yaffs_fsync"}, {test_yaffs_fsync_EBADF,test_yaffs_fsync_EBADF_clean,"test_yaffs_fsync_EBADF"}, @@ -200,7 +201,7 @@ test_template test_list[]={ {test_yaffs_mkdir,test_yaffs_mkdir_clean,"test_yaffs_mkdir"} - {test_yaffs_fchmod_EINVAL,test_yaffs_fchmod_EINVAL_clean,"test_yaffs_fchmod_EINVAL"} + }; -- 2.30.2