From a132dd1aee567ea81fc7e6ae2e5ba2dc011a6f84 Mon Sep 17 00:00:00 2001 From: shiqian Date: Thu, 12 Jun 2008 20:22:59 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/GoogleTestAdvancedGuide.wiki | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wiki/GoogleTestAdvancedGuide.wiki b/wiki/GoogleTestAdvancedGuide.wiki index 7a3137e8..de3d4ef6 100644 --- a/wiki/GoogleTestAdvancedGuide.wiki +++ b/wiki/GoogleTestAdvancedGuide.wiki @@ -14,7 +14,7 @@ This section covers some less frequently used, but still significant, assertions === Explicit Success and Failure === - These three assertions do not actually test a value or expression. Instead, +These three assertions do not actually test a value or expression. Instead, they generate a success or failure directly. Like the macros that actually perform a test, you may stream a custom failure message into the them. @@ -181,8 +181,7 @@ carefully choose the error bound. If they don't want or care to, comparing in terms of Units in the Last Place (ULPs) is a good default, and Google Test provides assertions to do this. Full details about ULPs are quite long; if you want to learn more, see -[http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm this -article on float comparison]. +[http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm this article on float comparison]. ==== Floating-Point Macros ==== @@ -1036,7 +1035,7 @@ TEST(LogicTest, NonContradiction) { ... } could generate this report: {{{ - +