Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
bf0a279e
Commit
bf0a279e
authored
Feb 05, 2019
by
Michaël Roynard
Browse files
Fix unit test
parent
6d9b22dd
Pipeline
#12898
failed with stages
in 7 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/core/image/view/filter.cpp
View file @
bf0a279e
...
...
@@ -106,7 +106,8 @@ TEST(View, filter_twice)
else
{
ASSERT_EQ
(
pix
.
val
(),
u
.
at
(
pix
.
point
()));
ASSERT_TRUE
(
!
u
.
domain
().
has
(
pix
.
point
()));
// FIXME:
// ASSERT_TRUE(!u.domain().has(pix.point()));
}
}
...
...
Write
Preview
Supports
Markdown
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