Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
e28b5060
Unverified
Commit
e28b5060
authored
Feb 05, 2019
by
Gennadiy Civil
Committed by
GitHub
Feb 05, 2019
Browse files
Merge pull request #2103 from kw-udon/fix-json-in-advanced-md
Fix an invalid example of JSON report in advanced.md
parents
f80d6644
b3679d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
googletest/docs/advanced.md
googletest/docs/advanced.md
+4
-5
No files found.
googletest/docs/advanced.md
View file @
e28b5060
...
...
@@ -2430,7 +2430,7 @@ could generate this report:
"failures"
:
1
,
"errors"
:
0
,
"time"
:
"0.035s"
,
"timestamp"
:
"2011-10-31T18:52:42Z"
"timestamp"
:
"2011-10-31T18:52:42Z"
,
"name"
:
"AllTests"
,
"testsuites"
:
[
{
...
...
@@ -2447,11 +2447,11 @@ could generate this report:
"classname"
:
""
,
"failures"
:
[
{
"message"
:
"Value of: add(1, 1)
\
x
0A
Actual: 3
\
x
0A
Expected: 2"
,
"message"
:
"Value of: add(1, 1)
\
n
Actual: 3
\
n
Expected: 2"
,
"type"
:
""
},
{
"message"
:
"Value of: add(1, -1)
\
x
0A
Actual: 1
\
x
0A
Expected: 0"
,
"message"
:
"Value of: add(1, -1)
\
n
Actual: 1
\
n
Expected: 0"
,
"type"
:
""
}
]
...
...
@@ -2463,7 +2463,7 @@ could generate this report:
"classname"
:
""
}
]
}
}
,
{
"name"
:
"LogicTest"
,
"tests"
:
1
,
...
...
@@ -2517,4 +2517,3 @@ environment variable to `0`, or use the `--gtest_catch_exceptions=0` flag when
running the tests.
**Availability**
: Linux, Windows, Mac.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment