svn commit: r189433 - head/lib/libarchive/test

Tim Kientzle kientzle at FreeBSD.org
Thu Mar 5 21:07:04 PST 2009


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);


More information about the svn-src-head mailing list