Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libksieve
Commits
1d9ddf15
Commit
1d9ddf15
authored
Jun 26, 2017
by
Laurent Montel
Browse files
Add more autotest
parent
53a9f2b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ksieveui/autocreatescripts/autotests/data/test-header-multilist-comment-ref.siv
0 → 100644
View file @
1d9ddf15
#SCRIPTNAME: Script part 0
if header :contains [ "from", "cc" ] [ "from-foo@example.net", "pub@foo.com" ]
{
discard;
stop;
}
src/ksieveui/autocreatescripts/autotests/data/test-header-multilist-comment.siv
0 → 100644
View file @
1d9ddf15
#SCRIPTNAME: Script part 0
if header :contains [ "from"/*goo1*/, "cc" /*goo*/ ] [ "from-foo@example.net"/*foo1*/, "pub@foo.com"/*foo2*/ ]
{
discard;
stop;
}
src/ksieveui/autocreatescripts/autotests/sieveeditorgraphicalmodewidgettest.cpp
View file @
1d9ddf15
...
...
@@ -228,6 +228,7 @@ void SieveEditorGraphicalModeWidgetTest::shouldLoadScripts_data()
QTest
::
newRow
(
"test-date1"
)
<<
QStringLiteral
(
"test-date1"
)
<<
false
<<
true
;
QTest
::
newRow
(
"test-header-multilist"
)
<<
QStringLiteral
(
"test-header-multilist"
)
<<
false
<<
true
;
QTest
::
newRow
(
"test-header-multilist-comment"
)
<<
QStringLiteral
(
"test-header-multilist-comment"
)
<<
false
<<
true
;
}
QTEST_MAIN
(
SieveEditorGraphicalModeWidgetTest
)
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