Date: Fri, 6 Mar 2009 05:07:03 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189433 - head/lib/libarchive/test Message-ID: <200903060507.n26573IK008833@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kientzle Date: Fri Mar 6 05:07:03 2009 New Revision: 189433 URL: http://svn.freebsd.org/changeset/base/189433 Log: Merge r420,r494 from libarchive.googlecode.com: Prettify the test harness a bit: remove a dead comment, tweak the wording of the summary report. Modified: head/lib/libarchive/test/main.c Modified: head/lib/libarchive/test/main.c ============================================================================== --- head/lib/libarchive/test/main.c Fri Mar 6 05:04:15 2009 (r189432) +++ head/lib/libarchive/test/main.c Fri Mar 6 05:07:03 2009 (r189433) @@ -913,10 +913,6 @@ get_refdir(void) } #if defined(_WIN32) && defined(_DEBUG) - /* You should have to add "$(TargetDir)" to - * Properties > Configuration Properties > Debugging > Working Directory, - * if you are running libarchive_test.exe on Visual Studio. - */ DebugBreak(); #endif printf("Unable to locate known reference file %s\n", KNOWNREF); @@ -1117,7 +1113,7 @@ int main(int argc, char **argv) tests_failed, tests_run); printf(" Total of %d assertions checked.\n", assertions); printf(" Total of %d assertions failed.\n", failures); - printf(" Total of %d assertions skipped.\n", skips); + printf(" Total of %d reported skips.\n", skips); } free(refdir_alloc);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903060507.n26573IK008833>