search for: test_metadata_file_manipul

Displaying 2 results from an estimated 2 matches for "test_metadata_file_manipul".

2007 Apr 16
0
Patch : Fix includes
...just utility functions used by the metadata tests diff -u -r1.7 metadata.h --- src/test_libFLAC/metadata.h 2 Feb 2007 06:58:24 -0000 1.7 +++ src/test_libFLAC/metadata.h 16 Apr 2007 10:24:34 -0000 @@ -22,5 +22,7 @@ #include "FLAC/ordinals.h" FLAC__bool test_metadata(void); +FLAC__bool test_metadata_file_manipulation(void); +FLAC__bool test_metadata_object(void) ; #endif diff -u -r1.25 metadata_object.c --- src/test_libFLAC/metadata_object.c 2 Feb 2007 06:58:24 -0000 1.25 +++ src/test_libFLAC/metadata_object.c 16 Apr 2007 10:24:38 -0000 @@ -23,6 +23,7 @@ #include "FLAC/assert.h" #include &qu...
2007 Jul 14
2
PATCH : Fix missing protoypes
...ic const char *true_false_string_[2] = { "false", "true" }; --- src/test_libFLAC/metadata.h 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/metadata.h 2007-07-15 01:26:07 +0000 @@ -22,5 +22,7 @@ #include "FLAC/ordinals.h" FLAC__bool test_metadata(void); +FLAC__bool test_metadata_file_manipulation(void); +FLAC__bool test_metadata_object(void) ; #endif --- src/test_libFLAC/metadata_manip.c 2007-07-14 08:45:49 +0000 +++ src/test_libFLAC/metadata_manip.c 2007-07-15 01:24:02 +0000 @@ -42,6 +42,7 @@ #include "share/grabbag.h" #include "test_libs_common/file_utils_flac.h&...