yaffs Still trying to find the bug.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index f127be7f2b044b37ed60f2cee1e64c23ea43dee8..115525b476a802e82770b550e3b40383408757c8 100644 (file)
@@ -37,7 +37,8 @@ int main(int argc, char *argv[]){
        for (x=0;x<total_number_of_tests;x++){
                output=test_yaffs_open();
                printf("yaffs_open = %d\n",output);
-               printf("yaffs_open_clean = %d\n",yaffs_close(output));
+               printf("yaffs_close handle 0 = %d\n",yaffs_close(output));
+               //printf("yaffs_close handle 1#################################### =%d\n",yaffs_close(1));
                yaffs_set_error(0);     /*reset the last error to 0 */
                sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test);
                print_message(message,3);