
When people commit updates to SVN which change the output of the smidump would they please update the files in test/dumps to match? I've just spent a hour or so determining that the example output does not appear to have been updated since change r12250 and possibly earlier.
Also, the line numbers will differ and wrap will have mucked up the format, but 'generated by smidump' can appear with an upper case G.
/build/libsmi/trunk: svn diff configure.in Index: configure.in =================================================================== --- configure.in (revision 16122) +++ configure.in (working copy) @@ -214,7 +219,7 @@ AC_PATH_PROGS(DIFF, gdiff diff) $DIFF --version >/dev/null 2>&1 if test $? -eq 0 ; then - DIFF="$DIFF --ignore-matching-lines='generated by smidump' --ignore-matching-lines='$Id.*$' --ignore-matching-lines='@author.*smidump'" + DIFF="$DIFF --ignore-matching-lines='generated by smidump' --ignore-matching-lines='Generated by smidump' --ignore-matching-lines='$Id.*$' --ignore-matching-lines='@author.*smidump'" fi
AC_EXEEXT