Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
735e9804
Commit
735e9804
authored
Jul 17, 2015
by
Christian Schulte zu Berge
Browse files
Fixed AbstractProcessorTest.lockingTest.
parent
7f850624
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/core/pipeline/abstractprocessortest.cpp
View file @
735e9804
...
...
@@ -108,6 +108,8 @@ TEST_F(AbstractProcessorTest, lockingTest) {
this
->
_processor1
.
invalidate
(
AbstractProcessor
::
INVALID_RESULT
);
this
->
_processor1
.
_togglePropertyDuringProcess
=
true
;
this
->
_processor1
.
process
(
this
->
_dataContainer
);
sigslot
::
signal_manager
::
getRef
().
waitForSignalQueueFlushed
();
EXPECT_NE
(
AbstractProcessor
::
VALID
,
this
->
_processor1
.
getInvalidationLevel
());
{
...
...
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