Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Thompson
SMTK
Commits
18051006
Commit
18051006
authored
Jan 12, 2016
by
David Thompson
Browse files
Fix test compilation on Mac OS X, Xcode 7.1.
parent
c83e1ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtk/mesh/testing/cxx/UnitTestReadWriteMeshJSON.cxx
View file @
18051006
...
...
@@ -103,7 +103,7 @@ void verify_writing_and_loading_collection()
//verify collection uuid is the same.
smtk
::
mesh
::
CollectionPtr
c2
=
meshManager
->
collection
(
cUUID
);
test
(
c2
,
test
(
!!
c2
,
"Collection UUID can't change when being loaded from JSON"
);
test
(
c2
->
modelManager
()
==
modelManager
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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