Add another VCD toc test. We can't actually handle this fully, but at

least we can parse it correctly (I think).
This commit is contained in:
rocky
2005-01-16 04:35:08 +00:00
parent ebdaa24318
commit 93bbd3c4ec

View File

@@ -1,5 +1,5 @@
/* /*
$Id: testtoc.c,v 1.6 2004/11/06 17:24:04 rocky Exp $ $Id: testtoc.c,v 1.7 2005/01/16 04:35:08 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -42,7 +42,7 @@
#define TEST_DIR "." #define TEST_DIR "."
#endif #endif
#define NUM_GOOD_TOCS 15 #define NUM_GOOD_TOCS 16
#define NUM_BAD_TOCS 7 #define NUM_BAD_TOCS 7
int int
main(int argc, const char *argv[]) main(int argc, const char *argv[])
@@ -63,6 +63,7 @@ main(int argc, const char *argv[])
"data5.toc", "data5.toc",
"data6.toc", "data6.toc",
"data7.toc", "data7.toc",
"vcd2.toc",
}; };
const char *badtoc_file[NUM_BAD_TOCS] = { const char *badtoc_file[NUM_BAD_TOCS] = {