From 93bbd3c4ec88002f24c507fdadb7fbd6bf66cb0c Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 16 Jan 2005 04:35:08 +0000 Subject: [PATCH] Add another VCD toc test. We can't actually handle this fully, but at least we can parse it correctly (I think). --- test/testtoc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/testtoc.c b/test/testtoc.c index ead0136d..23d19f36 100644 --- a/test/testtoc.c +++ b/test/testtoc.c @@ -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 @@ -42,7 +42,7 @@ #define TEST_DIR "." #endif -#define NUM_GOOD_TOCS 15 +#define NUM_GOOD_TOCS 16 #define NUM_BAD_TOCS 7 int main(int argc, const char *argv[]) @@ -63,6 +63,7 @@ main(int argc, const char *argv[]) "data5.toc", "data6.toc", "data7.toc", + "vcd2.toc", }; const char *badtoc_file[NUM_BAD_TOCS] = {