diff --git a/example/udffile.c b/example/udffile.c index 33f37736..d8386b75 100644 --- a/example/udffile.c +++ b/example/udffile.c @@ -1,5 +1,5 @@ /* - $Id: udffile.c,v 1.1 2006/04/17 03:37:58 rocky Exp $ + $Id: udffile.c,v 1.2 2006/04/17 11:45:22 rocky Exp $ Copyright (C) 2005, 2006 Rocky Bernstein @@ -27,9 +27,9 @@ /* This is the UDF image. */ #define UDF_IMAGE_PATH "../" -#define UDF_IMAGE "/src2/cd-images/udf/test2.iso" -#define UDF_FILENAME "/parse/cue.L" -#define LOCAL_FILENAME "cue.L" +#define UDF_IMAGE "../test/udf102.iso" +#define UDF_FILENAME "/COPYING" +#define LOCAL_FILENAME "copying" #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/test/Makefile.am b/test/Makefile.am index 71f8ee16..9af8889d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,7 @@ -# $Id: Makefile.am,v 1.53 2006/03/26 04:02:35 rocky Exp $ +# $Id: Makefile.am,v 1.54 2006/04/17 11:45:22 rocky Exp $ # -# Copyright (C) 2003, 2004, 2005 Rocky Bernstein +# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein +# # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -76,7 +77,8 @@ check_DATA = vcd_demo.right vcd_demo_vcdinfo.right \ bad-cat1.cue bad-cat2.cue bad-cat3.cue \ bad-cat1.toc bad-cat2.toc bad-cat3.toc bad-file.toc \ copying.iso copying.right copying-rr.iso copying-rr.right \ - joliet.iso joliet.right joliet-nojoliet.right + joliet.iso joliet.right joliet-nojoliet.right \ + udf102.iso EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \ check_common_fn check_cue.sh.in check_nrg.sh.in \ diff --git a/test/udf102.iso b/test/udf102.iso new file mode 100644 index 00000000..9e088313 Binary files /dev/null and b/test/udf102.iso differ