Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
jsoncpp2
Commits
f1642886
Commit
f1642886
authored
10 years ago
by
Christopher Dunn
Browse files
Options
Download
Email Patches
Plain Diff
help rebasing
parent
3bfd2159
master
0.y.z
00.11.z
BillyDonahue-avoid-isprint
archersim/1.9.5
hwcd/bugfix
jsoncpp_version
pypi
update
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.5
1.6.2
1.6.1
1.6.0
1.5.4
1.4.4
1.4.3
1.4.2
00.11.0
0.10.7
0.10.6
0.10.5
0.10.4
0.10.2
0.10.2-p1
0.10.1
0.10.0
0.9.4
0.8.4
0.8.3
0.8.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test_lib_json/main.cpp
+3
-3
src/test_lib_json/main.cpp
with
3 additions
and
3 deletions
+3
-3
src/test_lib_json/main.cpp
View file @
f1642886
...
...
@@ -1901,6 +1901,9 @@ int main(int argc, const char* argv[]) {
JSONTEST_REGISTER_FIXTURE
(
runner
,
ValueTest
,
offsetAccessors
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
ValueTest
,
typeChecksThrowExceptions
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
WriterTest
,
dropNullPlaceholders
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
StreamWriterTest
,
dropNullPlaceholders
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
ReaderTest
,
parseWithNoErrors
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
ReaderTest
,
parseWithNoErrorsTestingOffsets
);
...
...
@@ -1924,8 +1927,5 @@ int main(int argc, const char* argv[]) {
JSONTEST_REGISTER_FIXTURE
(
runner
,
IteratorTest
,
distance
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
WriterTest
,
dropNullPlaceholders
);
JSONTEST_REGISTER_FIXTURE
(
runner
,
StreamWriterTest
,
dropNullPlaceholders
);
return
runner
.
runCommandLine
(
argc
,
argv
);
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help